[oe-commits] [bitbake] branch master-next updated (362f604 -> 97f856f)

git at git.openembedded.org git at git.openembedded.org
Fri May 26 21:00:01 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.

    from 362f604  bitbake-user-manual: Updated INHERIT descriptions
     new 02eebee  fetch: support multiple mirror tarball filenames
     new 0254020  git-make-shallow: add script to make a git repo shallow
     new 5ed7d85  fetch/git: add support for shallow mirror tarballs
     new 9dfc517  fetch/git: support per-branch/per-url depths for shallow
     new 1771934  fetch/git: add support for keeping extra refs for shallow
     new 6c0613f  fetch/gitsm: add support for shallow mirror tarballs
     new ca0dd3c  fetch/gitannex: add support for shallow mirror tarballs
     new 97f856f  fetch/git: add support for removing arbitrary revs for shallow

The 8 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/git-make-shallow      | 165 +++++++++++++
 lib/bb/fetch2/__init__.py |  72 +++---
 lib/bb/fetch2/git.py      | 189 +++++++++++++--
 lib/bb/fetch2/gitannex.py |  23 +-
 lib/bb/fetch2/gitsm.py    |  17 +-
 lib/bb/fetch2/hg.py       |   5 +-
 lib/bb/fetch2/npm.py      |   7 +-
 lib/bb/tests/fetch.py     | 603 ++++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 1017 insertions(+), 64 deletions(-)
 create mode 100755 bin/git-make-shallow

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


More information about the Openembedded-commits mailing list