1 |
+ |
<! Style Sheet Header> |
2 |
+ |
<html> |
3 |
+ |
<head> |
4 |
+ |
<title>Controllingg SCRAM Versions</title> |
5 |
+ |
<body bgcolor="beige"> |
6 |
+ |
<! End Style Sheet Header -----------Insert Text Here ---------------------> |
7 |
+ |
<center> |
8 |
+ |
<h1>Controlling SCRAM Versions</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 |
+ |
<h2>Checking the Current Version</h2> |
15 |
+ |
The version of scram you are using can be found with the command<p> |
16 |
+ |
<pre> |
17 |
+ |
scram version |
18 |
+ |
</pre> |
19 |
+ |
<p> |
20 |
+ |
<h2>Downloading Alternative SCRAM versions</h2> |
21 |
+ |
Once a version of SCRAM has been installed, downloading of other SCRAM versions |
22 |
+ |
becomes trivial with the <b>scram version</b> command. |
23 |
+ |
<br> |
24 |
+ |
If you supply a version number as an argument, SCRAM will check to see if the |
25 |
+ |
specified version is already installed. If it isn't then it will attempt to |
26 |
+ |
download the requested version automatically. |
27 |
+ |
<p> |
28 |
+ |
e.g. |
29 |
+ |
<pre> |
30 |
+ |
scram version V0_9_11 |
31 |
+ |
</pre> |
32 |
+ |
<p> |
33 |
+ |
<h2>Making a version the default</h2> |
34 |
+ |
Running the <em>install_scram</em> script of a specific version |
35 |
+ |
(see <a href=install.html>Installation Guide</a>) |
36 |
+ |
will make that version the default.<p> |
37 |
+ |
<h2>Overriding the default Version</h2> |
38 |
+ |
The default version can be overridden at any time by setting the |
39 |
+ |
<b>SCRAM_HOME</b> environmental variable to point to the top of the version |
40 |
+ |
required. It must be the full path to the version. |
41 |
+ |
<! Style Sheet Footer ---------------Do not change anything after this line--> |
42 |
+ |
<hr> |
43 |
+ |
<table border=1 width=100%> |
44 |
+ |
<td align=left> |
45 |
+ |
<a href=mailto:Christopher.Williams@cern.ch |
46 |
+ |
>Chris Williams</a> |
47 |
+ |
</td> |
48 |
+ |
<td align=center> |
49 |
+ |
<script language="JavaScript"> |
50 |
+ |
<!---//hide script from old browsers |
51 |
+ |
document.write( "<br>Last updated "+ document.lastModified |
52 |
+ |
); |
53 |
+ |
//end hiding contents ---> |
54 |
+ |
</script> |
55 |
+ |
</td> |
56 |
+ |
<td align=right>Show <a href=/cgi-cmc/pagestat>Stats</a> |
57 |
+ |
</td> |
58 |
+ |
</table> |
59 |
+ |
</body> </html> |
60 |
+ |
<! End Style Sheet Footer> |