gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: use an explicit t


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: use an explicit tag
Date: Sat, 31 Aug 2019 14:58:35 +0200

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 18fec64  use an explicit tag
18fec64 is described below

commit 18fec64d23801328a50c01c528100d2377b79daf
Author: Florian Dold <address@hidden>
AuthorDate: Sat Aug 31 14:58:31 2019 +0200

    use an explicit tag
---
 bootstrap-taler | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/bootstrap-taler b/bootstrap-taler
index 819fb7f..74c5a9c 100755
--- a/bootstrap-taler
+++ b/bootstrap-taler
@@ -19,7 +19,7 @@
 set -eu
 
 usage() {
-  echo "Usage: $0 ENVNAME"
+  echo "Usage: $0 ENVNAME TAG"
 }
 
 if [ -z ${1+x} ]; then
@@ -28,12 +28,11 @@ if [ -z ${1+x} ]; then
 fi
 
 ENVNAME=$1
-BRANCH=master
+TAG=$2
 CURRENCY=TESTKUDOS
 
 case $ENVNAME in
   demo)
-    BRANCH=stable
     CURRENCY=KUDOS
     ;;
 esac
@@ -62,8 +61,8 @@ if [[ "$ENVNAME" = test ]]; then
 fi
 
 for component in twister bank merchant landing exchange donations blog survey 
backoffice ; do
-  echo "Checking out $component to $BRANCH"
-  git -C $HOME/$component checkout $BRANCH
+  echo "Checking out $component to $TAG"
+  git -C $HOME/$component checkout $TAG
 done
 
 cat >$HOME/activate <<EOL

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



reply via email to

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