gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-www] branch master updated: Replacing the ./configure command fro


From: gnunet
Subject: [taler-www] branch master updated: Replacing the ./configure command from configure.py for taler.net
Date: Mon, 12 Dec 2022 21:52:52 +0100

This is an automated email from the git hooks/post-receive script.

skuegel pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 8a65223  Replacing the ./configure command from configure.py for 
taler.net
8a65223 is described below

commit 8a652235a20d233f698c496a3a8484ba3fee8588
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Mon Dec 12 21:51:48 2022 +0100

    Replacing the ./configure command from configure.py for taler.net
    
    Signed-off-by: Stefan Kügel <skuegel@web.de>
---
 build-system/configure.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build-system/configure.py b/build-system/configure.py
index e841dca..8fdfaed 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())

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]