From: bones_was_here Date: Sun, 19 Jun 2022 12:06:06 +0000 (+1000) Subject: Use correct filenames in -latest* checksum files X-Git-Tag: xonotic-v0.8.5~3 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=2e7a83c04aa15f6061d2d3b2e9c097763428683f Use correct filenames in -latest* checksum files --- diff --git a/misc/infrastructure/xonotic-release-build.cron b/misc/infrastructure/xonotic-release-build.cron index f3c414a0..f3662df5 100755 --- a/misc/infrastructure/xonotic-release-build.cron +++ b/misc/infrastructure/xonotic-release-build.cron @@ -87,7 +87,7 @@ sha512sum Xonotic-$d*.zip > Xonotic-$d.sha512 for X in Xonotic-$d*.zip; do ln -snf "$X" "Xonotic-latest${X#Xonotic-$d}" done -ln -snf Xonotic-$d.sha512 Xonotic-latest.sha512 +sha512sum Xonotic-latest*.zip > Xonotic-latest.sha512 rsync -vaSHP Xonotic*.zip Xonotic*.sha512 autobuild-release-uploader@beta.xonotic.org:"$RELEASETYPEDIR" if [ -z "$RELEASETYPEDIR" ]; then ssh autobuild-release-uploader@beta.xonotic.org sh ../../update-rsync.sh "$d"