From bffce9121826aab744be88d826b75c18b058024e Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 19 Jan 2012 19:29:14 +0100 Subject: [PATCH] not that it matters... fix push destination rewriting --- all | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2