gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: audo reploy latest deployment


From: gnunet
Subject: [taler-deployment] branch master updated: audo reploy latest deployment
Date: Sun, 01 Dec 2019 20:53:26 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 9745561  audo reploy latest deployment
9745561 is described below

commit 974556166e79017c24d4628475ac2d32c87ee0e6
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Dec 1 20:53:23 2019 +0100

    audo reploy latest deployment
---
 buildbot/coverage.sh | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/buildbot/coverage.sh b/buildbot/coverage.sh
index eb2085d..801756c 100755
--- a/buildbot/coverage.sh
+++ b/buildbot/coverage.sh
@@ -11,6 +11,18 @@ echo "The Buildbot is paused, remove ${PAUSE_LOCKFILE} to 
resume."
 exit 1
 fi
 
+fetch () {
+  git clean -fdx
+  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"
+}
+
+cd $HOME/deployment
+fetch
+cd
+
 source "${HOME}/activate"
 
 for codebase in merchant exchange ; do

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



reply via email to

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