]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/all/config.subr
Change the messages to mention gitlab.
[xonotic/xonotic.git] / misc / tools / all / config.subr
index dbad12b1ab335f59066551c4a276081b06e92d4f..d360ba084bfbb1d019cd619807d73b5a233748e3 100644 (file)
@@ -1,4 +1,5 @@
 devsite_url="http://dev.xonotic.org/"
+gitsite_url="http://gitlab.com/groups/xonotic/"
 
 allrepos()
 {
@@ -29,15 +30,15 @@ allmirrors()
        "$@" http ''   http://us.git.xonotic.org/xonotic/  ''
 
        # Gitlab host (divVerent).
-       "$@" http lab  https://gitlab.com/xonotic/         ''
-       "$@" ssh  lab  ssh://git@gitlab.com/xonotic/       ''
+       # Disabled because of https://gitlab.com/gitlab-com/support-forum/issues/15
+       "$@" http ''   https://gitlab.com/xonotic/         ''
 
        # German host (divVerent).
        "$@" git  de   git://de.git.xonotic.org/xonotic/   ''
        "$@" http de   http://de.git.xonotic.org/xonotic/  ''
 
        # Pushing destination (authoritative server; merlijn).
-       "$@" ssh  push ssh://xonotic@push.git.xonotic.org/ ''
+       "$@" ssh  push ssh://git@gitlab.com/xonotic/       ''
 }
 
 have_time=true