X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Ftools%2Fxonotic-map-compiler-autobuild;h=6e8b9802d0755f9adea6ad6b26c78fd45aae972c;hp=173f1937069189fe12c8176928a0fb7cbd265eda;hb=93fc58484e0aedf13ffa8b842a0c96906cad41e6;hpb=e2734f595d2be7187a8e82ee6377d56b787169bd diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index 173f1937..6e8b9802 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -306,6 +306,9 @@ case "$1" in ;; screenshot) cd data/xonotic-maps.pk3dir + runmakeindex > branches.idx.new + rsync -vaSHP "$branches.idx.new" "$url_ssh""branches.idx.new" + rm -f branches.idx.new branches | while read -r HASH TYPE REFNAME; do if [ -f "$screenshot_cachedir/$HASH" ]; then continue @@ -322,9 +325,6 @@ case "$1" in touch "$screenshot_cachedir/$HASH" done git checkout -f master - runmakeindex > branches.idx.new - rsync -vaSHP "$branches.idx.new" "$url_ssh""branches.idx.new" - rm -f branches.idx.new ;; makeindex) runmakeindex @@ -332,7 +332,7 @@ case "$1" in download) rundownload echo "List of maps that got deleted (if any) and currently are in $bspdir.old:" - ls -l "$bspdir.old" + ls -l "$bspdir.old" || true ;; download-latest) mkdir -p "$bspdir"