From acac3dc0df74ab9d9fae609480976a21cde7b4d5 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 13 Sep 2013 11:52:25 +0200 Subject: [PATCH] Retry screenshotting failed maps on each commit. --- misc/tools/xonotic-map-compiler-autobuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2