gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch stable updated (c00c344 -> 6dfb7c5)


From: gnunet
Subject: [taler-www] branch stable updated (c00c344 -> 6dfb7c5)
Date: Thu, 27 Aug 2020 11:54:44 +0200

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

grothoff pushed a change to branch stable
in repository www.

    from c00c344  remove problematic macro
     add 697ec37  add thesis from Wenger
     add 9fdda1b  update build-common submodule and fix configure.py location
     add 6dfb7c5  copy .well-known

No new revisions were added by this update.

Summary of changes:
 Makefile                                  |   1 +
 configure.py => build-system/configure.py |   9 ---------
 build-system/taler-build-scripts          |   2 +-
 help                                      |   2 +-
 papers/thesis-wenger-2020.pdf             | Bin 0 -> 13527590 bytes
 www.yml                                   |   9 +++++++++
 6 files changed, 12 insertions(+), 11 deletions(-)
 rename configure.py => build-system/configure.py (70%)
 create mode 100644 papers/thesis-wenger-2020.pdf

diff --git a/Makefile b/Makefile
index eb19ed3..93cac54 100644
--- a/Makefile
+++ b/Makefile
@@ -80,6 +80,7 @@ endif
 install: all
        $(mkdir) -p $(prefix)/$(variant)
        $(cp) -r rendered/* $(prefix)/$(variant)/
+       $(cp) -r rendered/.well-known/ $(prefix)/$(variant)/
 
 .PHONY: uninstall
 uninstall:
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
diff --git a/papers/thesis-wenger-2020.pdf b/papers/thesis-wenger-2020.pdf
new file mode 100644
index 0000000..451262c
Binary files /dev/null and b/papers/thesis-wenger-2020.pdf differ
diff --git a/www.yml b/www.yml
index 4397268..c46a784 100644
--- a/www.yml
+++ b/www.yml
@@ -142,6 +142,15 @@ paperslist:
     url_html:
     url_pdf: "papers/thesis-dold-phd-2019.pdf"
     comment:
+  - year: 2020
+    authors:
+      - Dominik Wenger
+    name: "Embedded system for GNU/Taler: Designing an embedded system for 
cashless payment on a vending machine"
+    kind: Bachelor Thesis
+    url:
+    url_html:
+    url_pdf: "papers/thesis-wenger-2020.pdf"
+    comment:
   - year: 2020
     authors:
       - Dominik Samuel Meister

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