michael@0: if ( "$2" == "" ) then michael@0: setenv BUILDDATE `date +%m%d` michael@0: else michael@0: setenv BUILDDATE $2 michael@0: endif michael@0: michael@0: if ( "$1" == "" ) then michael@0: setenv JSSVER tip michael@0: else michael@0: setenv JSSVER $1 michael@0: endif michael@0: michael@0: if ( ! ${?QAYEAR} ) then michael@0: setenv QAYEAR `date +%Y` michael@0: else if ( "$QAYEAR" == "" ) then michael@0: setenv QAYEAR `date +%Y` michael@0: michael@0: endif michael@0: michael@0: setenv JSS_VER_DIR /share/builds/mccrel3/jss/jss$JSSVER michael@0: setenv NTDIST ${JSS_VER_DIR}/builds/${QAYEAR}${BUILDDATE}.1/blowfish_NT4.0_Win95/mozilla/dist michael@0: setenv UXDIST ${JSS_VER_DIR}/builds/${QAYEAR}${BUILDDATE}.1/booboo_Solaris8/mozilla/dist michael@0: setenv TESTSCRIPTDIR ${JSS_VER_DIR}/builds/${QAYEAR}${BUILDDATE}.1/booboo_Solaris8/mozilla/security/jss/tests michael@0: setenv RESULTDIR ${JSS_VER_DIR}/builds/${QAYEAR}${BUILDDATE}.1/booboo_Solaris8/mozilla/tests_results/security michael@0: michael@0: cd ${JSS_VER_DIR}/builds/${QAYEAR}${BUILDDATE}.1/booboo_Solaris8 michael@0: pwd michael@0: ls