mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu-maintenance: Recognize "-source" tarball suffix.
Fixes <https://bugs.gnu.org/47398>. Reported by Léo Le Bouter <lle-bout@zaclys.net>. * guix/gnu-maintenance.scm (%tarball-rx): Add "-[Ss]ource" suffix. * tests/gnu-maintenance.scm ("release-file?"): Add exiv2 example.
This commit is contained in:
parent
6aaa8269b8
commit
1575da6062
2 changed files with 3 additions and 2 deletions
|
@ -30,7 +30,8 @@
|
|||
("texmacs" "TeXmacs-1.0.7.9-src.tar.gz")
|
||||
("icecat" "icecat-38.4.0-gnu1.tar.bz2")
|
||||
("mit-scheme" "mit-scheme-9.2.tar.gz")
|
||||
("mediainfo" "mediainfo_20.09.tar.xz")))
|
||||
("mediainfo" "mediainfo_20.09.tar.xz")
|
||||
("exiv2" "exiv2-0.27.3-Source.tar.gz")))
|
||||
(every (lambda (project+file)
|
||||
(not (apply release-file? project+file)))
|
||||
'(("guile" "guile-www-1.1.1.tar.gz")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue