mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu-maintenance: Consider Qt source tarballs as "release files".
* guix/gnu-maintenance.scm (release-file?): Use positive logic in doc. Add a special case for Qt source archives. * tests/gnu-maintenance.scm ("release-file?"): Update test.
This commit is contained in:
parent
bdaef69556
commit
1dce887776
2 changed files with 17 additions and 6 deletions
|
@ -40,7 +40,10 @@
|
|||
("exiv2" "exiv2-0.27.3-Source.tar.gz")
|
||||
("mpg321" "mpg321_0.3.2.orig.tar.gz")
|
||||
("bvi" "bvi-1.4.1.src.tar.gz")
|
||||
("hostscope" "hostscope-V2.1.tgz")))
|
||||
("hostscope" "hostscope-V2.1.tgz")
|
||||
("qtbase" "qtbase-everywhere-src-6.5.2.tar.xz")
|
||||
("qtbase" "qtbase-everywhere-opensource-src-5.15.10.tar.xz")
|
||||
("qt-creator" "qt-creator-opensource-src-11.0.1.tar.xz")))
|
||||
(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