gnunet-svn
[Top][All Lists]
Advanced

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

[www] 19/19: make build more silent again.


From: gnunet
Subject: [www] 19/19: make build more silent again.
Date: Wed, 13 Nov 2019 01:28:51 +0100

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

ng0 pushed a commit to branch master
in repository www.

commit 429a2aede50aebe4ce356f965243e8d938c63682
Author: ng0 <address@hidden>
AuthorDate: Wed Nov 13 00:23:14 2019 +0000

    make build more silent again.
---
 GNUmakefile  | 1 +
 inc          | 2 +-
 make_site.py | 5 +++--
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index 19a7935..4a1aa38 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -27,6 +27,7 @@ all: css locale template
                $(cp) rendered/static/robots.txt rendered/$$lang/robots.txt ; \
        done)
        ($(python) inc/make_sitemap.py -i rendered)
+       ($(cp) sitemap.xml rendered/sitemap.xml)
        ($(cp) sitemap.xml rendered/en/sitemap.xml)
        ($(cp) static/moved.html rendered/frontpage.html)
        (cd rendered; $(ln) -fs frontpage.html frontpage)
diff --git a/inc b/inc
index 8c22c1e..20373c1 160000
--- a/inc
+++ b/inc
@@ -1 +1 @@
-Subproject commit 8c22c1ef8737066c03c322d8fef22b26a36442cc
+Subproject commit 20373c170a50c50380a72a04ef1beb4e715efb70
diff --git a/make_site.py b/make_site.py
index d335f97..55b8510 100755
--- a/make_site.py
+++ b/make_site.py
@@ -47,13 +47,14 @@ def main():
     if DEBUG:
         print("generating html from jinja2 templates...")
     x.run("template", conf, env)
-    if DEBUG:
+    if DEBUG >= 2:
         print(Path.cwd())
         _ = Path("rendered")
         for child in _.iterdir():
             print(child)
-    if DEBUG:
+    if DEBUG >= 2:
         print(Path.cwd())
+    if DEBUG:
         print("generating html from jinja2 news templates...")
     x.run("news", conf, env)
     #for lang in conf["langs_full"]:

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



reply via email to

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