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