RelUpload: rc tarballs are counted from rc0

Junio C Hamano committed Nov 1, 2013 at 10:14 UTC 8775a4ce25e2f7fa8719af96c3748b5debee4174
1 file changed +1 -1
RelUpload
+1 -1
@@ -7,7 +7,7 @@ do
7 test -f "$s" &&
8 v=$(expr "$s" : '^git.*-\([^-]*\)\.tar\.sig$') &&
9 case "$v" in
10 - *.rc[1-9]*)
10 + *.rc[0-9]*)
11 dest=/pub/software/scm/git/testing/ ;;
12 *)
13 dest=/pub/software/scm/git/ ;;