From: Rudolf Polzer Date: Thu, 19 Jan 2012 18:29:14 +0000 (+0100) Subject: not that it matters... fix push destination rewriting X-Git-Tag: xonotic-v0.6.0~30^2~36 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bffce9121826aab744be88d826b75c18b058024e;p=xonotic%2Fxonotic.git not that it matters... fix push destination rewriting --- diff --git a/all b/all index 454b8f1c..6831cca6 100755 --- a/all +++ b/all @@ -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