[X2Go-Commits] [buildscripts] 01/01: bin/slave-start-chroot.sh: add a sync run before chrooting to automatically sync up the other buildscripts directory.

git-admin at x2go.org git-admin at x2go.org
Sat Jun 10 23:58:30 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 73d4c7e3a8d72f30b31b389ef21b12c4bf77904a
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat Jun 10 23:58:26 2017 +0200

    bin/slave-start-chroot.sh: add a sync run before chrooting to automatically sync up the other buildscripts directory.
---
 bin/slave-start-chroot.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/slave-start-chroot.sh b/bin/slave-start-chroot.sh
index c547dfe..0f98ebd 100755
--- a/bin/slave-start-chroot.sh
+++ b/bin/slave-start-chroot.sh
@@ -20,4 +20,6 @@ else
   exit 1
 fi
 
+"${HOME}/bin/slave-sync.sh"
+
 schroot -c "${chroot}" "bin/${prefix}-slave-start-prepare.sh"

--
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