From: Rudolf Polzer Date: Fri, 22 Aug 2014 09:47:08 +0000 (+0200) Subject: Take nl.git.xonotic.org out of the rotation. X-Git-Tag: xonotic-v0.8.0~33 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=857c997721671a1e81ffce0b51473bd95e916f09;hp=09a070cf39121ed5443b9dd7b169d47ced1ea37b Take nl.git.xonotic.org out of the rotation. --- diff --git a/misc/tools/all/config.subr b/misc/tools/all/config.subr index fab9a3ff..dbad12b1 100644 --- a/misc/tools/all/config.subr +++ b/misc/tools/all/config.subr @@ -19,23 +19,25 @@ allrepos() allmirrors() { + # Legacy git URLs. "$@" git '' git://git.xonotic.org/xonotic/ '' "$@" http '' http://git.xonotic.org/xonotic/ '' "$@" ssh '' ssh://xonotic@git.xonotic.org/ '' + "$@" git '' git://nl.git.xonotic.org/xonotic/ '' + "$@" http '' http://nl.git.xonotic.org/xonotic/ '' + "$@" git '' git://us.git.xonotic.org/xonotic/ '' + "$@" http '' http://us.git.xonotic.org/xonotic/ '' - "$@" git us git://us.git.xonotic.org/xonotic/ '*2/3' - "$@" http us http://us.git.xonotic.org/xonotic/ '*2/3' + # Gitlab host (divVerent). + "$@" http lab https://gitlab.com/xonotic/ '' + "$@" ssh lab ssh://git@gitlab.com/xonotic/ '' + # German host (divVerent). "$@" git de git://de.git.xonotic.org/xonotic/ '' "$@" http de http://de.git.xonotic.org/xonotic/ '' - "$@" git nl git://nl.git.xonotic.org/xonotic/ '*2' - "$@" http nl http://nl.git.xonotic.org/xonotic/ '*2' - + # Pushing destination (authoritative server; merlijn). "$@" ssh push ssh://xonotic@push.git.xonotic.org/ '' - - "$@" http lab https://gitlab.com/xonotic/ '' - "$@" ssh lab ssh://git@gitlab.com/xonotic/ '' } have_time=true