From: Rudolf Polzer Date: Fri, 15 Jun 2018 18:26:46 +0000 (+0200) Subject: Map screenshot server: when downloading maps for a branch fails, still try screenshot... X-Git-Tag: xonotic-v0.8.5~159 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=5c9ec588256c0925000599ae5f7664577bef49a3 Map screenshot server: when downloading maps for a branch fails, still try screenshotting other branches. --- diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index bbcedec0..75306ced 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -376,6 +376,7 @@ case "$1" in git clean -xfd git checkout -f "$HASH" + getthemap_fail=false rundownload if $getthemap_fail; then continue