[oe-commits] [bitbake] branch master-next updated (397864a -> c3f44b4)

git at git.openembedded.org git at git.openembedded.org
Thu Nov 3 13:34:16 UTC 2016


rpurdie pushed a change to branch master-next
in repository bitbake.

      from  397864a   WIP bitbake-worker/cooker: more logging to aid debugging
       new  547d837   build: Ensure we preserve sigbasedata files as well as sigdata ones
       new  d930e5b   siggen: Pass basehash to worker processes and sanity check reparsing result
       new  9d3e151   siggen: Ensure taskhash mismatches don't override existing data
       new  1a0e5d7   data: fix exception handling in exported_vars()
       new  57e972a   bitbake-worker: print full traceback instead of message only
       new  b7b2274   toaster: views Tests fix all pyflake identified issues
       new  ab5b86f   toaster: Move views tests to main testing module
       new  8f76b3f   toaster: Delete useless bldcontrol/test
       new  83df17c   toaster: Remove contrib tts
       new  401c067   toaster: test browser test_layerdetails_page add wait_until_visible
       new  79d3145   toaster: orm models Handle run builds process not yet running
       new  2676bfc   toaster: tests builds Update buildtest
       new  17332eb   toaster: tests builds test_core_image_min Clean ups
       new  a966395   toaster: buildinfohelper Handle regex paths
       new  ca9a94e   toaster: use current directory if BUILDDIR is not set
       new  423686f   toaster: add eventreplay test case for core-image-minimal
       new  6350aa1   toaster: add eventreplay test case for zlib
       new  1caecd0   toaster: add tests/eventreplay/README
       new  fb37983   toasterui.py: warn if buildstats is missing
       new  c3f44b4   lib/bb/cooker.py: fix for BBFILE_PATTERN = ""

The 20 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/bitbake-worker                                 |    5 +-
 lib/bb/build.py                                    |    2 +-
 lib/bb/cooker.py                                   |    4 +
 lib/bb/data.py                                     |    8 +-
 lib/bb/siggen.py                                   |   31 +-
 lib/bb/ui/buildinfohelper.py                       |   27 +-
 lib/bb/ui/toasterui.py                             |    3 +
 lib/toaster/bldcontrol/tests.py                    |  141 --
 lib/toaster/contrib/README                         |    6 -
 lib/toaster/contrib/tts/README                     |   41 -
 lib/toaster/contrib/tts/TODO                       |    9 -
 lib/toaster/contrib/tts/config.py                  |   98 -
 lib/toaster/contrib/tts/launcher.py                |  101 -
 lib/toaster/contrib/tts/log/.create                |    0
 lib/toaster/contrib/tts/recv.py                    |   56 -
 lib/toaster/contrib/tts/runner.py                  |  222 --
 lib/toaster/contrib/tts/settings.json              |    5 -
 lib/toaster/contrib/tts/shellutils.py              |  141 --
 lib/toaster/contrib/tts/tests.py                   |  115 -
 .../contrib/tts/toasteruitest/run_toastertests.py  |  155 --
 .../tts/toasteruitest/toaster_automation_test.py   | 2376 --------------------
 .../contrib/tts/toasteruitest/toaster_test.cfg     |   25 -
 lib/toaster/contrib/tts/urlcheck.py                |   53 -
 lib/toaster/contrib/tts/urllist.py                 |   39 -
 lib/toaster/orm/models.py                          |    8 +-
 .../tests/browser/test_layerdetails_page.py        |    3 +-
 lib/toaster/tests/builds/buildtest.py              |  129 +-
 lib/toaster/tests/builds/test_core_image_min.py    |   50 +-
 lib/toaster/tests/eventreplay/README               |   22 +
 lib/toaster/tests/eventreplay/__init__.py          |   97 +
 lib/toaster/tests/views/README                     |    4 +
 .../commands => tests/views}/__init__.py           |    0
 .../tests.py => tests/views/test_views.py}         |   95 +-
 33 files changed, 339 insertions(+), 3732 deletions(-)
 delete mode 100644 lib/toaster/bldcontrol/tests.py
 delete mode 100644 lib/toaster/contrib/README
 delete mode 100644 lib/toaster/contrib/tts/README
 delete mode 100644 lib/toaster/contrib/tts/TODO
 delete mode 100644 lib/toaster/contrib/tts/config.py
 delete mode 100755 lib/toaster/contrib/tts/launcher.py
 delete mode 100644 lib/toaster/contrib/tts/log/.create
 delete mode 100755 lib/toaster/contrib/tts/recv.py
 delete mode 100755 lib/toaster/contrib/tts/runner.py
 delete mode 100644 lib/toaster/contrib/tts/settings.json
 delete mode 100644 lib/toaster/contrib/tts/shellutils.py
 delete mode 100644 lib/toaster/contrib/tts/tests.py
 delete mode 100755 lib/toaster/contrib/tts/toasteruitest/run_toastertests.py
 delete mode 100755 lib/toaster/contrib/tts/toasteruitest/toaster_automation_test.py
 delete mode 100644 lib/toaster/contrib/tts/toasteruitest/toaster_test.cfg
 delete mode 100644 lib/toaster/contrib/tts/urlcheck.py
 delete mode 100644 lib/toaster/contrib/tts/urllist.py
 create mode 100644 lib/toaster/tests/eventreplay/README
 create mode 100644 lib/toaster/tests/eventreplay/__init__.py
 create mode 100644 lib/toaster/tests/views/README
 copy lib/toaster/{toastermain/management/commands => tests/views}/__init__.py (100%)
 rename lib/toaster/{toastergui/tests.py => tests/views/test_views.py} (89%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list