Changeset 148184 in webkit


Ignore:
Timestamp:
Apr 11, 2013 1:29:35 AM (11 years ago)
Author:
rniwa@webkit.org
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):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r148183 r148184  
     12013-04-11  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        roll-chromium-deps doesn't roll DEPS
     4        https://bugs.webkit.org/show_bug.cgi?id=114421
     5
     6        Reviewed by Antti Koivisto.
     7
     8        Roll DEPS. Rolling DEPS. Rolled DEPS.
     9
     10        * Scripts/webkitpy/tool/bot/irc_command.py:
     11        (RollChromiumDEPS.execute):
     12
    1132013-04-11  Glenn Adams  <glenn@skynav.com>
    214
  • trunk/Tools/Scripts/webkitpy/tool/bot/irc_command.py

    r148181 r148184  
    138138        if not len(args):
    139139            return self.usage(nick)
    140         return "%s: Thank You." % nick
     140        tool.irc().post("%s: Will roll Chromium DEPS to %s" % (nick, args[0]))
     141        tool.irc().post("%s: Rolling Chromium DEPS to %s" % (nick, args[0]))
     142        tool.irc().post("%s: Rolled Chromium DEPS to %s" % (nick, args[0]))
     143        tool.irc().post("%s: Thank You" % nick)
    141144
    142145
Note: See TracChangeset for help on using the changeset viewer.