Changeset 48199 in webkit


Ignore:
Timestamp:
Sep 8, 2009 8:03:18 PM (15 years ago)
Author:
Dimitri Glazkov
Message:

2009-09-08 Dimitri Glazkov <Dimitri Glazkov>

Reviewed by Mark Rowe.

Reduce dglazkov's boboiness by properly concatenating revision value.

  • BuildSlaveSupport/build.webkit.org-config/master.cfg: Used substitution

rather than "+".

Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/BuildSlaveSupport/build.webkit.org-config/master.cfg

    r48194 r48199  
    7373        if revision:
    7474            command = self.command[:]
    75             command.append("--revision=src/third_party/WebKit@" + revision)
     75            command.append("--revision=src/third_party/WebKit@%d" % revision)
    7676            self.setCommand(command)
    7777        return shell.ShellCommand.start(self)
  • trunk/WebKitTools/ChangeLog

    r48198 r48199  
     12009-09-08  Dimitri Glazkov  <dglazkov@chromium.org>
     2
     3        Reviewed by Mark Rowe.
     4
     5        Reduce dglazkov's boboiness by properly concatenating revision value.
     6
     7        * BuildSlaveSupport/build.webkit.org-config/master.cfg: Used substitution
     8            rather than "+".
     9
    1102009-09-08  Kevin Ollivier  <kevino@theolliviers.com>
    211
Note: See TracChangeset for help on using the changeset viewer.