gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] 01/03: web-common is unused


From: gnunet
Subject: [taler-www] 01/03: web-common is unused
Date: Tue, 04 May 2021 20:56:22 +0200

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

dold pushed a commit to branch stable
in repository www.

commit 494d7aae92301f4e158590f827cb94c251523613
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue May 4 18:17:51 2021 +0200

    web-common is unused
---
 .gitmodules | 4 ----
 Makefile    | 5 -----
 web-common  | 1 -
 3 files changed, 10 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index ce4a8e6..27a3f65 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,7 +1,3 @@
-[submodule "web-common"]
-       path = web-common
-       url = git://taler.net/web-common
-       branch = master
 [submodule "help"]
        path = help
        url = git://taler.net/help
diff --git a/Makefile b/Makefile
index 36bb753..13803b4 100644
--- a/Makefile
+++ b/Makefile
@@ -6,10 +6,8 @@ include build-system/config.mk
 LANGUAGES="en ar zh_Hant fr de hi it ja ko pt pt_BR ru es sv tr"
 
 # All: build HTML pages in all languages and compile the
-# TypeScript logic in web-common.
 .PHONY: all
 all: locale template
-       (cd web-common && $(tsc))
        ($(cp) rendered/static/javascript.html rendered/javascript.html)
        ($(cp) rendered/static/robots.txt rendered/robots.txt)
        ($(cp) rendered/static/robots.txt rendered/dist/robots.txt)
@@ -26,9 +24,6 @@ all: locale template
        (for lang in `echo $(LANGUAGES)` ; \
                do $(cp) -R images rendered/$$lang ; \
        done)
-       (for lang in `echo $(LANGUAGES)` ; do \
-               $(cp) -R web-common rendered/$$lang ; \
-       done)
        (cd rendered; \
                for lang in `echo $(LANGUAGES)`; do \
                $(cp) $$lang/rss.xml $$lang/news/rss.xml; \
diff --git a/web-common b/web-common
deleted file mode 160000
index 2457613..0000000
--- a/web-common
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 2457613ecc8b8971bd47119b1a02a2f290bb4830

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