Title: [150726] trunk/Tools
Revision
150726
Author
[email protected]
Date
2013-05-26 16:23:10 -0700 (Sun, 26 May 2013)

Log Message

Yet another WKR build fix. Sorry for the mess. It seems like I can't win today :(

* Scripts/webkitpy/tool/commands/newcommitbot.py:
(NewCommitBot.next_work_item):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (150725 => 150726)


--- trunk/Tools/ChangeLog	2013-05-26 22:44:41 UTC (rev 150725)
+++ trunk/Tools/ChangeLog	2013-05-26 23:23:10 UTC (rev 150726)
@@ -1,5 +1,12 @@
 2013-05-26  Ryosuke Niwa  <[email protected]>
 
+        Yet another WKR build fix. Sorry for the mess. It seems like I can't win today :(
+
+        * Scripts/webkitpy/tool/commands/newcommitbot.py:
+        (NewCommitBot.next_work_item):
+
+2013-05-26  Ryosuke Niwa  <[email protected]>
+
         WKR and webkitbot build fixes.
 
         * Scripts/webkitpy/tool/bot/irc_command.py:

Modified: trunk/Tools/Scripts/webkitpy/tool/commands/newcommitbot.py (150725 => 150726)


--- trunk/Tools/Scripts/webkitpy/tool/commands/newcommitbot.py	2013-05-26 22:44:41 UTC (rev 150725)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/newcommitbot.py	2013-05-26 23:23:10 UTC (rev 150726)
@@ -90,11 +90,8 @@
                 commit_log = self._tool.executive.run_command(['svn', 'log', 'https://svn.webkit.org/repository/webkit/trunk', '--non-interactive', '--revision',
                     self._tool.scm().strip_r_from_svn_revision(new_revision)])
             except ScriptError:
-                continue
+                break
 
-            if commit_log.find('No such revision') >= 0:
-                continue
-
             self._last_svn_revision = new_revision
             if self._is_empty_log(commit_log):
                 continue
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to