[oe-commits] [bitbake] branch master-next updated (c45e2e3 -> 0ee532e)

git at git.openembedded.org git at git.openembedded.org
Tue Jul 18 17:21:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

 discard c45e2e3  server: Rework the server API so process and xmlrpc servers coexist
     new c2b8d9d  server: Rework the server API so process and xmlrpc servers coexist
     new 258b2c5  cookerdata/cooker: Restore original datastore upon client disconnect
     new 8af38b3  knotty: fix indentation
     new 16924cd  tinfoil: add internal mode to build_file() function
     new 28ab1b1  tinfoil: add a parse_recipes() function
     new 2370eb8  tinfoil: set a flag when recipes have been parsed
     new 90d88e4  lib/bb/event: refactor printing events
     new 20fecef  lib/bb/ui/uihelper: indicate to caller of eventHandler() if events handled
     new 1597ccd  tinfoil: add functionality for running full builds
     new 0182ca9  cookerdata: fix indentation and trailing spaces
     new b3b3ad1  tinfoil: enable access to additional cached items
     new ac389f9  tinfoil: add simple API for getting cached recipe information
     new b9fa57b  cache.py: fix whitespace
     new f42d4e9  cooker: fix whitespace
     new 1c33761  tinfoil: add more doc comments
     new 6d313ff  fetch2: fix indentation
     new 3ff3d2a  fetch2: allow hiding checksum warning
     new 8485935  fetch2: fire an event when there are missing checksums
     new 0ee532e  knotty: make it possible to use termfilter without consoles

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   (c45e2e3)
            \
             N -- N -- N   refs/heads/master-next (0ee532e)

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 "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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


Summary of changes:
 bin/bitbake-layers        |   2 +-
 lib/bb/cache.py           |  27 ++--
 lib/bb/command.py         |  43 ++++-
 lib/bb/cooker.py          |  44 ++++--
 lib/bb/cookerdata.py      |  17 +-
 lib/bb/event.py           |  32 ++++
 lib/bb/fetch2/__init__.py | 110 +++++++------
 lib/bb/runqueue.py        |   6 +
 lib/bb/server/process.py  |   6 +-
 lib/bb/tinfoil.py         | 390 +++++++++++++++++++++++++++++++++++++++++++++-
 lib/bb/ui/knotty.py       |  45 ++----
 lib/bb/ui/ncurses.py      |   2 +-
 lib/bb/ui/taskexp.py      |  20 +--
 lib/bb/ui/toasterui.py    |  25 +--
 lib/bb/ui/uihelper.py     |   3 +
 15 files changed, 610 insertions(+), 162 deletions(-)

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


More information about the Openembedded-commits mailing list