From: Rudolf Polzer Date: Tue, 5 Oct 2010 16:38:21 +0000 (+0200) Subject: we still have to checkout in the screenshot system X-Git-Tag: xonotic-v0.1.0preview~136 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=a3d4fb53c860825dd5dd50f224ebd34a61945815;hp=3d66ac4f5d5a3243aa5c6740042b38655a77c757 we still have to checkout in the screenshot system --- diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index ccfdfa69..17ff0e77 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -203,10 +203,6 @@ screenshotthemap() continue fi - git reset --hard - git clean -xfd - git checkout -f "$commithash" - rm -rf ~/.xonotic ( cd ../.. @@ -319,6 +315,10 @@ case "$1" in continue fi + git reset --hard + git clean -xfd + git checkout -f "$commithash" + rundownload if $getthemap_fail; then continue