mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-13 18:35:49 +00:00
not that it matters... fix push destination rewriting
This commit is contained in:
parent
ad840e112b
commit
bffce91218
5
all
5
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
|
||||
|
Loading…
Reference in New Issue
Block a user