[oe-commits] [bitbake] branch master-next updated (c5e4506 -> d22f410)

git at git.openembedded.org git at git.openembedded.org
Mon May 9 13:27:19 UTC 2016


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

      from  c5e4506   bb.{cooker, data}: only emit a var as python if 'func' is set
       new  62c981e   bitbake: Update logger.warn() -> logger.warning()
       new  f0c0125   tests: assertEquals -> assertEqual
       new  41ac2d4   bin, toaster: Fix print and exception syntax
       new  0c0ba92   lib/bb/utils.py: Fix explode_dep_versions2() determinism issue
       new  d22f410   runqueue: Fix missing fakeworker under dry run

The 5 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-diffsigs                               |   6 +-
 bin/bitbake-dumpsig                                |   4 +-
 bin/bitbake-layers                                 |   4 +-
 bin/bitbake-worker                                 |   2 +-
 lib/bb/__init__.py                                 |   4 +-
 lib/bb/build.py                                    |   2 +-
 lib/bb/data.py                                     |   2 +-
 lib/bb/fetch2/__init__.py                          |  20 +--
 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                       |  14 +-
 lib/bb/ui/knotty.py                                |   6 +-
 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                   |   2 +-
 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, 223 insertions(+), 222 deletions(-)

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


More information about the Openembedded-commits mailing list