summaryrefslogtreecommitdiff
path: root/bootstrap-standalone
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-06 11:40:01 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-06 11:40:01 +0200
commit122c7fb7209316a21bda9e9b4fea5e9afa266498 (patch)
tree60b086a9a2d402e054ec03210a750462d6c46900 /bootstrap-standalone
parent68d26724dbd0a25cd3ee8d4dc300a17514637c59 (diff)
downloaddeployment-122c7fb7209316a21bda9e9b4fea5e9afa266498.tar.gz
deployment-122c7fb7209316a21bda9e9b4fea5e9afa266498.tar.bz2
deployment-122c7fb7209316a21bda9e9b4fea5e9afa266498.zip
fix deployment script and instructions
Diffstat (limited to 'bootstrap-standalone')
-rwxr-xr-xbootstrap-standalone4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap-standalone b/bootstrap-standalone
index 9c648b7..88ada0e 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 auditor; do
+for component in bank merchant gnurl landing exchange merchant-frontends deployment ; do
if ! test -d $HOME/$component; then
git clone /var/git/$component.git
fi
done
-for component in bank merchant landing exchange merchant-frontends auditor; do
+for component in bank merchant landing exchange merchant-frontends ; do
echo "Checking out $component to $BRANCH"
git -C $HOME/$component checkout $BRANCH
done