security/nss/tests/jssdir

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rwxr-xr-x

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 if ( "$2" == "" ) then
michael@0 2 setenv BUILDDATE `date +%m%d`
michael@0 3 else
michael@0 4 setenv BUILDDATE $2
michael@0 5 endif
michael@0 6
michael@0 7 if ( "$1" == "" ) then
michael@0 8 setenv JSSVER tip
michael@0 9 else
michael@0 10 setenv JSSVER $1
michael@0 11 endif
michael@0 12
michael@0 13 if ( ! ${?QAYEAR} ) then
michael@0 14 setenv QAYEAR `date +%Y`
michael@0 15 else if ( "$QAYEAR" == "" ) then
michael@0 16 setenv QAYEAR `date +%Y`
michael@0 17
michael@0 18 endif
michael@0 19
michael@0 20 setenv JSS_VER_DIR /share/builds/mccrel3/jss/jss$JSSVER
michael@0 21 setenv NTDIST ${JSS_VER_DIR}/builds/${QAYEAR}${BUILDDATE}.1/blowfish_NT4.0_Win95/mozilla/dist
michael@0 22 setenv UXDIST ${JSS_VER_DIR}/builds/${QAYEAR}${BUILDDATE}.1/booboo_Solaris8/mozilla/dist
michael@0 23 setenv TESTSCRIPTDIR ${JSS_VER_DIR}/builds/${QAYEAR}${BUILDDATE}.1/booboo_Solaris8/mozilla/security/jss/tests
michael@0 24 setenv RESULTDIR ${JSS_VER_DIR}/builds/${QAYEAR}${BUILDDATE}.1/booboo_Solaris8/mozilla/tests_results/security
michael@0 25
michael@0 26 cd ${JSS_VER_DIR}/builds/${QAYEAR}${BUILDDATE}.1/booboo_Solaris8
michael@0 27 pwd
michael@0 28 ls

mercurial