also transition people who had previously used ./all update -s

This commit is contained in:
Rudolf Polzer 2011-09-13 16:41:18 +02:00
parent 0416d49608
commit 47738544c5

4
all
View File

@ -586,6 +586,10 @@ case "$cmd" in
location=current
oldbase=$base
oldpushbase=$pushbase
# transition old URLs
if [ x"$base" = x"ssh://xonotic@push.git.xonotic.org/" ]; then
base=ssh://xonotic@push.git.xonotic.org/
fi
while :; do
if [ x"$1" = x"-N" ]; then
allow_pull=false