gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch master updated: Reintroducing fixes fro


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: Reintroducing fixes from #4603, as regressions appeared.
Date: Sat, 22 Apr 2017 16:22:22 +0200

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

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 6c9203e  Reintroducing fixes from #4603, as regressions appeared.
6c9203e is described below

commit 6c9203e4916a13d0de9fbc338b650200c6301d20
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Apr 22 16:21:53 2017 +0200

    Reintroducing fixes from #4603, as regressions appeared.
---
 Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 21d25d0..ceb8171 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@ pkgdata_DATA = \
 
 # link package under prefix to source tree
 install-dev:
-       @pip3 install -e . --install-option="address@hidden@"
+       @pip3 install -e . --install-option="address@hidden@" --system
 
 check:
        @export DJANGO_SETTINGS_MODULE="talerbank.settings" 
TALER_PREFIX="@prefix@" && python3 -m django test talerbank.app.tests
@@ -28,9 +28,9 @@ check:
 
 # install into prefix
 install-exec-hook:
-       @pip3 install . --install-option="address@hidden@"
+       @pip3 install . --install-option="address@hidden@" --system
        @# force update when sources changed
-       @pip3 install . --install-option="address@hidden@" --upgrade --no-deps
+       @pip3 install . --install-option="address@hidden@" --upgrade --no-deps 
--system
 
 app:
        @tar czf taler-bank-$(PACKAGE_VERSION)-app.tgz `cat INCLUDE.APP`

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



reply via email to

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