From: Rudolf Polzer Date: Thu, 8 Jul 2021 19:16:50 +0000 (-0700) Subject: Shorter path (we now make autobuild-bsp the homedir). X-Git-Tag: xonotic-v0.8.5~59^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=af927722ffe4d02726277eab05b45e2cbccc4909;p=xonotic%2Fxonotic.git Shorter path (we now make autobuild-bsp the homedir). --- diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index 0cfb0579..2f93abd9 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:autobuild-bsp/ +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"