[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated: fix bootstrap
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated: fix bootstrap |
Date: |
Thu, 22 Feb 2018 18:16:33 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 8285afd fix bootstrap
8285afd is described below
commit 8285afd726db55db22ad15b3be01bb179cb10243
Author: Florian Dold <address@hidden>
AuthorDate: Thu Feb 22 18:16:29 2018 +0100
fix bootstrap
---
bootstrap-bluegreen | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen
index df173ad..fa40bac 100755
--- a/bootstrap-bluegreen
+++ b/bootstrap-bluegreen
@@ -61,7 +61,7 @@ for component in bank merchant gnurl landing exchange
donations blog backoffice
done
if [[ "$ENVNAME" = test ]]; then
- if ! test -d $HOME/$component; then
+ if ! test -d $HOME/playground; then
git clone /var/git/playground.git
fi
fi
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-deployment] branch master updated: fix bootstrap,
gnunet <=