diff options
Diffstat (limited to 'usr/src/tools/env/gatekeeper.sh')
| -rw-r--r-- | usr/src/tools/env/gatekeeper.sh | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/usr/src/tools/env/gatekeeper.sh b/usr/src/tools/env/gatekeeper.sh index 50e6f9092f..a53a101062 100644 --- a/usr/src/tools/env/gatekeeper.sh +++ b/usr/src/tools/env/gatekeeper.sh @@ -33,7 +33,6 @@ # area are put into the parent for everyone to use). It is based off # the onnv release. It sets NIGHTLY_OPTIONS to make nightly do: # DEBUG and non-DEBUG builds (-D) -# creates a globalization package (-0) # creates cpio archives for bfu (-a) # creates packages for PIT/RE (-p) # checks for new interfaces in libraries (-A) @@ -45,7 +44,7 @@ # checks for changes in ELF runpaths (-r) # checks for changes in unreferenced files (-f) # -NIGHTLY_OPTIONS="-0aADClmpuUrf"; export NIGHTLY_OPTIONS +NIGHTLY_OPTIONS="-aADClmpuUrf"; export NIGHTLY_OPTIONS # This is a variable for the rest of the script - GATE doesn't matter to # nightly itself @@ -57,9 +56,6 @@ GATE=onnv-gate; export GATE # you _could_ look at $MACH or `uname -n` and set these variables differently. CODEMGR_WS="/builds/$GATE"; export CODEMGR_WS -# G11N_PKGDIR - where does the globalization package live -G11N_PKGDIR="$CODEMGR_WS/usr/src/pkgdefs/SUNW0on"; export G11N_PKGDIR - # PARENT_WS is used to determine the parent of this workspace. This is # for the options that deal with the parent workspace (such as where the # proto area will go). @@ -139,11 +135,20 @@ VERSION="$GATE"; export VERSION # libraries corresponding to the protolibs target # PARENT_ROOT=$PARENT_WS/proto/root_$MACH; export PARENT_ROOT +PARENT_TOOLS_ROOT=$PARENT_WS/usr/src/tools/proto/root_$MACH-nd; export PARENT_TOOLS_ROOT # -# package creation variable. This put the packages in the parent. +# Package creation variables. You probably shouldn't change these, +# either. +# +# PKGARCHIVE determines where repositories will be created. +# +# PKGPUBLISHER* control the publisher settings for those repositories. # PKGARCHIVE="${PARENT_WS}/packages/${MACH}/nightly"; export PKGARCHIVE +# PKGPUBLISHER_REDIST="on-nightly"; export PKGPUBLISHER_REDIST +# PKGPUBLISHER_NONREDIST="on-extra"; export PKGPUBLISHER_NONREDIST + # we want make to do as much as it can, just in case there's more than # one problem. This is especially important with the gate, since multiple @@ -184,12 +189,6 @@ UT_NO_USAGE_TRACKING="1"; export UT_NO_USAGE_TRACKING #IA32_IHV_BINARY_PKGS=/ws/${GATE}-ihv-bin #export IA32_IHV_BINARY_PKGS -# -# Destination for sparc realmode package SUNWrmodu -# -#SPARC_RM_PKGARCHIVE="${CODEMGR_WS}/packages/sparc_realmode/nightly" -#export SPARC_RM_PKGARCHIVE - # Set this flag to 'n' to disable the automatic validation of the dmake # version in use. The default is to check it. #CHECK_DMAKE=y |
