gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: forgot www update


From: gnunet
Subject: [www] branch master updated: forgot www update
Date: Sat, 16 Dec 2023 14:56:35 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 712cafa0 forgot www update
712cafa0 is described below

commit 712cafa0830ee4d55b566c5cc12a85dbc1641218
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sat Dec 16 14:56:32 2023 +0100

    forgot www update
---
 configure                         |  23 +++++------------------
 locale/en/LC_MESSAGES/messages.mo | Bin 443 -> 443 bytes
 www.yml                           |   3 +++
 3 files changed, 8 insertions(+), 18 deletions(-)

diff --git a/configure b/configure
index ad724ccb..5a14890b 100755
--- a/configure
+++ b/configure
@@ -20,29 +20,14 @@
 # This script checks if a suitable python3 executable is installed and then
 # executes the actual configure logic written in Python.
 
-build_system_dir=build-system
+scriptpath=build-system/taler-build-scripts
 
-if ! test -d "$build_system_dir"; then
-  # Maybe this is not a top-level configure invocation
-  # For monorepos, try location from top-level
-  build_system_dir=../../build-system
-fi
-
-if ! test -d "$build_system_dir"; then
-  echo "fatal error: build-system directory not found" >&2
-  echo "hint: are you running this script from the right directory?" >&2
-  exit 1
-fi
-
-scriptpath=$build_system_dir/taler-build-scripts
-if ! test -d "$build_system_dir"; then
-  echo "fatal error: taler-build-scripts directory not found at $scriptpath" 
>&2
+if ! test -d "$scriptpath"; then
+  echo "fatal error: taler-build-scripts not found at $scriptpath" >&2
   echo "hint: did you run './bootstrap'?" >&2
   exit 1
 fi
 
-export TALERBUILDSYSTEMDIR=$build_system_dir
-
 # Check that the python3 executable is on the PATH.
 # This follows PEP 394 (https://www.python.org/dev/peps/pep-0394/).
 if ! python3 --version >/dev/null 2>&1; then
@@ -56,5 +41,7 @@ python3 "$scriptpath/pyvercheck.py" || exit $?
 # Allow Python to find libraries that are checked into the build system git.
 export PYTHONPATH="$scriptpath:${PYTHONPATH:-}"
 
+export TALERBUILDSYSTEMDIR=./build-system
+
 # Call configure.py, assuming all went well.
 python3 $TALERBUILDSYSTEMDIR/configure.py "$@"
diff --git a/locale/en/LC_MESSAGES/messages.mo 
b/locale/en/LC_MESSAGES/messages.mo
index f4b3cccf..539117ee 100644
Binary files a/locale/en/LC_MESSAGES/messages.mo and 
b/locale/en/LC_MESSAGES/messages.mo differ
diff --git a/www.yml b/www.yml
index d4620fcf..b1a9e843 100644
--- a/www.yml
+++ b/www.yml
@@ -33,6 +33,9 @@ meetingnotes:
   2021: 2021-12-12
   2022: 2022-12-04
 newsposts:
+  - page: 2023-12-NGI-Entrust-GNS-TLDs-Update.html
+    date: 2023-12-16
+    title: "Update for NGI Zero Entrust: GNS to DNS Migration and Zone 
Management"
   - page: 2023-11-RFC9498.html
     date: 2023-11-21
     title: "RFC 9498: The GNU Name System"

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