gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated (f114a91 -> d870b94)


From: gnunet
Subject: [taler-www] branch master updated (f114a91 -> d870b94)
Date: Tue, 10 Dec 2019 20:59:08 +0100

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

dold pushed a change to branch master
in repository www.

    from f114a91  add to ign
     new 32abb68  bump submodules
     new d870b94  configure should not be versioned, as it is created by 
bootstrap

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                       |  2 ++
 build-system/taler-build-scripts |  2 +-
 configure                        | 53 ----------------------------------------
 help                             |  2 +-
 web-common                       |  2 +-
 5 files changed, 5 insertions(+), 56 deletions(-)
 delete mode 100755 configure

diff --git a/.gitignore b/.gitignore
index e9eb5cf..ced8cef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+/configure
+
 ./*.html
 common/*.inc
 
diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
index 2536801..d725a0c 160000
--- a/build-system/taler-build-scripts
+++ b/build-system/taler-build-scripts
@@ -1 +1 @@
-Subproject commit 2536801927781ea38fefc3de924934e1c6a74d88
+Subproject commit d725a0cd1b4aa3ff54452a702b8c19db3f3c3393
diff --git a/configure b/configure
deleted file mode 100755
index 4ffb738..0000000
--- a/configure
+++ /dev/null
@@ -1,53 +0,0 @@
-#!/bin/sh
-
-# This file is part of TALER
-# (C) 2019 GNUnet e.V.
-#
-# This is very simple POSIX sh script which
-# identifies the first matching
-# python3 identifier in $PATH and produces
-# configure.py from configure.py.in, and then
-# calls the new executable configure.py.
-#
-# It should be portable on Unices. Report bugs on
-# the bugtracker if you discover that it isn't
-# working as intended.
-#
-# Authors:
-# Author: ng0 <address@hidden>
-#
-# Permission to use, copy, modify, and/or distribute this software for any
-# purpose with or without fee is hereby granted.
-#
-# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
-# LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
-# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-# WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-# ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
-# THIS SOFTWARE.
-#
-# SPDX-License-Identifier: 0BSD
-
-# we invoke configure not as a symlink but as a copy,
-# so we have to use a fixed location for the repository!
-dir=$(dirname "$(readlink -f -- "$0")")/build-system/taler-build-scripts
-. $dir/sh/lib.sh/existence.sh
-. $dir/sh/lib.sh/existence_python.sh
-
-scriptpath=build-system/taler-build-scripts
-
-if ! test -d "$scriptpath"; then
-  echo "fatal error: taler-build-scripts not found at $scriptpath" >&2
-  exit 1
-fi
-
-export PYTHONPATH="$scriptpath:${PYTHONPATH:-}"
-
-# Call configure.py, assuming all went well.
-# $1 is read by configure.py as the prefix.
-# If $1 is empty, the python script checks the
-# environment for PREFIX. We might need more
-# variables and switches, such as DESTDIR.
-exec "$PYTHON" ./configure.py $@
diff --git a/help b/help
index 1ca9f1b..183cb78 160000
--- a/help
+++ b/help
@@ -1 +1 @@
-Subproject commit 1ca9f1b35b286625b05672feea1c16a4de368ed5
+Subproject commit 183cb78c3aa2415b038f6030ca353c3d592301ac
diff --git a/web-common b/web-common
index caf5a98..0968eb3 160000
--- a/web-common
+++ b/web-common
@@ -1 +1 @@
-Subproject commit caf5a98114402d057ba08b14279eb8e46481a02c
+Subproject commit 0968eb3d4023a8a0a37f7069f162eb786a6e04d2

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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