[oe-commits] [bitbake] branch master-next updated (8701e8d -> f039ccf)

git at git.openembedded.org git at git.openembedded.org
Tue Oct 16 20:01:00 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 8701e8d  data: Ensure task checksums account for remove data
     new 48eb92d  data: Ensure task checksums account for remove data
     new 06d17d6  toaster: bad link for distro conf file
     new 6c6efa7  toaster: bump django version to match build tools
     new 5893882  toaster: missing shutil import
     new edc798a  layerindexlib: Fix various type checking errors
     new 2405b1e  taskexp: add focused search bar
     new 5e026ba  fetch2: avoid circular recursion with SRCPV in PR
     new d2b6342  fetch2/git: add tests to capture existing behavior wrt. naming of clone directories
     new 9ad22eb  fetch2/git: add tests to capture existing behavior wrt. naming of mirror tarball
     new 2b786e0  fetch2/git: add tests to capture existing behavior wrt. naming of git shallow tarball
     new 3a2a3e9  fetch2/git: use intention revealing names for premirror tests
     new 608d8e1  fetch2: extract the function which ensures that a valid symlink exists
     new b786190  fetch2: add symlinks for mirror tarballs
     new 7a74ec3  fetch2: add symlink for shallow mirror tarballs
     new c5b6175  fetch2/git: prevent access to non-existing clonedir
     new b52945d  fetch2/git: explicitly show the decision logic to select the source in code
     new 5f54e3e  fetch2/git: provide information about missing sources
     new f039ccf  bitbake-user-manual: fix description of BB_RUNTASK

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   (8701e8d)
            \
             N -- N -- N   refs/heads/master-next (f039ccf)

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 18 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:
 .../bitbake-user-manual-ref-variables.xml          |   4 +-
 lib/bb/fetch2/__init__.py                          |  35 ++-
 lib/bb/fetch2/git.py                               |  26 ++-
 lib/bb/tests/fetch.py                              | 248 ++++++++++++++++++++-
 lib/bb/ui/taskexp.py                               |  10 +-
 lib/layerindexlib/__init__.py                      |  51 +++--
 lib/layerindexlib/cooker.py                        |  19 +-
 lib/toaster/orm/models.py                          |   2 +-
 lib/toaster/toastergui/tables.py                   |   8 +-
 .../toastermain/management/commands/buildimport.py |   1 +
 toaster-requirements.txt                           |   2 +-
 11 files changed, 336 insertions(+), 70 deletions(-)

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


More information about the Openembedded-commits mailing list