ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/bootstrap.html
Revision: 1.1.2.2.2.1
Committed: Tue Aug 15 12:33:22 2000 UTC (24 years, 9 months ago) by williamc
Content type: text/html
Branch: HPWbranch
CVS Tags: V0_14_0
Changes since 1.1.2.2: +38 -21 lines
Log Message:
Add some examples

File Contents

# Content
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 (Version 1.0)</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 The BootStrapFile is an <a href=ActiveDoc.html>ActiveDoc</a><br>
16 The function of the bootstrap document is to define the name and version
17 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 <p>
21 <h2>Tags</h2>
22 <table border=1>
23 <tr>
24 <td>
25 <font color=green>
26 &lt;doc type=Configuration::BootStrapProject version=1.0>
27 </font>
28 </td>
29 <td>
30 Specify the Document type and version to enable correct parsing
31 </td>
32 </tr>
33 <tr>
34 <td>
35 <font color=green>
36 &lt;Project name=<em>name</em> version=<em>version</em>><br>
37 &lt;/Project>
38 </font>
39 </td>
40 <td>
41 Specify the name and version of the project
42 </td>
43 </tr>
44 <tr>
45 <td>
46 <font color=green>
47 &lt;Download url=<em>url</em> name=<em>location</em>>
48 </font>
49 </td>
50 <td>
51 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>&lt;Base>
54 tags.
55 </td>
56 </tr>
57 <tr>
58 <td>
59 <font color=green>
60 &lt;config dir=<em>dir</em>>
61 </font>
62 </td>
63 <td>
64 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 </td>
67 </tr>
68 <tr>
69 <td>
70 <font color=green>
71 &lt;Requirements name=<em>Doc_name</em>>
72 </font>
73 </td>
74 <td>
75 Specify the name of the requirements document (relative to the top of the
76 project area)
77 </td>
78 </tr>
79 </table>
80 <h2>Example</h2>
81 <font color=green>
82 <pre>
83 &lt;doc type=Configuration::BootStrapProject version=1.0>
84 &lt;project name=ORCA version=test>
85 ORCA Test BootStrap
86 &lt;Config dir=config>
87 &lt;base url="cvs://cmscvs.cern.ch/cvs_server/repositories/ORCA?auth=pserver&user=anonymous&passkey=AA_:yZZ3e?version=ORCA_4_3_0_pre3">
88 &lt;download url="cvs:?module=config&version=TEST" name="config">
89 &lt;download url="cvs:?module=ORCA/Utilities" name="src/Utilities">
90 &lt;download url="cvs:?module=ORCA/Porting" name="src/Porting">
91 &lt;RequirementsDoc name=config/RequirementsDoc>
92 &lt;/base>
93 &lt;/project>
94 </pre>
95 </font>
96 <! 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 Last Updated Tue Aug 15 13:55:29 2000
105 </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>