From: Rudolf Polzer Date: Tue, 13 Sep 2011 14:41:18 +0000 (+0200) Subject: also transition people who had previously used ./all update -s X-Git-Tag: xonotic-v0.6.0~102 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=47738544c58ffb485daf6eb7f23ab53881e96030;p=xonotic%2Fxonotic.git also transition people who had previously used ./all update -s --- diff --git a/all b/all index 7db90a60..114f5c32 100755 --- a/all +++ b/all @@ -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