gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-auditor] branch master updated: Workaround: requirem


From: gnunet
Subject: [GNUnet-SVN] [taler-auditor] branch master updated: Workaround: requirements.txt.
Date: Tue, 11 Jun 2019 12:38:00 +0200

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

marcello pushed a commit to branch master
in repository auditor.

The following commit(s) were added to refs/heads/master by this push:
     new 925e23c  Workaround: requirements.txt.
925e23c is described below

commit 925e23c5673105bc1a26ff47a81dac23aefd9c92
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jun 11 12:36:38 2019 +0200

    Workaround: requirements.txt.
---
 Makefile         | 5 ++++-
 requirements.txt | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index e6f461f..18ab52c 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,9 @@
 
 include config.mk
 
+requirements:
+       pip3 install -r requirements.txt
+
 # All: build HTML pages in all languages and compile the
 # TypeScript logic in web-common.
 all: locale template
@@ -21,7 +24,7 @@ locale/messages.pot: *.j2 # common/*.j2 common/*.j2.inc
 locale-update: locale/messages.pot
        msgmerge -U -m --previous locale/en/LC_MESSAGES/messages.po 
locale/messages.pot
 
-       if grep -nA1 '#-#-#-#-#' locale/*/LC_MESSAGES/messages.po; then echo -e 
"\nERROR: Conflicts encountered in PO files.\n"; exit 1; fi
+       @if grep -nA1 '#-#-#-#-#' locale/*/LC_MESSAGES/messages.po; then echo 
-e "\nERROR: Conflicts encountered in PO files.\n"; exit 1; fi
 
 # Compile translation files for use.
 locale-compile:
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..7337f92
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1 @@
+Babel==2.7.0

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



reply via email to

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