[oe-commits] [bitbake] branch master updated (c5e4506 -> 49bea82)

git at git.openembedded.org git at git.openembedded.org
Wed May 11 09:35:18 UTC 2016


rpurdie pushed a change to branch master
in repository bitbake.

      from  c5e4506   bb.{cooker, data}: only emit a var as python if 'func' is set
      adds  676a5f5   bitbake: Update logger.warn() -> logger.warning()
      adds  b60261b   tests: assertEquals -> assertEqual
      adds  58304fc   bin, toaster: Fix print and exception syntax
      adds  0737e00   lib/bb/utils.py: Fix explode_dep_versions2() determinism issue
      adds  49bea82   runqueue: Fix missing fakeworker under dry run

No new revisions were added by this update.

Summary of changes:
 bin/bitbake-diffsigs                               |   6 +-
 bin/bitbake-dumpsig                                |   4 +-
 bin/bitbake-layers                                 |   6 +-
 bin/bitbake-worker                                 |   2 +-
 lib/bb/__init__.py                                 |   4 +-
 lib/bb/build.py                                    |   2 +-
 lib/bb/data.py                                     |   2 +-
 lib/bb/fetch2/__init__.py                          |  36 ++--
 lib/bb/fetch2/npm.py                               |   4 +-
 lib/bb/monitordisk.py                              |   4 +-
 lib/bb/parse/parse_py/ConfHandler.py               |   4 +-
 lib/bb/runqueue.py                                 |   6 +-
 lib/bb/siggen.py                                   |   2 +-
 lib/bb/tests/codeparser.py                         |   8 +-
 lib/bb/tests/cow.py                                |  88 +++++-----
 lib/bb/ui/buildinfohelper.py                       |  20 +--
 lib/bb/ui/knotty.py                                |   8 +-
 lib/bb/ui/toasterui.py                             |   6 +-
 lib/bb/utils.py                                    |  13 +-
 lib/toaster/bldcontrol/localhostbecontroller.py    |   2 +-
 .../management/commands/checksettings.py           |  18 +-
 .../bldcontrol/management/commands/runbuilds.py    |   6 +-
 lib/toaster/bldcontrol/models.py                   |  10 +-
 lib/toaster/bldcontrol/tests.py                    |   4 +-
 lib/toaster/contrib/tts/shellutils.py              |   2 +-
 .../contrib/tts/toasteruitest/run_toastertests.py  |   4 +-
 .../tts/toasteruitest/toaster_automation_test.py   | 186 ++++++++++-----------
 lib/toaster/contrib/tts/urlcheck.py                |   4 +-
 lib/toaster/toastergui/views.py                    |   2 +-
 .../toastermain/management/commands/builddelete.py |   2 +-
 .../toastermain/management/commands/buildslist.py  |   2 +-
 .../toastermain/management/commands/get-dburl.py   |   2 +-
 .../toastermain/management/commands/perf.py        |   6 +-
 lib/toaster/toastermain/settings.py                |   2 +-
 lib/toaster/toastermain/urls.py                    |   2 +-
 35 files changed, 240 insertions(+), 239 deletions(-)

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


More information about the Openembedded-commits mailing list