This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 0747795 bin/slave-start-prepare.sh: switch from wget to cURL. new 73d4c7e bin/slave-start-chroot.sh: add a sync run before chrooting to automatically sync up the other buildscripts directory. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: bin/slave-start-chroot.sh | 2 ++ 1 file changed, 2 insertions(+) -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
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