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

git at git.openembedded.org git at git.openembedded.org
Tue Aug 14 15:36:36 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 65a0d38  checksum: sanity check path when recursively checksumming
 discard d2dcb4c  utils/md5_file: don't iterate line-by-line
 discard 44273b8  persist_data: Close databases across fork
 discard 5d4e2df  event.py: fix typo
 discard bc0f24a  tests/persist_data: Add tests
 discard cb32b86  persist_data: Disable enable_shared_cache
 discard f99c049  persist_data: Enable Write Ahead Log
 discard 61d51e5  persist_data: Add key constraints
 discard dbde8ca  persist_data: Fix leaking cursors causing deadlock
 discard 01b27e8  fork: Add os.fork() wrappers
     add d49483e  event.py: fix typo
     add e7cd4c8  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   (65a0d38)
            \
             N -- N -- N   refs/heads/master-next (e7cd4c8)

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.

No new revisions were added by this update.

Summary of changes:
 bin/bitbake-selftest         |   1 -
 bin/bitbake-worker           |   2 +-
 lib/bb/fork.py               |  71 -------------
 lib/bb/persist_data.py       | 239 +++++++++++--------------------------------
 lib/bb/tests/persist_data.py | 188 ----------------------------------
 lib/bb/utils.py              |  13 +--
 6 files changed, 65 insertions(+), 449 deletions(-)
 delete mode 100644 lib/bb/fork.py
 delete mode 100644 lib/bb/tests/persist_data.py

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


More information about the Openembedded-commits mailing list