]> git.rm.cloudns.org Git - xonotic/xonotic.git/commitdiff
Include all stormkeep files required by pipeline
authorbones_was_here <bones_was_here@xonotic.au>
Tue, 23 Jul 2024 06:49:37 +0000 (16:49 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Tue, 23 Jul 2024 06:49:37 +0000 (16:49 +1000)
misc/infrastructure/xonotic-release-build.cron

index f9f16dacb3969b832132863cda013f883c1d39ae..79c4cfada6acb425f7fe5c81c2c4e577901795da 100755 (executable)
@@ -102,8 +102,11 @@ rsync -vaSHP Xonotic*.zip Xonotic*.sha512 autobuild-release-uploader@beta.xonoti
 if [ -z "$RELEASETYPEDIR" ]; then
        ssh autobuild-release-uploader@beta.xonotic.org sh ../../update-rsync.sh "$d"
 
-       # pipeline files, see: .gitlab-ci.yml in xonotic-data.pk3dir
+       # also upload pipeline files for .gitlab-ci.yml in xonotic-data.pk3dir
        cp data/stormkeep-????????????????????????????????????????-????????????????????????????????????????.pk3 stormkeep.pk3
+       cd data/xonotic-maps.pk3dir # need correct path inside pk3
+       7z a -tzip -mx=9 ../../stormkeep.pk3 maps/stormkeep.mapinfo maps/stormkeep.waypoints*
+       cd ~/xonotic-release-build
        PIPELINE_FILES="gmqcc/gmqcc Xonotic/xonotic-linux64-dedicated stormkeep.pk3"
        rsync -vSP $PIPELINE_FILES autobuild-release-uploader@beta.xonotic.org:../pipeline-bin/
        rm -f stormkeep.pk3