]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/xonotic-map-compiler-autobuild
fix a chdir bug
[xonotic/xonotic.git] / misc / tools / xonotic-map-compiler-autobuild
index 173f1937069189fe12c8176928a0fb7cbd265eda..86ecb4a37845684bc33414cc81ad2cd1cb16f48b 100755 (executable)
@@ -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
@@ -317,14 +320,12 @@ case "$1" in
                        fi
 
                        cd data/xonotic-maps.pk3dir
-
                        allmaps "$HASH" screenshotthemap "$REFNAME" "$url_http"
+                       cd ../..
+
                        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 +333,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"