[oe-commits] [bitbake] branch master-next updated (14a8156 -> 616d980)

git at git.openembedded.org git at git.openembedded.org
Wed Dec 7 12:25:44 UTC 2016


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

  discards  14a8156   WIP bitbake-worker/cooker: more logging to aid debugging
      adds  7cf22ea   cooker process: fire heartbeat event at regular time intervals
      adds  4547eea   runqueue.py: monitor disk space at regular time intervals
      adds  3c943e9   monitordisk.py: minor code and comment cleanup
      adds  f065ac1   monitordisk: add event
      adds  3c82af1   depexp: fix string formatting.
      adds  7df842f   toaster: browser tests - add Selenium Docker container as driver
      adds  efb0e47   cooker: convert type which needs to be marshalled
      adds  1679188   lib/bs4: Fix imports from html5lib >= 0.9999999/1.0b8
       new  9375349   bitbake-worker: Further IO performance tweaks
       new  758867e   runqueue: Add the taskhash to BB_TASKDEPDATA
       new  38b857d   runqueue: Send BB_TASKDEPDATA for setscene tasks
       new  1aeb45a   utils: Avoid traceback errors
       new  616d980   WIP bitbake-worker/cooker: more logging to aid debugging

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (14a8156)
            \
             N -- N -- N   refs/heads/master-next (616d980)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

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-worker                                 | 13 ++--
 lib/bb/cooker.py                                   |  2 +-
 lib/bb/event.py                                    | 27 ++++++++
 lib/bb/monitordisk.py                              | 23 ++++---
 lib/bb/runqueue.py                                 | 71 +++++++++++++++++++---
 lib/bb/server/process.py                           | 25 ++++++++
 lib/bb/ui/depexp.py                                |  2 +-
 lib/bb/ui/knotty.py                                |  1 +
 lib/bb/ui/toasterui.py                             |  3 +
 lib/bb/utils.py                                    |  2 +-
 lib/bs4/builder/_html5lib.py                       | 17 ++++--
 lib/toaster/tests/browser/README                   | 21 ++++++-
 lib/toaster/tests/browser/selenium_helpers_base.py | 13 +++-
 13 files changed, 187 insertions(+), 33 deletions(-)

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


More information about the Openembedded-commits mailing list