gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: update deployment during audit


From: gnunet
Subject: [taler-deployment] branch master updated: update deployment during audit report generation
Date: Sun, 01 Dec 2019 20:57:30 +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 00e1f02  update deployment during audit report generation
00e1f02 is described below

commit 00e1f0235cb6fef790e9b855924ea6679ddbaa58
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Dec 1 20:57:27 2019 +0100

    update deployment during audit report generation
---
 buildbot/make_auditor_reports.sh | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index edc3f8a..36ce94f 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -6,6 +6,18 @@
 
 set -eu
 
+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
 
 DATE=$(date +%Y-%m-%d)

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



reply via email to

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