From: Rudolf Polzer Date: Wed, 26 Nov 2014 11:52:16 +0000 (+0000) Subject: Merge branch 'nyov/wiki' into 'master' X-Git-Tag: xonotic-v0.8.0~9 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=ceb891e7b45e92bdd8dce6ad9f4dce3642600584;hp=653849e434f2179cc3826d3cd0c5061a5b9cbe62 Merge branch 'nyov/wiki' into 'master' Allow cloning wiki from './all' This enables cloning the wiki by adding a `wiki.yes` file for `all`. As the setup stands, it would require @divVerent to mirror the repo first at de.x.o before this can work. (Alternatively re-enable gitlab as a valid location named `lab` and `./all update -l lab` to test or use it.) See merge request !1 --- diff --git a/misc/tools/all/config.subr b/misc/tools/all/config.subr index d360ba08..00d311d4 100644 --- a/misc/tools/all/config.subr +++ b/misc/tools/all/config.subr @@ -16,6 +16,7 @@ allrepos() "$@" gmqcc gmqcc.git master "" "$@" xonstat xonstat.git master "no" "$@" xonstatdb xonstatdb.git master "no" + "$@" wiki xonotic.wiki.git master "no" } allmirrors()