This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 65a8d23 bin/slave-sync.sh: no, seriously don't fail. And also print the output. new 9cd3670 bin/slave-sync.sh: exit with a zero exit status if script ends successfully. 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-sync.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 9cd36703d1722cfd97adb587f77f5ba867dd0930 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Sep 7 08:49:09 2017 +0200 bin/slave-sync.sh: exit with a zero exit status if script ends successfully. --- bin/slave-sync.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/slave-sync.sh b/bin/slave-sync.sh index db0188c..2234df9 100755 --- a/bin/slave-sync.sh +++ b/bin/slave-sync.sh @@ -24,3 +24,5 @@ fi echo "${git_pull_output}" [[ "${modified_tree}" -ne "0" ]] && git stash pop + +exit 0 -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git