X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=all;h=58e1ea40bf8011ec3a6b4d971287cbc4df4f3403;hp=6b417991c38f32924039ec33376179165fb9a144;hb=6a6224ed323fdb7442d1a878e00456ef52d58715;hpb=fc39a0cfdb909320497304369e3af7f9253db6ee diff --git a/all b/all index 6b417991..58e1ea40 100755 --- a/all +++ b/all @@ -931,7 +931,11 @@ case "$cmd" in esac verbose rm -rf Xonotic Xonotic*.zip verbose mkdir -p Xonotic - verbose date +%Y%m%d > Xonotic/stamp.txt + if [ -n "$RELEASEDATE" ]; then + verbose echo "$RELEASEDATE" > Xonotic/stamp.txt + else + verbose date +%Y%m%d > Xonotic/stamp.txt + fi verbose git archive --format=tar HEAD -- Docs misc server xonotic-linux-glx.sh xonotic-linux-sdl.sh misc/buildfiles | { verbose cd Xonotic verbose mkdir data fteqcc source source/darkplaces source/fteqcc