From 53d78e8f9150ec7358677fd1373e0ec91a55a276 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 21 Jan 2012 10:49:02 +0100 Subject: [PATCH] also include an autoscreenshot engine log --- misc/tools/xonotic-map-compiler-autobuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index aefafea1..292909c5 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -237,7 +237,7 @@ screenshotthemap() ;; esac fi - ) + ) >~/.xonotic/autoscreenshot.log 2>&1 if ! mv ~/.xonotic/data/screenshots "$M-$blobhash"; then if [ -n "$IRCSPAM" ]; then #ss2spam "$M" "$url$M-$blobhash/" "$REFNAME" "$commithash" 1 > "maps/$M.ircss" @@ -245,6 +245,7 @@ screenshotthemap() fi return 1 fi + mv ~/.xonotic/autoscreenshot.log "$M-$blobhash"/ || true if [ -n "$IRCSPAM" ]; then #ss2spam "$M" "$url$M-$blobhash/" "$REFNAME" "$commithash" 0 > "maps/$M.ircss" ss2spam "$M" "$url?d" "$REFNAME" "$commithash" 0 > "maps/$M.ircss" -- 2.39.2