mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-03-04 10:27:38 +00:00
Use correct filenames in -latest* checksum files
This commit is contained in:
parent
16836605a6
commit
2e7a83c04a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user