From: bones_was_here Date: Sat, 18 Jun 2022 08:09:27 +0000 (+1000) Subject: Update xonotic-release-build.cron X-Git-Tag: xonotic-v0.8.5~6 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=78b3451cf2f330a1e0443ad07655683daf93e5bf;ds=sidebyside Update xonotic-release-build.cron --- diff --git a/misc/infrastructure/xonotic-release-build.cron b/misc/infrastructure/xonotic-release-build.cron index 1adf318f..5a5fd72c 100755 --- a/misc/infrastructure/xonotic-release-build.cron +++ b/misc/infrastructure/xonotic-release-build.cron @@ -39,7 +39,7 @@ fi set -ex -ssh autobuild-release-uploader@beta.xonotic.org ' +test "$RELEASETYPE" = "autobuild" && ssh autobuild-release-uploader@beta.xonotic.org ' set -e; s0=`date -d "now - 7 days - 12 hours" +%s`; s00=`date -d "now - 60 days - 12 hours" +%s`; @@ -57,6 +57,7 @@ ssh autobuild-release-uploader@beta.xonotic.org ' fi; done ' + cd ~/xonotic-release-build ./all clean --reclone # ./all checkout maint