not that it matters... fix push destination rewriting

This commit is contained in:
Rudolf Polzer 2012-01-19 19:29:14 +01:00
parent ad840e112b
commit bffce91218

5
all
View File

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