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: trigger script


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: trigger script
Date: Thu, 18 Apr 2019 15:35:40 +0200

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 1d734ce  trigger script
1d734ce is described below

commit 1d734ce1242b3c04d4e1098354ae54c62abb0427
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Apr 18 15:35:35 2019 +0200

    trigger script
---
 buildbot/build-sites.sh | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/buildbot/build-sites.sh b/buildbot/build-sites.sh
new file mode 100755
index 0000000..61a13b6
--- /dev/null
+++ b/buildbot/build-sites.sh
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+set -eu
+
+cd $HOME/deployment
+
+# like "git pull", but discard local changes
+git fetch
+git reset --hard FETCH_HEAD
+
+cd $HOME/deployment/taler-sitesbuild
+./invalidate.sh
+
+make

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



reply via email to

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