X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Ftools%2Fall%2Fconfig.subr;h=03499ba98cdfec3f7edc38f91882bd688027be5d;hp=38a90bde0b7b0d532bd94e39f476712f02306f50;hb=06f78be4eba3c99ef500ae7cddab7a6efe528019;hpb=725fbdf921d0048b08af3fb77d3ffb26b6bf8352 diff --git a/misc/tools/all/config.subr b/misc/tools/all/config.subr index 38a90bde..03499ba9 100644 --- a/misc/tools/all/config.subr +++ b/misc/tools/all/config.subr @@ -1,4 +1,5 @@ devsite_url="http://dev.xonotic.org/" +gitsite_url="http://gitlab.com/groups/xonotic/" allrepos() { @@ -15,24 +16,30 @@ allrepos() "$@" gmqcc gmqcc.git master "" "$@" xonstat xonstat.git master "no" "$@" xonstatdb xonstatdb.git master "no" + "$@" xonotic.org xonotic.org.git master "no" + "$@" wiki xonotic.wiki.git master "no" } 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 gitlab https://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' - - "$@" ssh push ssh://xonotic@push.git.xonotic.org/ '' + # Pushing destination (authoritative server; merlijn). + "$@" ssh push ssh://git@gitlab.com/xonotic/ '' } have_time=true