RelUpload: rc tarballs are counted from rc0

This commit is contained in:
Junio C Hamano
2013-11-01 10:14:55 -07:00
parent 1b91ac656f
commit 8775a4ce25

View File

@@ -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/ ;;