[X2Go-Commits] [buildscripts] 01/01: bin: add new save-sync.sh script to re-sync this repository.

git-admin at x2go.org git-admin at x2go.org
Wed May 10 15:37:43 CEST 2017


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

x2go pushed a commit to branch master
in repository buildscripts.

commit 7c1638af0f896f38eee5f54028af55f589afe354
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed May 10 15:37:38 2017 +0200

    bin: add new save-sync.sh script to re-sync this repository.
---
 bin/slave-sync.sh | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/bin/slave-sync.sh b/bin/slave-sync.sh
new file mode 100755
index 0000000..f288282
--- /dev/null
+++ b/bin/slave-sync.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+set -e
+
+cd "${HOME}/buildscripts"
+
+# Allow modifications.
+git stash
+git pull --rebase
+git stash pop

--
Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git


More information about the x2go-commits mailing list