aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-12-16 14:56:32 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2023-12-16 14:56:32 +0100
commit712cafa0830ee4d55b566c5cc12a85dbc1641218 (patch)
treec97283bc07b346ed58709f83cf85248d1451581c
parent8ece3d0b50a9899cc48890563e89a9cc27ba8b67 (diff)
downloadwww-712cafa0830ee4d55b566c5cc12a85dbc1641218.tar.gz
www-712cafa0830ee4d55b566c5cc12a85dbc1641218.zip
forgot www update
-rwxr-xr-xconfigure23
-rw-r--r--locale/en/LC_MESSAGES/messages.mobin443 -> 443 bytes
-rw-r--r--www.yml3
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 @@
20# This script checks if a suitable python3 executable is installed and then 20# This script checks if a suitable python3 executable is installed and then
21# executes the actual configure logic written in Python. 21# executes the actual configure logic written in Python.
22 22
23build_system_dir=build-system 23scriptpath=build-system/taler-build-scripts
24 24
25if ! test -d "$build_system_dir"; then 25if ! test -d "$scriptpath"; then
26 # Maybe this is not a top-level configure invocation 26 echo "fatal error: taler-build-scripts not found at $scriptpath" >&2
27 # For monorepos, try location from top-level
28 build_system_dir=../../build-system
29fi
30
31if ! test -d "$build_system_dir"; then
32 echo "fatal error: build-system directory not found" >&2
33 echo "hint: are you running this script from the right directory?" >&2
34 exit 1
35fi
36
37scriptpath=$build_system_dir/taler-build-scripts
38if ! test -d "$build_system_dir"; then
39 echo "fatal error: taler-build-scripts directory not found at $scriptpath" >&2
40 echo "hint: did you run './bootstrap'?" >&2 27 echo "hint: did you run './bootstrap'?" >&2
41 exit 1 28 exit 1
42fi 29fi
43 30
44export TALERBUILDSYSTEMDIR=$build_system_dir
45
46# Check that the python3 executable is on the PATH. 31# Check that the python3 executable is on the PATH.
47# This follows PEP 394 (https://www.python.org/dev/peps/pep-0394/). 32# This follows PEP 394 (https://www.python.org/dev/peps/pep-0394/).
48if ! python3 --version >/dev/null 2>&1; then 33if ! python3 --version >/dev/null 2>&1; then
@@ -56,5 +41,7 @@ python3 "$scriptpath/pyvercheck.py" || exit $?
56# Allow Python to find libraries that are checked into the build system git. 41# Allow Python to find libraries that are checked into the build system git.
57export PYTHONPATH="$scriptpath:${PYTHONPATH:-}" 42export PYTHONPATH="$scriptpath:${PYTHONPATH:-}"
58 43
44export TALERBUILDSYSTEMDIR=./build-system
45
59# Call configure.py, assuming all went well. 46# Call configure.py, assuming all went well.
60python3 $TALERBUILDSYSTEMDIR/configure.py "$@" 47python3 $TALERBUILDSYSTEMDIR/configure.py "$@"
diff --git a/locale/en/LC_MESSAGES/messages.mo b/locale/en/LC_MESSAGES/messages.mo
index f4b3cccf..539117ee 100644
--- a/locale/en/LC_MESSAGES/messages.mo
+++ b/locale/en/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/www.yml b/www.yml
index d4620fcf..b1a9e843 100644
--- a/www.yml
+++ b/www.yml
@@ -33,6 +33,9 @@ meetingnotes:
33 2021: 2021-12-12 33 2021: 2021-12-12
34 2022: 2022-12-04 34 2022: 2022-12-04
35newsposts: 35newsposts:
36 - page: 2023-12-NGI-Entrust-GNS-TLDs-Update.html
37 date: 2023-12-16
38 title: "Update for NGI Zero Entrust: GNS to DNS Migration and Zone Management"
36 - page: 2023-11-RFC9498.html 39 - page: 2023-11-RFC9498.html
37 date: 2023-11-21 40 date: 2023-11-21
38 title: "RFC 9498: The GNU Name System" 41 title: "RFC 9498: The GNU Name System"