Commit 9e108b3b authored by primiano@chromium.org's avatar primiano@chromium.org

Fix instructions to generate .DEPS.git

Adds the -w argument in the instructions in DEPS.
See chromium-dev thread http://goo.gl/sVP94W.

BUG=
NOTRY=true
TBR=brettw@chromium.org

Review URL: https://codereview.chromium.org/279583002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269435 0039d316-1c4b-4281-b951-d872f2087c98
parent 84d2a495
...@@ -4,8 +4,10 @@ ...@@ -4,8 +4,10 @@
# See http://code.google.com/p/chromium/wiki/UsingGit # See http://code.google.com/p/chromium/wiki/UsingGit
# #
# To test manually, run: # To test manually, run:
# python tools/deps2git/deps2git.py -o .DEPS.git # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir>
# gclient runhooks # gclient runhooks
# where <gcliendir> is the absolute path to the directory containing the
# .gclient file (the parent of "src").
# DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by
# a bot when you modify this one. # a bot when you modify this one.
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment