emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50072: closed ([PATCH WIP 0/4] Add upstream updater for git-fetch or


From: GNU bug Tracking System
Subject: bug#50072: closed ([PATCH WIP 0/4] Add upstream updater for git-fetch origins.)
Date: Thu, 06 Jan 2022 10:21:01 +0000

Your message dated Thu, 06 Jan 2022 11:20:36 +0100
with message-id <87bl0pf9mz.fsf_-_@gnu.org>
and subject line Re: bug#50072: [PATCH WIP 0/4] Add upstream updater for 
git-fetch origins.
has caused the debbugs.gnu.org bug report #50072,
regarding [PATCH WIP 0/4] Add upstream updater for git-fetch origins.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
50072: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50072
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH WIP 0/4] Add upstream updater for git-fetch origins. Date: Sun, 15 Aug 2021 16:16:13 -0700
Hello Guix,

This is a proof-of-concept for extending `guix refresh -u` to support packages
with git-fetch origins.  The potential impact is large: approximately 4.5k
packages use git-fetch, although only some fraction would be supported.

Currently, this enables update support for (at least) any package where

* github-updater finds an update,
* origin-method is 'git-fetch', and
* the package version is a suffix of the 'commit' field.

Drawbacks currently include the fact that libgit2 doesn't (yet) support
shallow checkouts [0], so the entire repository must be cloned. There is also
no support for verifying commits.

There should probably also be a few tests added.

WDYT?

[0] https://github.com/libgit2/libgit2/issues/3058

--
Sarah Morgensen (4):
  guix hash: Extract file hashing procedures.
  import: Factorize file hashing.
  refresh: Support non-tarball sources.
  upstream: Support updating git-fetch origins.

 guix/git-download.scm    | 18 +++++++++++++-
 guix/hash.scm            | 51 ++++++++++++++++++++++++++++++++++++++++
 guix/import/cran.scm     | 32 +++----------------------
 guix/import/elpa.scm     | 28 ++++------------------
 guix/import/go.scm       | 26 +++-----------------
 guix/scripts/hash.scm    | 29 ++++++-----------------
 guix/scripts/refresh.scm | 10 ++++----
 guix/upstream.scm        | 41 +++++++++++++++++++++++++++++++-
 8 files changed, 130 insertions(+), 105 deletions(-)
 create mode 100644 guix/hash.scm


base-commit: 12099eac1b161d364be923451d27d7d739d0f14d
-- 
2.31.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#50072: [PATCH WIP 0/4] Add upstream updater for git-fetch origins. Date: Thu, 06 Jan 2022 11:20:36 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Applied v5 of this patch series, thanks a lot Sarah, Maxime, and zimoun!
\o/

One thing we should eventually address IMO is how the <upstream-source>
abstraction could be made to better model both tarballs and checkouts:

  https://issues.guix.gnu.org/50072#29

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]