Title: [148184] trunk/Tools
Revision
148184
Author
[email protected]
Date
2013-04-11 01:29:35 -0700 (Thu, 11 Apr 2013)

Log Message

roll-chromium-deps doesn't roll DEPS
https://bugs.webkit.org/show_bug.cgi?id=114421

Reviewed by Antti Koivisto.

Roll DEPS. Rolling DEPS. Rolled DEPS.

* Scripts/webkitpy/tool/bot/irc_command.py:
(RollChromiumDEPS.execute):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (148183 => 148184)


--- trunk/Tools/ChangeLog	2013-04-11 08:27:06 UTC (rev 148183)
+++ trunk/Tools/ChangeLog	2013-04-11 08:29:35 UTC (rev 148184)
@@ -1,3 +1,15 @@
+2013-04-11  Ryosuke Niwa  <[email protected]>
+
+        roll-chromium-deps doesn't roll DEPS
+        https://bugs.webkit.org/show_bug.cgi?id=114421
+
+        Reviewed by Antti Koivisto.
+
+        Roll DEPS. Rolling DEPS. Rolled DEPS.
+
+        * Scripts/webkitpy/tool/bot/irc_command.py:
+        (RollChromiumDEPS.execute):
+
 2013-04-11  Glenn Adams  <[email protected]>
 
         [webkitpy] Remove lingering return_exit_code usage in scm_mock and rebaselineserver.

Modified: trunk/Tools/Scripts/webkitpy/tool/bot/irc_command.py (148183 => 148184)


--- trunk/Tools/Scripts/webkitpy/tool/bot/irc_command.py	2013-04-11 08:27:06 UTC (rev 148183)
+++ trunk/Tools/Scripts/webkitpy/tool/bot/irc_command.py	2013-04-11 08:29:35 UTC (rev 148184)
@@ -137,7 +137,10 @@
     def execute(self, nick, args, tool, sheriff):
         if not len(args):
             return self.usage(nick)
-        return "%s: Thank You." % nick
+        tool.irc().post("%s: Will roll Chromium DEPS to %s" % (nick, args[0]))
+        tool.irc().post("%s: Rolling Chromium DEPS to %s" % (nick, args[0]))
+        tool.irc().post("%s: Rolled Chromium DEPS to %s" % (nick, args[0]))
+        tool.irc().post("%s: Thank You" % nick)
 
 
 class Rollout(IRCCommand):
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to