gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: undo last commit to PYTHONPATH. this needs


From: gnunet
Subject: [www] branch master updated: undo last commit to PYTHONPATH. this needs to be solved differently, will look into it.
Date: Sun, 15 Dec 2019 18:56:55 +0100

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

ng0 pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 0994c39  undo last commit to PYTHONPATH. this needs to be solved 
differently, will look into it.
0994c39 is described below

commit 0994c3987f796e16256d10110e0ce8d35c3ded9a
Author: ng0 <address@hidden>
AuthorDate: Sun Dec 15 17:53:18 2019 +0000

    undo last commit to PYTHONPATH. this needs to be solved differently, will 
look into it.
---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index b384d78..e47f3fa 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -48,7 +48,7 @@ all: locale template
 # Because of the local i18nfix extractor module we need
 # to set the pythonpath before invoking pybabel.
 locale/messages.pot: common/*.j2.inc template/*.j2
-       $(env) PYTHONPATH=".:./inc" $(pybabel) -q extract -F locale/babel.map 
-o locale/messages.pot .
+       $(env) PYTHONPATH="." $(pybabel) -q extract -F locale/babel.map -o 
locale/messages.pot .
 
 # Update translation (.po) files with new strings.
 locale-update: locale/messages.pot

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



reply via email to

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