All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Add support for shallow mirror tarballs
@ 2017-05-12 21:46 Christopher Larson
  2017-05-12 21:46 ` [PATCH 1/8] fetch: support multiple mirror tarball filenames Christopher Larson
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Christopher Larson @ 2017-05-12 21:46 UTC (permalink / raw)
  To: bitbake-devel

The latest incarnation of the support for git shallow mirror tarballs. Updated
with ud.mirrortarball removed, fixes for gitsm and gitannex, more granular
commits to ease review, and unit tests added. Please let me know what you
think. Thanks.

The following changes since commit 21d963149b5d97452420230a252101115b708d85:

  toaster: move release lookup from morty to pyro (2017-04-20 07:59:30 +0100)

are available in the git repository at:

  git@github.com:kergoth/bitbake.git shallow

for you to fetch changes up to b4ca8fa8422818f7d09fbb1988bc189d2a8e7b52:

  fetch/git: add support for removing arbitrary revs for shallow (2017-05-13 01:22:30 +0500)

----------------------------------------------------------------
Christopher Larson (8):
      fetch: support multiple mirror tarball filenames
      git-make-shallow: add script to make a git repo shallow
      fetch/git: add support for shallow mirror tarballs
      fetch/git: support per-branch/per-url depths for shallow
      fetch/git: add support for keeping extra refs for shallow
      fetch/gitsm: add support for shallow mirror tarballs
      fetch/gitannex: add support for shallow mirror tarballs
      fetch/git: add support for removing arbitrary revs for shallow

 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

-- 
2.11.1



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-06-02 13:59 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-12 21:46 [PATCH 0/8] Add support for shallow mirror tarballs Christopher Larson
2017-05-12 21:46 ` [PATCH 1/8] fetch: support multiple mirror tarball filenames Christopher Larson
2017-05-12 21:46 ` [PATCH 2/8] git-make-shallow: add script to make a git repo shallow Christopher Larson
2017-06-02 10:07   ` Richard Purdie
2017-06-02 13:59     ` Christopher Larson
2017-05-12 21:46 ` [PATCH 3/8] fetch/git: add support for shallow mirror tarballs Christopher Larson
2017-05-12 21:46 ` [PATCH 4/8] fetch/git: support per-branch/per-url depths for shallow Christopher Larson
2017-05-12 21:46 ` [PATCH 5/8] fetch/git: add support for keeping extra refs " Christopher Larson
2017-05-12 21:46 ` [PATCH 6/8] fetch/gitsm: add support for shallow mirror tarballs Christopher Larson
2017-05-12 21:46 ` [PATCH 7/8] fetch/gitannex: " Christopher Larson
2017-05-12 21:46 ` [PATCH 8/8] fetch/git: add support for removing arbitrary revs for shallow Christopher Larson
2017-05-25 15:42 ` [PATCH 0/8] Add support for shallow mirror tarballs Christopher Larson
2017-05-25 16:32   ` Richard Purdie
2017-05-25 16:43     ` Christopher Larson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.