ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/bootstrap.html
(Generate patch)

Comparing COMP/SCRAM/doc/html/bootstrap.html (file contents):
Revision 1.1.2.2 by williamc, Thu Apr 20 13:12:08 2000 UTC vs.
Revision 1.1.2.2.2.1 by williamc, Tue Aug 15 12:33:22 2000 UTC

# Line 5 | Line 5
5   <body bgcolor=beige>
6   <! End Style Sheet Header -----------Insert Text Here --------------------->
7   <center>
8 < <h2>The BootStrap File</h2>
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 < <h2>Function</h2>
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 how it can download the projects configuration
18 < and source code files and where to put them.
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;Project name=<em>name</em> version=<em>version</em>><br>
26 < &lt;/Tool>
26 > &lt;doc type=Configuration::BootStrapProject version=1.0>
27   </font>
28   </td>
29   <td>
30 < Specify the name and version of the project
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;config dir=<em>dir</em>>
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 of the directory (relative to the top of the project area)
41 < from where to pick up the project configuration files
41 > Specify the name and version of the project
42   </td>
43   </tr>
44   <tr>
45   <td>
46   <font color=green>
47 < &lt;Requirements name=<em>Doc_name</em>>
47 > &lt;Download url=<em>url</em> name=<em>location</em>>
48   </font>
49   </td>
50   <td>
51 < Specify the name of the requirements document (in the configuration directory)
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;cvs fn=<em>cvs_function</em>>
60 > &lt;config dir=<em>dir</em>>
61   </font>
62   </td>
63   <td>
64 < Perform a cvs command
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;cvsrep auth=[""|"pserver"|"kserver"|"ext"] [passkey=<em>key</em>]
68 <        [user=<em>username</em>] base=<em>cvsserver:repository</em>>
69 < <br>
70 < &lt;/cvsrep>
71 > &lt;Requirements name=<em>Doc_name</em>>
72   </font>
73   </td>
74   <td>
75 < Specify the cvs repository and authentication method for any &lt;cvs> tags
76 < inserted between the open and closing tags
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%>
# Line 84 | Line 101 | inserted between the open and closing ta
101   >Chris Williams</a>
102   </td>
103   <td align=center>
104 < Last Updated Wed Apr 19 17:09:09 2000
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>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines