From: Rudolf Polzer Date: Tue, 27 Dec 2011 11:32:08 +0000 (+0100) Subject: put correct git revision into autobuilds X-Git-Tag: xonotic-v0.6.0~32^2 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=37af6349316ea2c09ab9735526e69e31b3f49420;hp=9feb4a46ee130ec755f375a50e36141eba59d297;p=xonotic%2Fxonotic.git put correct git revision into autobuilds --- diff --git a/all b/all index f69738a2..b451ac7d 100755 --- a/all +++ b/all @@ -1788,7 +1788,7 @@ case "$cmd" in verbose "$SELF" update-maps ;; release-qc) - verbose make -C Xonotic/source FTEQCC="../../../fteqcc/fteqcc.linux32" XON_BUILDSYSTEM=1 clean all + verbose env GIT_DIR="$d0/data/xonotic-data.pk3dir/.git" make -C Xonotic/source FTEQCC="$d0/Xonotic/fteqcc/fteqcc.linux32" XON_BUILDSYSTEM=1 clean all verbose rm -f Xonotic/source/qcsrc/*/fteqcc.log ;; release-buildpk3-transform-raw)