]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
put correct git revision into autobuilds
authorRudolf Polzer <divverent@xonotic.org>
Tue, 27 Dec 2011 11:32:08 +0000 (12:32 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Tue, 27 Dec 2011 11:32:08 +0000 (12:32 +0100)
all

diff --git a/all b/all
index f69738a26ef7ab18a96fbd94df9ed2affba29c52..b451ac7d26f29254f61b9fddf260ce1511fe592b 100755 (executable)
--- 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)