All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christopher Larson <kergoth@gmail.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 0/8] Add support for shallow mirror tarballs
Date: Sat, 13 May 2017 02:46:25 +0500	[thread overview]
Message-ID: <cover.1494623828.git.chris_larson@mentor.com> (raw)

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



             reply	other threads:[~2017-05-12 21:46 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-12 21:46 Christopher Larson [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1494623828.git.chris_larson@mentor.com \
    --to=kergoth@gmail.com \
    --cc=bitbake-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.