Subversion Repositories DevTools

Rev

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

Rev 848 Rev 850
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
 
2
 
3
#ABT_HOME may be set in .bash_profile, to become centric to this when Release Planner dies
3
#ABT_HOME may be set in .bash_profile, to become centric to this when Release Planner dies
4
ABT_HOME=/home/buildadm/buildtool
4
ABT_HOME=/home/buildadm/buildtool
5
ABT_WORK=/home/buildadm/abt`hostname`
5
ABT_WORK=/home/buildadm/abt`hostname`
-
 
6
GBE_ABT=1
-
 
7
UNC=\\\\auperaunx26\\buildadm
6
#GBE_ABT, UNC, UNCNATIVEMAP set in .bash_profile
8
UNCNATIVEMAP=/home/buildadm
7
JAR=$ABT_HOME/abtdD.jar
9
JAR=$ABT_HOME/abtdD.jar
8
 
10
 
9
export ABT_HOME
11
export ABT_HOME GBE_ABT
10
# do not export ABT_WORK JAR
12
# do not export ABT_WORK JAR
11
 
13
 
12
if [ "x$GBE_RM_LOCATION" = "x" ] ; then
14
if [ "x$GBE_RM_LOCATION" = "x" ] ; then
13
	echo Error: Program abtlaunch
15
	echo Error: Program abtlaunch
14
	echo Error: EnvVar GBE_RM_LOCATION not set
16
	echo Error: EnvVar GBE_RM_LOCATION not set