gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] 01/02: survey deployment


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] 01/02: survey deployment
Date: Mon, 20 Nov 2017 17:05:35 +0100

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

marcello pushed a commit to branch master
in repository deployment.

commit 21230ee746674ef88fb30d9a23bd5d414fc9e04a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Nov 20 17:01:34 2017 +0100

    survey deployment
---
 taler-build/update_merchant_survey.sh | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/taler-build/update_merchant_survey.sh 
b/taler-build/update_merchant_survey.sh
new file mode 100755
index 0000000..4293eb9
--- /dev/null
+++ b/taler-build/update_merchant_survey.sh
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+set -eu
+
+cd $HOME/survey/
+git clean -fxd
+
+git fetch
+# reset to updated upstream branch, but only if we're tracking a branch
+branch=$(git rev-parse --abbrev-ref --symbolic-full-name @{u} 2>/dev/null || 
echo HEAD)
+git reset --hard "$branch"
+
+git submodule update --init --force
+
+./bootstrap
+./configure --prefix="$HOME/local"
+make install check

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



reply via email to

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