From: Rudolf Polzer Date: Fri, 13 Sep 2013 09:52:25 +0000 (+0200) Subject: Retry screenshotting failed maps on each commit. X-Git-Tag: xonotic-v0.8.0~74 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=acac3dc0df74ab9d9fae609480976a21cde7b4d5;p=xonotic%2Fxonotic.git Retry screenshotting failed maps on each commit. --- diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index 1c9fc7fa..f7a8ace9 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -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