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