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 |
+ |
<h2>The BootStrap File</h2> |
9 |
+ |
<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 |
+ |
<h2>Function</h2> |
16 |
+ |
The function of the bootstrap document is to define the name and version |
17 |
+ |
of a project and to tell scram can download the projects configuration |
18 |
+ |
and source code files and where to put them. |
19 |
+ |
<p> |
20 |
+ |
<h2>Tags</h2> |
21 |
+ |
<table border=1> |
22 |
+ |
<tr> |
23 |
+ |
<td> |
24 |
+ |
<font color=green> |
25 |
+ |
<Project name=<em>name</em> version=<em>version</em>><br> |
26 |
+ |
</Tool> |
27 |
+ |
</font> |
28 |
+ |
</td> |
29 |
+ |
<td> |
30 |
+ |
Specify the name and version of the project |
31 |
+ |
</td> |
32 |
+ |
</tr> |
33 |
+ |
<tr> |
34 |
+ |
<td> |
35 |
+ |
<font color=green> |
36 |
+ |
<config dir=<em>dir</em>> |
37 |
+ |
</font> |
38 |
+ |
</td> |
39 |
+ |
<td> |
40 |
+ |
Specify the name of the directory (relative to the top of the project area) |
41 |
+ |
from where to pick up the project configuration files |
42 |
+ |
</td> |
43 |
+ |
</tr> |
44 |
+ |
<tr> |
45 |
+ |
<td> |
46 |
+ |
<font color=green> |
47 |
+ |
<Requirements name=<em>Doc_name</em>> |
48 |
+ |
</font> |
49 |
+ |
</td> |
50 |
+ |
<td> |
51 |
+ |
Specify the name of the requirements document (in the configuration directory) |
52 |
+ |
</td> |
53 |
+ |
</tr> |
54 |
+ |
<tr> |
55 |
+ |
<td> |
56 |
+ |
<font color=green> |
57 |
+ |
<cvs fn=<em>cvs_function</em>> |
58 |
+ |
</font> |
59 |
+ |
</td> |
60 |
+ |
<td> |
61 |
+ |
Perform a cvs command |
62 |
+ |
</td> |
63 |
+ |
</tr> |
64 |
+ |
<tr> |
65 |
+ |
<td> |
66 |
+ |
<font color=green> |
67 |
+ |
<cvsrep auth=[""|"pserver"|"kserver"|"ext"] [passkey=<em>key</em>] |
68 |
+ |
[user=<em>username</em>] base=<em>cvsserver:repository</em>> |
69 |
+ |
<br> |
70 |
+ |
</cvsrep> |
71 |
+ |
</font> |
72 |
+ |
</td> |
73 |
+ |
<td> |
74 |
+ |
Specify the cvs repository and authentication method for any <cvs> tags |
75 |
+ |
inserted between the open and closing tags |
76 |
+ |
</td> |
77 |
+ |
</tr> |
78 |
+ |
</table> |
79 |
+ |
<! Style Sheet Footer ---------------Do not change anything after this line--> |
80 |
+ |
<hr> |
81 |
+ |
<table border=1 width=100%> |
82 |
+ |
<td align=left> |
83 |
+ |
<a href=mailto:Christopher.Williams@cern.ch |
84 |
+ |
>Chris Williams</a> |
85 |
+ |
</td> |
86 |
+ |
<td align=center> |
87 |
+ |
Last Updated Wed Apr 19 17:09:09 2000 |
88 |
+ |
</td> |
89 |
+ |
<td align=right><a href=/cgi-cmc/pagestat>Show Stats</a> |
90 |
+ |
</td> |
91 |
+ |
</table> |
92 |
+ |
</body> </html> |
93 |
+ |
<! End Style Sheet Footer> |