From af927722ffe4d02726277eab05b45e2cbccc4909 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 8 Jul 2021 12:16:50 -0700 Subject: [PATCH] Shorter path (we now make autobuild-bsp the homedir). --- misc/tools/xonotic-map-compiler-autobuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2