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

git at git.openembedded.org git at git.openembedded.org
Fri Jun 2 12:37:37 UTC 2017


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

rpurdie pushed a change to branch master
in repository bitbake.

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

No new revisions were added by this update.

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