]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/all/config.subr
Take nl.git.xonotic.org out of the rotation.
[xonotic/xonotic.git] / misc / tools / all / config.subr
index fab9a3ffc6b8f3ae5c6956a3e68d0418f714831f..dbad12b1ab335f59066551c4a276081b06e92d4f 100644 (file)
@@ -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