Chromium Code Reviews

Side by Side Diff: README

Issue 9751009: Fix git depot_tools update flow. (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/depot_tools
Patch Set: add /d Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « no previous file | bootstrap/gclient.bat » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This package contains tools for working with Chromium development. 1 This package contains tools for working with Chromium development.
2 2
3 The "gclient" wrapper knows how to keep this repository updated to 3 The "gclient" wrapper knows how to keep this repository updated to
4 the latest versions of these tools as found at: 4 the latest versions of these tools as found at:
5 5
6 http://src.chromium.org/svn/trunk/tools/depot_tools 6 http://src.chromium.org/svn/trunk/tools/depot_tools
7 7
8 This package contains: 8 This package contains:
9 9
10 chrome-update-create-task.bat 10 chrome-update-create-task.bat
(...skipping 15 matching lines...)
26 http://code.google.com/p/gclient/ 26 http://code.google.com/p/gclient/
27 27
28 hammer 28 hammer
29 A wrapper script for building Chromium with the SCons software 29 A wrapper script for building Chromium with the SCons software
30 construction tool. More info at: 30 construction tool. More info at:
31 http://www.scons.org/ 31 http://www.scons.org/
32 32
33 Note: svn and python will be installed automatically if not accessible (on 33 Note: svn and python will be installed automatically if not accessible (on
34 Windows only). 34 Windows only).
35 35
36 To update this distribution manually, run bootstrap\gclient.bat on Windows, 36 To update this distribution manually, run .\update_depot_tools.bat on Windows,
37 or bootstrap/gclient.sh on Linux or Mac. 37 or .\update_depot_tools on Linux or Mac.
M-A Ruel 2012/03/21 19:02:00 still wrong.
gab 2012/03/21 19:08:34 Changed the '\' to '/' in Linux/Mac case. If that'
38 38
39 To disable automatic updating, set the environment variable DEPOT_TOOLS_UPDATE=0 39 To disable automatic updating, set the environment variable DEPOT_TOOLS_UPDATE=0
OLDNEW
« no previous file with comments | « no previous file | bootstrap/gclient.bat » ('j') | no next file with comments »

Powered by Google App Engine