<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Buildmaster shouldn't restart after all webkitpy change"
   href="https://bugs.webkit.org/show_bug.cgi?id=107052#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Buildmaster shouldn't restart after all webkitpy change"
   href="https://bugs.webkit.org/show_bug.cgi?id=107052">bug 107052</a>
              from <span class="vcard"><a class="email" href="mailto:lforschler&#64;apple.com" title="Lucas Forschler &lt;lforschler&#64;apple.com&gt;"> <span class="fn">Lucas Forschler</span></a>
</span></b>
        <pre>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 <a href="mailto:buildbot&#64;build.webkit.org">buildbot&#64;build.webkit.org</a> &quot;/usr/bin/sudo -n /usr/local/bin/buildbot-update-restart --force&quot; &gt;&gt; /tmp/post-commit.log 2&gt;&amp;1 &amp;
fi</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>