@leroysheep / Socializer / commits / 8775a4ce25

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
index 61eb68b90f..0e3435215a 100755 --- a/RelUpload +++ b/RelUpload @@ -7,7 +7,7 @@ do test -f "$s" && v=$(expr "$s" : '^git.*-\([^-]*\)\.tar\.sig$') && case "$v" in - *.rc[1-9]*) + *.rc[0-9]*) dest=/pub/software/scm/git/testing/ ;; *) dest=/pub/software/scm/git/ ;;