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

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

bug#47597: closed ([PATCH 0/3] Add SourceForge updater and lint warnings


From: GNU bug Tracking System
Subject: bug#47597: closed ([PATCH 0/3] Add SourceForge updater and lint warnings)
Date: Tue, 06 Apr 2021 22:02:02 +0000

Your message dated Wed, 07 Apr 2021 00:01:44 +0200
with message-id <87blarjcmv.fsf_-_@gnu.org>
and subject line Re: bug#47597: [PATCH 0/3] Add SourceForge updater and lint 
warnings
has caused the debbugs.gnu.org bug report #47597,
regarding [PATCH 0/3] Add SourceForge updater and lint warnings
to be marked as done.

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


-- 
47597: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47597
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/3] Add SourceForge updater and lint warnings Date: Sun, 4 Apr 2021 22:58:35 +0200
Hi!

These patches add a ‘sourceforge’ updater.  Initially I tried
implementing it in terms of ‘latest-html-release’ but that doesn’t
work because of the peculiar URL scheme that SF uses, with “/download”
appended to otherwise nice-looking URLs.

Instead, this one looks at the /latest URL supported by SourceForge.
It’s less efficient than ‘generic-html’ for instance because there’s
no caching and there’s up to three additional HEAD requests performed
to find if there are detached signatures.

The last patch has ‘guix lint -c refresh’ emit warnings when a package
lacks an updater or when its updater doesn’t work.  This should help us
find out which updaters need to be improved or implemented.

Feedback welcome!

Ludo’.

Ludovic Courtès (3):
  gnu-maintenance: Add 'sourceforge' updater.
  upstream: 'package-latest-release' tries all the matching updaters.
  lint: refresh: Warn about missing or dysfunctional updaters.

 doc/guix.texi            |  2 ++
 guix/gnu-maintenance.scm | 55 ++++++++++++++++++++++++++++++++++++++++
 guix/lint.scm            | 41 +++++++++++++++++++-----------
 guix/upstream.scm        | 15 ++++++-----
 4 files changed, 92 insertions(+), 21 deletions(-)

-- 
2.31.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#47597: [PATCH 0/3] Add SourceForge updater and lint warnings Date: Wed, 07 Apr 2021 00:01:44 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Pushed as 709f30b8e466b5f7155255be4f2cee008f8d01a9 with changes as
Mathieu suggested.  Thanks for your feedback!

Ludo’.


--- End Message ---

reply via email to

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