1 |
+ |
<! Style Sheet Header> |
2 |
+ |
<html> |
3 |
+ |
<head> |
4 |
+ |
<title>configtools.html</title> |
5 |
+ |
<body bgcolor=beige> |
6 |
+ |
<! End Style Sheet Header -----------Insert Text Here ---------------------> |
7 |
+ |
<center> |
8 |
+ |
<h1>Scram Configuration Tools in the Environment</h1> |
9 |
+ |
<font color=red>S</font>oftware <font color=red>C</font>onfiguration, |
10 |
+ |
<font color=red>R</font>elease <font color=red>A</font>nd |
11 |
+ |
<font color=red>M</font>anagement |
12 |
+ |
</center> |
13 |
+ |
<hr> |
14 |
+ |
Each Scram area has a set of configuration tools associated with it. The |
15 |
+ |
tools available are those requested in the corresponding |
16 |
+ |
<a href=requirementdoc.html>requirements document</a> of the project |
17 |
+ |
configuration. |
18 |
+ |
<p> |
19 |
+ |
The environment to which the following commands apply correspond to that of |
20 |
+ |
the current working directory ( that from which the command is executed ). If |
21 |
+ |
this does not correspond to a scram area an error will be issued. |
22 |
+ |
<p> |
23 |
+ |
<h2>Viewing Which Tools Are Available</h2> |
24 |
+ |
The tools available within any given area can be viewed with the command : |
25 |
+ |
<p> |
26 |
+ |
<b> |
27 |
+ |
scram tool list |
28 |
+ |
</b> |
29 |
+ |
<p> |
30 |
+ |
<h2>Viewing Tool Configuration Settings</h2> |
31 |
+ |
The settings for a given tool and other tool info can be seen with : |
32 |
+ |
<p> |
33 |
+ |
<b> |
34 |
+ |
scram tool info <em>tool_name</em> [<em>tool_version</em>] |
35 |
+ |
</b> |
36 |
+ |
<p> |
37 |
+ |
If no <em>tool_version</em> is specified the default version is taken. |
38 |
+ |
<h2>Changing the Tool Configuration settings</h2> |
39 |
+ |
There are two modes available, automatic and interactive. Default is automatic |
40 |
+ |
which means scram will try a number of things to try and determine the |
41 |
+ |
correct values of variables etc. for your system (e.g. checking default |
42 |
+ |
locations, values from other scram projects, local environment etc.). If |
43 |
+ |
SCRAM fails to find the correct value then it will go into interactive mode |
44 |
+ |
and ask the user for input. |
45 |
+ |
<p> |
46 |
+ |
To setup a tool use the command <p> |
47 |
+ |
<b>scram setup [-i] <em>tool_name</em> [<em>tool_version</em> [<em>tooldoc</em>]] |
48 |
+ |
</b> |
49 |
+ |
<p> |
50 |
+ |
Where : <br> |
51 |
+ |
-i : switch on interactive mode<br> |
52 |
+ |
<em>tool_version</em> : the version of the specified tool - if not specified |
53 |
+ |
will use the default version<br> |
54 |
+ |
<em>tooldoc</em> : the tool description document<br> |
55 |
+ |
<! Style Sheet Footer ---------------Do not change anything after this line--> |
56 |
+ |
<hr> |
57 |
+ |
<table border=1 width=100%> |
58 |
+ |
<td align=left> |
59 |
+ |
<a href=mailto:Christopher.Williams@cern.ch |
60 |
+ |
>Chris Williams</a> |
61 |
+ |
</td> |
62 |
+ |
<td align=center> |
63 |
+ |
Last Updated Thu May 4 15:56:41 2000 |
64 |
+ |
</td> |
65 |
+ |
<td align=right><a href=/cgi-cmc/pagestat>Show Stats</a> |
66 |
+ |
</td> |
67 |
+ |
</table> |
68 |
+ |
</body> </html> |
69 |
+ |
<! End Style Sheet Footer> |