summaryrefslogtreecommitdiff
path: root/build-system
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-05-16 19:03:47 +0200
committerChristian Grothoff <christian@grothoff.org>2021-05-16 19:03:47 +0200
commiteb007f721aa2a3cadde2acddf7386e37be676e3e (patch)
treef270359c77e9f74d994f79fa2851e076d2f02abc /build-system
parentacdf44573f2a916702971c8e14ce8cd137edbc72 (diff)
parent7f3f23c9acb66e3f83fc15fed03d17e44b7d5bf4 (diff)
downloadanastasis-www-eb007f721aa2a3cadde2acddf7386e37be676e3e.tar.gz
anastasis-www-eb007f721aa2a3cadde2acddf7386e37be676e3e.tar.bz2
anastasis-www-eb007f721aa2a3cadde2acddf7386e37be676e3e.zip
Merge branch 'master' of git+ssh://git.taler.net/anastasis-www
Diffstat (limited to 'build-system')
-rwxr-xr-xbuild-system/configure.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-system/configure.py b/build-system/configure.py
index dd7b18e..fe792dd 100755
--- a/build-system/configure.py
+++ b/build-system/configure.py
@@ -7,9 +7,9 @@ b = BuildConfig()
b.enable_prefix()
b.enable_configmk()
-# Base URL for the site. Per default, the URL is the protocol-relative
-# root path.
-b.use(Option("baseurl", "Base URL that the site will run on", default="//", required=False))
+# Base URL override for the site.
+# If not set, use value from www.yml
+b.use(Option("baseurl", "Override base URL that the site will run on", default="", required=False))
b.add_tool(PythonTool())
b.add_tool(PyBabelTool())