Subversion Repositories DevTools

Rev

Rev 894 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 894 Rev 904
Line 4... Line 4...
4
ABT_HOME=/home/buildadm/buildtool
4
ABT_HOME=/home/buildadm/buildtool
5
ABT_WORK=/abtscratch/abt`hostname`
5
ABT_WORK=/abtscratch/abt`hostname`
6
GBE_ABT=1
6
GBE_ABT=1
7
GBE_LOG=/net/auperaunx26/export/devl/abtlog
7
GBE_LOG=/net/auperaunx26/export/devl/abtlog
8
GBE_UNC=\\\\auperaunx26\\abtlog
8
GBE_UNC=\\\\auperaunx26\\abtlog
-
 
9
GBE_RM_USERNAME=build_user
-
 
10
GBE_RM_PASSWORD=frog123
9
JAR=$ABT_HOME/abtdD.jar
11
JAR=$ABT_HOME/abtdD.jar
10
 
12
 
11
export ABT_HOME GBE_ABT GBE_LOG GBE_UNC
13
export ABT_HOME GBE_ABT GBE_LOG GBE_UNC
12
# do not export ABT_WORK JAR
14
# do not export ABT_WORK JAR
13
 
15
 
Line 16... Line 18...
16
	echo Error: EnvVar GBE_RM_LOCATION not set
18
	echo Error: EnvVar GBE_RM_LOCATION not set
17
	echo Error: This is set within /etc/profile
19
	echo Error: This is set within /etc/profile
18
	exit 1
20
	exit 1
19
fi
21
fi
20
 
22
 
21
if [ "x$GBE_RM_USERNAME" = "x" ] ; then
-
 
22
	echo Error: Program abtlaunch
-
 
23
	echo Error: EnvVar GBE_RM_USERNAME not set
-
 
24
	echo Error: This is set within /etc/profile
-
 
25
	exit 1
-
 
26
fi
-
 
27
 
-
 
28
if [ "x$GBE_RM_PASSWORD" = "x" ] ; then
-
 
29
	echo Error: Program abtlaunch
-
 
30
	echo Error: EnvVar GBE_RM_PASSWORD not set
-
 
31
	echo Error: This is set within /etc/profile
-
 
32
	exit 1
-
 
33
fi
-
 
34
 
-
 
35
if [ "x$JAVA_HOME_1_6" = "x" ] ; then
23
if [ "x$JAVA_HOME_1_6" = "x" ] ; then
36
	echo Error: Program abtlaunch
24
	echo Error: Program abtlaunch
37
	echo Error: EnvVar JAVA_HOME_1_6 not set
25
	echo Error: EnvVar JAVA_HOME_1_6 not set
38
	echo Error: This is set within /etc/profile
26
	echo Error: This is set within /etc/profile
39
	exit 1
27
	exit 1