gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: update build-common submodule and fix


From: gnunet
Subject: [taler-www] branch master updated: update build-common submodule and fix configure.py location
Date: Thu, 27 Aug 2020 07:33:10 +0200

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

dold pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 9fdda1b  update build-common submodule and fix configure.py location
9fdda1b is described below

commit 9fdda1b5f69467508a01e4e244f2c4d3f1d371f8
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Thu Aug 27 11:02:36 2020 +0530

    update build-common submodule and fix configure.py location
---
 configure.py => build-system/configure.py | 9 ---------
 build-system/taler-build-scripts          | 2 +-
 help                                      | 2 +-
 3 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/configure.py b/build-system/configure.py
similarity index 70%
rename from configure.py
rename to build-system/configure.py
index e68c4c4..6b13143 100644
--- a/configure.py
+++ b/build-system/configure.py
@@ -1,14 +1,5 @@
 import sys
 from pathlib import Path
-
-base_dir = Path(__file__, "../build-system/taler-build-scripts").resolve()
-
-if not base_dir.exists():
-    print(f"build system directory (${base_dir}) missing", file=sys.stderr)
-    sys.exit(1)
-
-sys.path.insert(0, str(base_dir))
-
 from talerbuildconfig import *
 
 b = BuildConfig()
diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
index eaebfbb..c76fb9b 160000
--- a/build-system/taler-build-scripts
+++ b/build-system/taler-build-scripts
@@ -1 +1 @@
-Subproject commit eaebfbb4887d9410bc89e75bd142d5213f44296b
+Subproject commit c76fb9b3af6ec43f2d2a83e6b4f523dcc5ac6a54
diff --git a/help b/help
index 183cb78..3c75433 160000
--- a/help
+++ b/help
@@ -1 +1 @@
-Subproject commit 183cb78c3aa2415b038f6030ca353c3d592301ac
+Subproject commit 3c75433969600126a3ba9070f40b45687535226c

-- 
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]