security/nss/tests/nssdir

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rwxr-xr-x

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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 NSSVER tip
michael@0 9 else
michael@0 10 setenv NSSVER $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 NSS_VER_DIR /share/builds/mccrel3/nss/nss$NSSVER
michael@0 21 setenv NTDIST ${NSS_VER_DIR}/builds/${QAYEAR}${BUILDDATE}.1/blowfish_NT4.0_Win95/mozilla/dist
michael@0 22 setenv UXDIST ${NSS_VER_DIR}/builds/${QAYEAR}${BUILDDATE}.1/booboo_Solaris8/mozilla/dist
michael@0 23 setenv TESTSCRIPTDIR ${NSS_VER_DIR}/builds/${QAYEAR}${BUILDDATE}.1/booboo_Solaris8/mozilla/security/nss/tests
michael@0 24 setenv RESULTDIR ${NSS_VER_DIR}/builds/${QAYEAR}${BUILDDATE}.1/booboo_Solaris8/mozilla/tests_results/security
michael@0 25
michael@0 26 cd ${NSS_VER_DIR}/builds/${QAYEAR}${BUILDDATE}.1/booboo_Solaris8
michael@0 27 pwd
michael@0 28 ls

mercurial