put correct git revision into autobuilds

This commit is contained in:
Rudolf Polzer 2011-12-27 12:32:08 +01:00
parent 9feb4a46ee
commit 37af634931

2
all
View File

@ -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)