[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#33809] [PATCH] refresh: github: updates for origins using 'git-fetc
From: |
Ludovic Courtès |
Subject: |
[bug#33809] [PATCH] refresh: github: updates for origins using 'git-fetch'. |
Date: |
Wed, 26 Dec 2018 18:26:06 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hi Eric,
address@hidden skribis:
> From: Eric Bavier <address@hidden>
>
> * guix/import/github.scm (updated-github-url): Respond with the repository url
> for the 'git-fetch' fetch method.
> (github-package?): Simplify boolean expression.
> (github-repository, github-user-slash-repository): Strip trailing ".git" from
> project if present.
> (latest-release)<origin-github-uri>: Recognize a 'git-reference'.
> ---
>
> Hello Guix,
>
> With our increasing adoption of git checkouts from github, for
> reproducibility reasons, I thought it would be nice if our github updater
> could find updates for package origins that use `git-fetch`.
>
> This patch brings the github updater coverage up from 9.5% to 15.9%. At the
> time of this writing, the previous updater finds 254 updates, and with this
> patch finds 385! :)
Neat!
LGTM, thank you!
Ludo’.