adapted for filesystem move (mccrel)
git-svn-id: svn://10.0.0.236/trunk@100007 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
0096041b04
commit
fa986e3006
@ -185,7 +185,7 @@ export BC_RELEASE
|
||||
EARLY_EXIT=TRUE #before the report file has been created, causes Exit to
|
||||
#create it
|
||||
|
||||
UX_D0=/h/blds-sca15a/export/builds/mccrel/nss
|
||||
UX_D0=/share/builds/mccrel/nss
|
||||
|
||||
################################### glob_init ##########################
|
||||
# global shell function, main initialisation function
|
||||
@ -432,7 +432,7 @@ init_dirs()
|
||||
set_daily_build_dirs
|
||||
|
||||
if [ -z "${BCDIST}" ] ; then
|
||||
#BCDIST=/h/blds-sca15a/export/builds/mccrel/nss/${BC_MASTER}/${MASTERBUILD}/mozilla/dist
|
||||
#BCDIST=/share/builds/mccrel/nss/${BC_MASTER}/${MASTERBUILD}/mozilla/dist
|
||||
BCDIST=${NSS_VER_DIR}/../${BC_MASTER}/${MASTERBUILD}/mozilla/dist
|
||||
if [ ! -d $BCDIST ] ; then
|
||||
ask "Backward compatibility dierectory $BCDIST does not exist, continue" "y" "n" || Exit
|
||||
|
||||
@ -17,7 +17,7 @@ else if ( "$QAYEAR" == "" ) then
|
||||
|
||||
endif
|
||||
|
||||
setenv NSS_VER_DIR /h/blds-sca15a/export/builds/mccrel/nss/nss$NSSVER
|
||||
setenv NSS_VER_DIR /share/builds/mccrel/nss/nss$NSSVER
|
||||
setenv NTDIST ${NSS_VER_DIR}/builds/${QAYEAR}${BUILDDATE}.1/blowfish_NT4.0_Win95/mozilla/dist
|
||||
setenv UXDIST ${NSS_VER_DIR}/builds/${QAYEAR}${BUILDDATE}.1/y2sun2_Solaris8/mozilla/dist
|
||||
setenv TESTSCRIPTDIR ${NSS_VER_DIR}/builds/${QAYEAR}${BUILDDATE}.1/y2sun2_Solaris8/mozilla/security/nss/tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user