OLD | NEW |
1 '\" t | 1 '\" t |
2 .\" Title: depot_tools_tutorial | 2 .\" Title: depot_tools_tutorial |
3 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
4 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | 4 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> |
5 .\" Date: 05/09/2014 | 5 .\" Date: 05/09/2014 |
6 .\" Manual: Chromium depot_tools Manual | 6 .\" Manual: Chromium depot_tools Manual |
7 .\" Source: depot_tools 54dac93 | 7 .\" Source: depot_tools 54dac93 |
8 .\" Language: English | 8 .\" Language: English |
9 .\" | 9 .\" |
10 .TH "DEPOT_TOOLS_TUTORIAL" "7" "05/09/2014" "depot_tools 54dac93" "Chromium depo
t_tools Manual" | 10 .TH "DEPOT_TOOLS_TUTORIAL" "7" "05/09/2014" "depot_tools 54dac93" "Chromium depo
t_tools Manual" |
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 .RE | 220 .RE |
221 .SH "SETTING UP" | 221 .SH "SETTING UP" |
222 .SS "GET DEPOT TOOLS" | 222 .SS "GET DEPOT TOOLS" |
223 .sp | 223 .sp |
224 Clone the \fIdepot_tools\fR repository: | 224 Clone the \fIdepot_tools\fR repository: |
225 .sp | 225 .sp |
226 .if n \{\ | 226 .if n \{\ |
227 .RS 4 | 227 .RS 4 |
228 .\} | 228 .\} |
229 .nf | 229 .nf |
230 \fB$ git clone https://chromium\&.googlesource\&.com/chromium/tools/depot_tools\
fR | 230 \fB$ git clone https://chromium\&.googlesource\&.com/chromium/tools/depot_tools\
&.git\fR |
231 .fi | 231 .fi |
232 .if n \{\ | 232 .if n \{\ |
233 .RE | 233 .RE |
234 .\} | 234 .\} |
235 .sp | 235 .sp |
236 .sp | 236 .sp |
237 Add \fIdepot_tools\fR to the \fIend\fR of your PATH (you will probably want to p
ut this in your ~/\&.bashrc or ~/\&.zshrc)\&. Assuming you cloned \fIdepot_tools
\fR to /path/to/depot_tools: | 237 Add \fIdepot_tools\fR to the \fIend\fR of your PATH (you will probably want to p
ut this in your ~/\&.bashrc or ~/\&.zshrc)\&. Assuming you cloned \fIdepot_tools
\fR to /path/to/depot_tools: |
238 .sp | 238 .sp |
239 .if n \{\ | 239 .if n \{\ |
240 .RS 4 | 240 .RS 4 |
(...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1058 .IP " 6." 4 | 1058 .IP " 6." 4 |
1059 main Chromium waterfall | 1059 main Chromium waterfall |
1060 .RS 4 | 1060 .RS 4 |
1061 \%http://build.chromium.org | 1061 \%http://build.chromium.org |
1062 .RE | 1062 .RE |
1063 .IP " 7." 4 | 1063 .IP " 7." 4 |
1064 here | 1064 here |
1065 .RS 4 | 1065 .RS 4 |
1066 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git | 1066 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git |
1067 .RE | 1067 .RE |
OLD | NEW |