[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated (3c1e1e0 -> 514ea0
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated (3c1e1e0 -> 514ea05) |
Date: |
Mon, 20 Nov 2017 17:05:34 +0100 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a change to branch master
in repository deployment.
from 3c1e1e0 survey is a standalone site
new 21230ee survey deployment
new 514ea05 survey deployment
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
bootstrap-bluegreen | 4 ++--
bootstrap-standalone | 4 ++--
.../{update_merchant_frontends.sh => update_merchant_survey.sh} | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
copy taler-build/{update_merchant_frontends.sh => update_merchant_survey.sh}
(92%)
diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen
index fed08e6..77d61ae 100755
--- a/bootstrap-bluegreen
+++ b/bootstrap-bluegreen
@@ -54,13 +54,13 @@ if ! test -d $HOME/libmicrohttpd; then
git clone git://gnunet.org/libmicrohttpd.git
fi
-for component in bank merchant gnurl landing exchange merchant-frontends
deployment auditor ; do
+for component in bank merchant gnurl landing exchange merchant-frontends
deployment auditor survey ; do
if ! test -d $HOME/$component; then
git clone /var/git/$component.git
fi
done
-for component in bank merchant landing exchange merchant-frontends ; do
+for component in bank merchant landing exchange merchant-frontends survey ; do
echo "Checking out $component to $BRANCH"
git -C $HOME/$component checkout $BRANCH
done
diff --git a/bootstrap-standalone b/bootstrap-standalone
index 88ada0e..1bfbc8d 100755
--- a/bootstrap-standalone
+++ b/bootstrap-standalone
@@ -22,13 +22,13 @@ if ! test -d $HOME/libmicrohttpd; then
git clone git://gnunet.org/libmicrohttpd.git
fi
-for component in bank merchant gnurl landing exchange merchant-frontends
deployment ; do
+for component in bank merchant gnurl landing exchange merchant-frontends
deployment survey ; do
if ! test -d $HOME/$component; then
git clone /var/git/$component.git
fi
done
-for component in bank merchant landing exchange merchant-frontends ; do
+for component in bank merchant landing exchange merchant-frontends survey ; do
echo "Checking out $component to $BRANCH"
git -C $HOME/$component checkout $BRANCH
done
diff --git a/taler-build/update_merchant_frontends.sh
b/taler-build/update_merchant_survey.sh
similarity index 92%
copy from taler-build/update_merchant_frontends.sh
copy to taler-build/update_merchant_survey.sh
index 3a1324e..4293eb9 100755
--- a/taler-build/update_merchant_frontends.sh
+++ b/taler-build/update_merchant_survey.sh
@@ -2,7 +2,7 @@
set -eu
-cd $HOME/merchant-frontends/
+cd $HOME/survey/
git clean -fxd
git fetch
--
To stop receiving notification emails like this one, please contact
address@hidden
- [GNUnet-SVN] [taler-deployment] branch master updated (3c1e1e0 -> 514ea05),
gnunet <=