]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Shorter path (we now make autobuild-bsp the homedir).
authorRudolf Polzer <divVerent@gmail.com>
Thu, 8 Jul 2021 19:16:50 +0000 (12:16 -0700)
committerRudolf Polzer <divVerent@gmail.com>
Thu, 8 Jul 2021 19:17:06 +0000 (12:17 -0700)
misc/tools/xonotic-map-compiler-autobuild

index 0cfb057922ff7401190bd2392bf36e4259c935e6..2f93abd9e4b720177c3e590a5b5f422a53c93ef4 100755 (executable)
@@ -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"