X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Ftools%2Fall%2Frelease.subr;h=544902fc620eb70d6bb74e2b53c56264a4bd9f8e;hp=5c076808da21dfbdc1cd6df89ce60b82a95a9f95;hb=e0fb99b953171dc84f806654503bed51cce6b3fa;hpb=cb74b0d70d879732816eb3c43cf90af98912d022 diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index 5c076808..544902fc 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -192,7 +192,7 @@ case "$cmd" in verbose sh autogen.sh ) rm -f Xonotic/key_15.d0pk - { + ( verbose cd Xonotic/mapping verbose wget http://www.icculus.org/netradiant/files/netradiant-1.5.0-20120301.tar.bz2 verbose wget http://www.icculus.org/netradiant/files/netradiant-1.5.0-20120301-win32-7z.exe @@ -201,7 +201,7 @@ case "$cmd" in rm -f "$X" done # TODO possibly include other tools? - } + ) ./all each git rev-parse HEAD > Xonotic/misc/git-revisions.txt ;; release-compile-run)