Changeset 160039 in webkit


Ignore:
Timestamp:
Dec 3, 2013 2:29:39 PM (10 years ago)
Author:
rniwa@webkit.org
Message:

Add a script to automatically configure a git clone
https://bugs.webkit.org/show_bug.cgi?id=110073

Reviewed by Benjamin Poulain.

Added "webkit-patch setup-git-clone" to setup a brand new Git clone.

This command runs various commands listed on http://trac.webkit.org/wiki/UsingGitWithWebKit

  • Scripts/webkitpy/tool/commands/init.py:
  • Scripts/webkitpy/tool/commands/setupgitclone.py: Added.

(SetupGitClone):
(SetupGitClone.execute):

Location:
trunk/Tools
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r160036 r160039  
     12013-12-03  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Add a script to automatically configure a git clone
     4        https://bugs.webkit.org/show_bug.cgi?id=110073
     5
     6        Reviewed by Benjamin Poulain.
     7
     8        Added "webkit-patch setup-git-clone" to setup a brand new Git clone.
     9
     10        This command runs various commands listed on http://trac.webkit.org/wiki/UsingGitWithWebKit
     11
     12        * Scripts/webkitpy/tool/commands/__init__.py:
     13        * Scripts/webkitpy/tool/commands/setupgitclone.py: Added.
     14        (SetupGitClone):
     15        (SetupGitClone.execute):
     16
    1172013-12-03  Anders Carlsson  <andersca@apple.com>
    218
  • trunk/Tools/Scripts/webkitpy/tool/commands/__init__.py

    r150287 r160039  
    1818from webkitpy.tool.commands.rebaseline import Rebaseline
    1919from webkitpy.tool.commands.rebaselineserver import RebaselineServer
     20from webkitpy.tool.commands.setupgitclone import SetupGitClone
    2021from webkitpy.tool.commands.sheriffbot import *
    2122from webkitpy.tool.commands.upload import *
Note: See TracChangeset for help on using the changeset viewer.