]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Retry screenshotting failed maps on each commit.
authorRudolf Polzer <divverent@xonotic.org>
Fri, 13 Sep 2013 09:52:25 +0000 (11:52 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 13 Sep 2013 09:52:25 +0000 (11:52 +0200)
misc/tools/xonotic-map-compiler-autobuild

index 1c9fc7fa4e77480d12631dabee47ece17b60b2b0..f7a8ace95351068619bab059fd9c6ad0cd99a487 100755 (executable)
@@ -212,7 +212,7 @@ screenshotthemap()
        M=$3
        blobhash=$4
        commithash=$5
-       if lwp-request -m HEAD "$url$M-$blobhash/"; then
+       if lwp-request -m HEAD "$url$M-$blobhash/$M-000000.jpg"; then
                continue
        fi