summaryrefslogtreecommitdiff
path: root/guix/gnu-maintenance.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-07-20 23:41:22 +0200
committerLudovic Courtès <ludo@gnu.org>2020-07-20 23:41:22 +0200
commit07a0be807911f15c18517d45e7b3e4339a33f192 (patch)
tree427c08e3360449e8ff529bfb34ffb38561dc58b2 /guix/gnu-maintenance.scm
parentb579b1c1d19f68435d3c919d8a9fb7bc2c238b32 (diff)
downloadguix-patches-07a0be807911f15c18517d45e7b3e4339a33f192.tar
guix-patches-07a0be807911f15c18517d45e7b3e4339a33f192.tar.gz
gnu-maintenance: Recognize "RC" as denoting a pre-release tarball.
* guix/gnu-maintenance.scm (%alpha-tarball-rx): Add "RC".
Diffstat (limited to 'guix/gnu-maintenance.scm')
-rw-r--r--guix/gnu-maintenance.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/gnu-maintenance.scm b/guix/gnu-maintenance.scm
index 0b5bc8592c..2a4d94dbb0 100644
--- a/guix/gnu-maintenance.scm
+++ b/guix/gnu-maintenance.scm
@@ -240,7 +240,7 @@ network to check in GNU's database."
(make-regexp "^([^.]+)-([0-9]|[^-])+(-(src|gnu[0-9]))?\\.(tar\\.|zip$)"))
(define %alpha-tarball-rx
- (make-regexp "^.*-.*[0-9](-|~)?(alpha|beta|rc|cvs|svn|git)-?[0-9\\.]*\\.tar\\."))
+ (make-regexp "^.*-.*[0-9](-|~)?(alpha|beta|rc|RC|cvs|svn|git)-?[0-9\\.]*\\.tar\\."))
(define (release-file? project file)
"Return #f if FILE is not a release tarball of PROJECT, otherwise return