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

git at git.openembedded.org git at git.openembedded.org
Tue Jul 18 21:32:55 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 0ee532e  knotty: make it possible to use termfilter without consoles
 discard 8485935  fetch2: fire an event when there are missing checksums
 discard 3ff3d2a  fetch2: allow hiding checksum warning
 discard 6d313ff  fetch2: fix indentation
 discard 1c33761  tinfoil: add more doc comments
 discard f42d4e9  cooker: fix whitespace
 discard b9fa57b  cache.py: fix whitespace
 discard ac389f9  tinfoil: add simple API for getting cached recipe information
 discard b3b3ad1  tinfoil: enable access to additional cached items
 discard 0182ca9  cookerdata: fix indentation and trailing spaces
 discard 1597ccd  tinfoil: add functionality for running full builds
 discard 20fecef  lib/bb/ui/uihelper: indicate to caller of eventHandler() if events handled
 discard 90d88e4  lib/bb/event: refactor printing events
 discard 2370eb8  tinfoil: set a flag when recipes have been parsed
 discard 28ab1b1  tinfoil: add a parse_recipes() function
 discard 16924cd  tinfoil: add internal mode to build_file() function
 discard 8af38b3  knotty: fix indentation
 discard 258b2c5  cookerdata/cooker: Restore original datastore upon client disconnect
 discard c2b8d9d  server: Rework the server API so process and xmlrpc servers coexist
     add 96bb174  bb/server/process: Handle EINTR on idle_commands select
     new 4c1d783  event/command: Allow UI to request the UI eventhander ID
     new db127f9  server: Remove base classes and inline code
     new f6b8c33  cookerdata: Add a function to find TOPDIR
     new 2b1f4cd  daemonize: Various fixes
     new d24791e  server: Rework the server API so process and xmlrpc servers coexist
     new 5d42de9  cookerdata/cooker: Restore original datastore upon client disconnect
     new a9df726  knotty: fix indentation
     new edf695c  tinfoil: add internal mode to build_file() function
     new 436b892  tinfoil: add a parse_recipes() function
     new cbd6612  tinfoil: set a flag when recipes have been parsed
     new dc6fd78  lib/bb/event: refactor printing events
     new ac33b55  lib/bb/ui/uihelper: indicate to caller of eventHandler() if events handled
     new cd3ebf3  tinfoil: add functionality for running full builds
     new b430d5c  cookerdata: fix indentation and trailing spaces
     new 12f4806  tinfoil: enable access to additional cached items
     new db01cc7  tinfoil: add simple API for getting cached recipe information
     new 1a17e0e  cache.py: fix whitespace
     new 82f154e  cooker: fix whitespace
     new f067b94  tinfoil: add more doc comments
     new 86b7188  fetch2: fix indentation
     new a7ea92c  fetch2: allow hiding checksum warning
     new 6d6d117  fetch2: fire an event when there are missing checksums
     new b150d01  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   (0ee532e)
            \
             N -- N -- N   refs/heads/master-next (b150d01)

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 23 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:
 lib/bb/cooker.py              |   3 -
 lib/bb/main.py                |   4 +-
 lib/bb/server/process.py      |   4 +-
 lib/bb/server/process.py.orig | 323 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 327 insertions(+), 7 deletions(-)
 create mode 100644 lib/bb/server/process.py.orig

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


More information about the Openembedded-commits mailing list