commiting some changes (backwardcompatibility tests, uname -p problem,

numbers of tests...)
before starting to work on tinderbox problem, log hard to find. 111229
This commit is contained in:
sonja.mirtitsch%sun.com 2001-12-03 23:00:02 +00:00
Родитель e4306c81f6
Коммит ae1eb3376b
2 изменённых файлов: 18 добавлений и 10 удалений

Просмотреть файл

@ -15,7 +15,7 @@
# #
# parameters # parameters
# ---------- # ----------
# nssversion (supported: 30b, 31, tip 32) # nssversion (supported: 30b, 31, 332, tip 32)
# builddate (default - today) # builddate (default - today)
# #
# options # options
@ -181,10 +181,18 @@ fi
# NOTE: following variables have to change # NOTE: following variables have to change
# from release to release # from release to release
if [ -z "$BC_MASTER" ] # master directory for backwardscompatibility testing if [ -z "$BC_MASTER" ] # master directory for backwardscompatibility testing
then # a linux compiler bug prevents us from doing the then
# testing against a rtm - so we rebuild the branch RH="NO"
BC_UX_MASTER=nss322/builds/20010820.1/y2sun2_Solaris8 grep 7.1 /etc/redhat-release > /dev/null 2>/dev/null && RH="YES"
BC_NT_MASTER=nss322/builds/20010820.1/blowfish_NT4.0_Win95
if [ "$RH" = "YES" ]
then # NSS-3-3-1RTM
BC_UX_MASTER=nss331/builds/20010928.2.331-RTM/booboo_Solaris8
BC_NT_MASTER=nss331/builds/20010928.2.331-RTM/blowfish_NT4.0_Win95
else # NSS-3-2-2RTM
BC_UX_MASTER=nss322/builds/20010820.1/y2sun2_Solaris8
BC_NT_MASTER=nss322/builds/20010820.1/blowfish_NT4.0_Win95
fi
BC_MASTER=$BC_UX_MASTER BC_MASTER=$BC_UX_MASTER
fi fi
BC_RELEASE=3.2 BC_RELEASE=3.2
@ -839,8 +847,8 @@ eval_opts()
NSSVER=$1 NSSVER=$1
if [ -z "$NSSVER" ] if [ -z "$NSSVER" ]
then then
NSSVER="tip" NSSVER="332"
Debug "NSS Version: Parameters missing - defaulting to tip!" Debug "NSS Version: Parameters missing - defaulting to 332!"
else else
BUILDDATE=$2 BUILDDATE=$2
if [ -z "$BUILDDATE" ] if [ -z "$BUILDDATE" ]
@ -867,8 +875,8 @@ eval_opts()
fi fi
if [ -z "$NSSVER" ] if [ -z "$NSSVER" ]
then then
NSSVER="tip" NSSVER="332"
Debug "NSS Version: Parameters missing - defaulting to tip!" Debug "NSS Version: Parameters missing - defaulting to 332!"
fi fi
Debug "Builddate $BUILDDATE NssVersion $NSSVER" Debug "Builddate $BUILDDATE NssVersion $NSSVER"

Просмотреть файл

@ -39,7 +39,7 @@ CVSROOT=:pserver:svbld@redcvs.red.iplanet.com:/m/src
os_name=`uname -s` os_name=`uname -s`
os_version=`uname -r` os_version=`uname -r`
os_p=`uname -p` #os_p=`uname -p`
os_full="" os_full=""
if [ -f /u/svbld/bin/nsarch ] if [ -f /u/svbld/bin/nsarch ]