[oe-commits] [bitbake] branch master-next updated (04b4c97 -> 65a0d38)

git at git.openembedded.org git at git.openembedded.org
Tue Aug 14 09:49:16 UTC 2018


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

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

 discard 04b4c97  persist_data: Close databases across fork
 discard ebc4b67  fork: Add os.fork() wrappers
 discard b2c3f2a  event.py: fix typo
 discard 419c009  tests/persist_data: Add tests
 discard a5e74d9  persist_data: Disable enable_shared_cache
 discard 77e4c69  persist_data: Enable Write Ahead Log
 discard 09d9c39  persist_data: Add key constraints
 discard 6c2f276  persist_data: Fix leaking cursors causing deadlock
     new 01b27e8  fork: Add os.fork() wrappers
     new dbde8ca  persist_data: Fix leaking cursors causing deadlock
     new 61d51e5  persist_data: Add key constraints
     new f99c049  persist_data: Enable Write Ahead Log
     new cb32b86  persist_data: Disable enable_shared_cache
     new bc0f24a  tests/persist_data: Add tests
     new 5d4e2df  event.py: fix typo
     new 44273b8  persist_data: Close databases across fork
     new d2dcb4c  utils/md5_file: don't iterate line-by-line
     new 65a0d38  checksum: sanity check path when recursively checksumming

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   (04b4c97)
            \
             N -- N -- N   refs/heads/master-next (65a0d38)

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 10 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/checksum.py |  2 ++
 lib/bb/fork.py     | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/bb/utils.py    | 13 +++++++---
 3 files changed, 82 insertions(+), 4 deletions(-)
 create mode 100644 lib/bb/fork.py

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


More information about the Openembedded-commits mailing list