From 47738544c58ffb485daf6eb7f23ab53881e96030 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 13 Sep 2011 16:41:18 +0200 Subject: [PATCH] also transition people who had previously used ./all update -s --- all | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2