From: Rudolf Polzer Date: Mon, 31 Jan 2022 19:45:35 +0000 (-0800) Subject: Fix URL for accessing the screenshot server. X-Git-Tag: xonotic-v0.8.5~36 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fa4dbf24351cc367cebb16be7141a8cf7134a9c8;p=xonotic%2Fxonotic.git Fix URL for accessing the screenshot server. --- diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index 2f93abd9..a18bc6d7 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -4,7 +4,7 @@ set -e bspdir="$PWD/data" url_http=https://beta.xonotic.org/autobuild-bsp/ -url_ssh=xonotic-beta:. +url_ssh=xonotic-beta:./ build_cachedir="$HOME/xonotic-map-compiler.cache/" screenshot_cachedir="$HOME/xonotic-map-screenshot.cache/" build_override="-bsp_timeout 3600 -vis_timeout 10800 -light_timeout 18000 -minimap_timeout 900 -scale_timeout 900 -timeout_stealing 0.8"