From: Rudolf Polzer Date: Fri, 10 Aug 2012 15:46:45 +0000 (+0200) Subject: make ./all able to check out xonstat and xonstatdb if xonstat.yes and xonstatdb.yes... X-Git-Tag: xonotic-v0.7.0~52^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b2c32ed5663e0a569592c930aae48638c700bf99;p=xonotic%2Fxonotic.git make ./all able to check out xonstat and xonstatdb if xonstat.yes and xonstatdb.yes exist --- diff --git a/misc/tools/all/config.subr b/misc/tools/all/config.subr index 4060a017..0114af27 100644 --- a/misc/tools/all/config.subr +++ b/misc/tools/all/config.subr @@ -13,6 +13,8 @@ allrepos() "$@" data/xonotic-maps.pk3dir xonotic-maps.pk3dir.git master "" "$@" mediasource mediasource.git master "no" "$@" fteqcc fteqcc.git xonotic-stable "noautocrlf" + "$@" xonstat xonstat.git master "no" + "$@" xonstatdb xonstatdb.git master "no" } allmirrors()