aboutsummaryrefslogtreecommitdiff
path: root/build-system
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-11 15:23:15 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-11 15:23:15 +0100
commitb4e94c566522d44db58f994a0edebb148c63b459 (patch)
tree07d73ae82306ffa2495a52c0ca7dcfc21477f3c8 /build-system
parent2ca0f755eeb681abb60efce1677fdfcd891eb2e4 (diff)
parent37dd8b01d449d14d1f3c08945fc77bdbccfbb4d5 (diff)
downloadwww-b4e94c566522d44db58f994a0edebb148c63b459.tar.gz
www-b4e94c566522d44db58f994a0edebb148c63b459.tar.bz2
www-b4e94c566522d44db58f994a0edebb148c63b459.zip
Merge branch 'master' of git+ssh://git.taler.net/www
Diffstat (limited to 'build-system')
-rw-r--r--build-system/configure.py7
m---------build-system/taler-build-scripts0
2 files changed, 3 insertions, 4 deletions
diff --git a/build-system/configure.py b/build-system/configure.py
index e1eadc8e..8fdfaedc 100644
--- a/build-system/configure.py
+++ b/build-system/configure.py
@@ -1,3 +1,4 @@
+# This configure.py.template file is in the public domain.
import sys
from pathlib import Path
from talerbuildconfig import *
@@ -5,10 +6,9 @@ from talerbuildconfig import *
b = BuildConfig()
b.enable_prefix()
b.enable_configmk()
-b.use(Option("variant", "Variant (used as output directory)"))
-# Base URL override for the site. The default (empty string)
-# will fall back to the base URL defined www.yml.
+# Base URL override for the site. The default (empty string)
+# will fall back to the base URL defined in www.yml.
b.use(Option("baseurl", "Override base URL that the site will run on", default="", required=False))
b.use(PythonTool())
@@ -22,7 +22,6 @@ b.use(PosixTool("mkdir"))
b.use(PosixTool("rm"))
b.use(PosixTool("sh"))
b.use(PosixTool("msgmerge"))
-b.use(PosixTool("tsc"))
b.use(PosixTool("git"))
b.use(BrowserTool())
b.run()
diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
-Subproject 32716a804208379ae6558d9cedbf00e9a95d0f6
+Subproject 38c168b11eeeab93562ffa74b3e2aff4b596c77