[oe-commits] [bitbake] branch master updated (00f7909 -> 91c3b34)

git at git.openembedded.org git at git.openembedded.org
Fri Nov 4 12:55:40 UTC 2016


rpurdie pushed a change to branch master
in repository bitbake.

      from  00f7909   toaster: Update default release to Morty
       new  8b879fd   build: Ensure we preserve sigbasedata files as well as sigdata ones
       new  8578290   siggen: Pass basehash to worker processes and sanity check reparsing result
       new  291353b   siggen: Ensure taskhash mismatches don't override existing data
       new  f639f06   data: fix exception handling in exported_vars()
       new  9c7cc98   bitbake-worker: print full traceback instead of message only
       new  f407ace   toaster: views Tests fix all pyflake identified issues
       new  66076c0   toaster: Move views tests to main testing module
       new  cf72775   toaster: Delete useless bldcontrol/test
       new  7a82e45   toaster: Remove contrib tts
       new  4b89db3   toaster: test browser test_layerdetails_page add wait_until_visible
       new  60d3f93   toaster: orm models Handle run builds process not yet running
       new  448d1d9   toaster: tests builds Update buildtest
       new  ecb94e5   toaster: tests builds test_core_image_min Clean ups
       new  e23b574   toaster: buildinfohelper Handle regex paths
       new  da63115   toaster: use current directory if BUILDDIR is not set
       new  73410e6   toaster: add eventreplay test case for core-image-minimal
       new  c922f49   toaster: add eventreplay test case for zlib
       new  0e67554   toaster: add tests/eventreplay/README
       new  3570a8c   toasterui.py: warn if buildstats is missing
       new  91c3b34   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