]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Fix URL for accessing the screenshot server.
authorRudolf Polzer <divVerent@gmail.com>
Mon, 31 Jan 2022 19:45:35 +0000 (11:45 -0800)
committerRudolf Polzer <divVerent@gmail.com>
Mon, 31 Jan 2022 19:45:52 +0000 (11:45 -0800)
misc/tools/xonotic-map-compiler-autobuild

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