1 |
williamc |
1.1.2.1 |
<! Style Sheet Header>
|
2 |
|
|
<html>
|
3 |
|
|
<head>
|
4 |
|
|
<title>bootstrap.html</title>
|
5 |
|
|
<body bgcolor=beige>
|
6 |
|
|
<! End Style Sheet Header -----------Insert Text Here --------------------->
|
7 |
|
|
<center>
|
8 |
williamc |
1.1.2.2.2.1 |
<h2>The BootStrap File (Version 1.0)</h2>
|
9 |
williamc |
1.1.2.1 |
<p>
|
10 |
|
|
<font color=red>S</font>oftware <font color=red>C</font>onfiguration,
|
11 |
|
|
<font color=red>R</font>elease <font color=red>A</font>nd
|
12 |
|
|
<font color=red>M</font>anagement
|
13 |
|
|
</center>
|
14 |
|
|
<hr>
|
15 |
williamc |
1.1.2.2.2.1 |
The BootStrapFile is an <a href=ActiveDoc.html>ActiveDoc</a><br>
|
16 |
williamc |
1.1.2.1 |
The function of the bootstrap document is to define the name and version
|
17 |
williamc |
1.1.2.2.2.1 |
of a project and to tell scram from where it can download the projects
|
18 |
|
|
configuration and source code files and where to put them inside the
|
19 |
|
|
release area.
|
20 |
williamc |
1.1.2.1 |
<p>
|
21 |
|
|
<h2>Tags</h2>
|
22 |
|
|
<table border=1>
|
23 |
|
|
<tr>
|
24 |
|
|
<td>
|
25 |
|
|
<font color=green>
|
26 |
williamc |
1.1.2.2.2.1 |
<doc type=Configuration::BootStrapProject version=1.0>
|
27 |
williamc |
1.1.2.1 |
</font>
|
28 |
|
|
</td>
|
29 |
|
|
<td>
|
30 |
williamc |
1.1.2.2.2.1 |
Specify the Document type and version to enable correct parsing
|
31 |
williamc |
1.1.2.1 |
</td>
|
32 |
|
|
</tr>
|
33 |
|
|
<tr>
|
34 |
|
|
<td>
|
35 |
|
|
<font color=green>
|
36 |
williamc |
1.1.2.2.2.1 |
<Project name=<em>name</em> version=<em>version</em>><br>
|
37 |
|
|
</Project>
|
38 |
williamc |
1.1.2.1 |
</font>
|
39 |
|
|
</td>
|
40 |
|
|
<td>
|
41 |
williamc |
1.1.2.2.2.1 |
Specify the name and version of the project
|
42 |
williamc |
1.1.2.1 |
</td>
|
43 |
|
|
</tr>
|
44 |
|
|
<tr>
|
45 |
|
|
<td>
|
46 |
|
|
<font color=green>
|
47 |
williamc |
1.1.2.2.2.1 |
<Download url=<em>url</em> name=<em>location</em>>
|
48 |
williamc |
1.1.2.1 |
</font>
|
49 |
|
|
</td>
|
50 |
|
|
<td>
|
51 |
williamc |
1.1.2.2.2.1 |
Download the specified URL. If the <em>name</em> is specified then the
|
52 |
|
|
url will be downloaded to a directory (relative to the projects top directory)
|
53 |
|
|
with the given name. URL is merged with the <a href=ActiveDoc.html><Base>
|
54 |
|
|
tags.
|
55 |
williamc |
1.1.2.1 |
</td>
|
56 |
|
|
</tr>
|
57 |
|
|
<tr>
|
58 |
|
|
<td>
|
59 |
|
|
<font color=green>
|
60 |
williamc |
1.1.2.2.2.1 |
<config dir=<em>dir</em>>
|
61 |
williamc |
1.1.2.1 |
</font>
|
62 |
|
|
</td>
|
63 |
|
|
<td>
|
64 |
williamc |
1.1.2.2.2.1 |
Specify the name of the directory (relative to the top of the project area)
|
65 |
|
|
from where to pick up the project configuration files
|
66 |
williamc |
1.1.2.1 |
</td>
|
67 |
|
|
</tr>
|
68 |
|
|
<tr>
|
69 |
|
|
<td>
|
70 |
|
|
<font color=green>
|
71 |
williamc |
1.1.2.2.2.1 |
<Requirements name=<em>Doc_name</em>>
|
72 |
williamc |
1.1.2.1 |
</font>
|
73 |
|
|
</td>
|
74 |
|
|
<td>
|
75 |
williamc |
1.1.2.2.2.1 |
Specify the name of the requirements document (relative to the top of the
|
76 |
|
|
project area)
|
77 |
williamc |
1.1.2.1 |
</td>
|
78 |
|
|
</tr>
|
79 |
|
|
</table>
|
80 |
williamc |
1.1.2.2.2.1 |
<h2>Example</h2>
|
81 |
|
|
<font color=green>
|
82 |
|
|
<pre>
|
83 |
|
|
<doc type=Configuration::BootStrapProject version=1.0>
|
84 |
|
|
<project name=ORCA version=test>
|
85 |
|
|
ORCA Test BootStrap
|
86 |
|
|
<Config dir=config>
|
87 |
|
|
<base url="cvs://cmscvs.cern.ch/cvs_server/repositories/ORCA?auth=pserver&user=anonymous&passkey=AA_:yZZ3e?version=ORCA_4_3_0_pre3">
|
88 |
|
|
<download url="cvs:?module=config&version=TEST" name="config">
|
89 |
|
|
<download url="cvs:?module=ORCA/Utilities" name="src/Utilities">
|
90 |
|
|
<download url="cvs:?module=ORCA/Porting" name="src/Porting">
|
91 |
|
|
<RequirementsDoc name=config/RequirementsDoc>
|
92 |
|
|
</base>
|
93 |
|
|
</project>
|
94 |
|
|
</pre>
|
95 |
|
|
</font>
|
96 |
williamc |
1.1.2.1 |
<! Style Sheet Footer ---------------Do not change anything after this line-->
|
97 |
|
|
<hr>
|
98 |
|
|
<table border=1 width=100%>
|
99 |
|
|
<td align=left>
|
100 |
|
|
<a href=mailto:Christopher.Williams@cern.ch
|
101 |
|
|
>Chris Williams</a>
|
102 |
|
|
</td>
|
103 |
|
|
<td align=center>
|
104 |
williamc |
1.1.2.2.2.1 |
Last Updated Tue Aug 15 13:55:29 2000
|
105 |
williamc |
1.1.2.1 |
</td>
|
106 |
|
|
<td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
|
107 |
|
|
</td>
|
108 |
|
|
</table>
|
109 |
|
|
</body> </html>
|
110 |
|
|
<! End Style Sheet Footer>
|