[Webkit-unassigned] [Bug 107052] Buildmaster shouldn't restart after all webkitpy change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 24 07:29:30 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=107052

--- Comment #1 from Lucas Forschler <lforschler at apple.com> ---
Buildbot is restarted via post commit hook from the svn sever. The post commit hook reads as follows:

#
# update build.webkit.org
#
UPDATE_BUILDBOT=$(/usr/bin/svnlook changed $REPOS -r $REV | /bin/grep -cE '(webkitpy|BuildSlaveSupport)')
if [ $UPDATE_BUILDBOT -gt 0 ];
then
    /usr/bin/ssh -t buildbot at build.webkit.org "/usr/bin/sudo -n /usr/local/bin/buildbot-update-restart --force" >> /tmp/post-commit.log 2>&1 &
fi

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150924/0b54a6dc/attachment.html>


More information about the webkit-unassigned mailing list