OLD | NEW |
1 depot_tools_tutorial(7) | 1 depot_tools_tutorial(7) |
2 ======================= | 2 ======================= |
3 | 3 |
4 NAME | 4 NAME |
5 ---- | 5 ---- |
6 depot_tools_tutorial - A tutorial introduction to the Chromium depot_tools git | 6 depot_tools_tutorial - A tutorial introduction to the Chromium depot_tools git |
7 extensions. | 7 extensions. |
8 | 8 |
9 DESCRIPTION | 9 DESCRIPTION |
10 ----------- | 10 ----------- |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 [postsubs="quotes"] | 81 [postsubs="quotes"] |
82 ---- | 82 ---- |
83 [white]**$ export PATH=$PATH:/path/to/depot_tools** | 83 [white]**$ export PATH=$PATH:/path/to/depot_tools** |
84 ---- | 84 ---- |
85 | 85 |
86 // No need to show the Windows stuff on the manpage output. | 86 // No need to show the Windows stuff on the manpage output. |
87 ifdef::backend-xhtml11[] | 87 ifdef::backend-xhtml11[] |
88 WINDOWS | 88 WINDOWS |
89 ^^^^^^^ | 89 ^^^^^^^ |
90 Download the 'depot_tools' | 90 Download the 'depot_tools' |
91 link:https://src.chromium.org/svn/trunk/tools/depot_tools.zip[bundle] and | 91 link:https://storage.googleapis.com/chrome-infra/depot_tools.zip[bundle] and |
92 extract it somewhere. | 92 extract it somewhere. |
93 | 93 |
94 [WARNING] | 94 [WARNING] |
95 *DO NOT* use drag-n-drop or copy-n-paste extract from Explorer, this will not | 95 *DO NOT* use drag-n-drop or copy-n-paste extract from Explorer, this will not |
96 extract the hidden ``.git'' folder which is necessary for 'depot_tools' to | 96 extract the hidden ``.git'' folder which is necessary for 'depot_tools' to |
97 autoupdate itself. You can use ``Extract all...'' from the context menu though. | 97 autoupdate itself. You can use ``Extract all...'' from the context menu though. |
98 | 98 |
99 Add 'depot_tools' to the 'end' of your PATH. Assuming you unzipped the | 99 Add 'depot_tools' to the 'end' of your PATH. Assuming you unzipped the |
100 bundle to `C:\workspace\depot_tools`: | 100 bundle to `C:\workspace\depot_tools`: |
101 | 101 |
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
424 dependencies to pull in. This file also contains 'hooks'. | 424 dependencies to pull in. This file also contains 'hooks'. |
425 | 425 |
426 LKGR:: | 426 LKGR:: |
427 Last Known Good Revision. This is a linkgit:git-tag[1] which tracks the last | 427 Last Known Good Revision. This is a linkgit:git-tag[1] which tracks the last |
428 version of `origin/master` which has passed the full set of testing on the | 428 version of `origin/master` which has passed the full set of testing on the |
429 link:http://build.chromium.org[main Chromium waterfall]. | 429 link:http://build.chromium.org[main Chromium waterfall]. |
430 | 430 |
431 include::_footer.txt[] | 431 include::_footer.txt[] |
432 | 432 |
433 // vim: ft=asciidoc: | 433 // vim: ft=asciidoc: |
OLD | NEW |