53 # (sparc and x86) are set up the same. But remember, this is a script, so
54 # you _could_ look at $MACH or `uname -n` and set these variables differently.
55 CODEMGR_WS="/builds/$GATE"; export CODEMGR_WS
56
57 # PARENT_WS is used to determine the parent of this workspace. This is
58 # for the options that deal with the parent workspace (such as where the
59 # proto area will go).
60 #
61 # If you use this, it must be local (or nfs): nightly cannot copy
62 # over ssh or http.
63 PARENT_WS="/ws/$GATE"; export PARENT_WS
64
65 # CLONE_WS is the workspace nightly should do a bringover from.
66 CLONE_WS="ssh://anonhg@onnv.sfbay.sun.com//export/onnv-clone"; export CLONE_WS
67
68 # CLOSED_CLONE_WS is the workspace from which nightly will acquire the
69 # usr/closed tree.
70 CLOSED_CLONE_WS="${CLONE_WS}/usr/closed"
71 export CLOSED_CLONE_WS
72
73 # This flag controls whether to build the closed source. If
74 # undefined, nightly(1) and bldenv(1) will set it according to whether
75 # the closed source tree is present. CLOSED_IS_PRESENT="no" means not
76 # building the closed sources.
77 # CLOSED_IS_PRESENT="yes"; export CLOSED_IS_PRESENT
78
79 # The bringover, if any, is done as STAFFER.
80 # Set STAFFER to your own login as gatekeeper or integration engineer.
81 # The point is to use group "staff" and avoid referencing the parent
82 # workspace as root.
83 # Some scripts optionally send mail messages to MAILTO.
84 #
85 STAFFER=nobody; export STAFFER
86 MAILTO=$STAFFER; export MAILTO
87
88 # The project (see project(4)) under which to run this build. If not
89 # specified, the build is simply run in a new task in the current project.
90 BUILD_PROJECT=; export BUILD_PROJECT
91
92 # You should not need to change the next four lines
93 LOCKNAME="`basename $CODEMGR_WS`_nightly.lock"; export LOCKNAME
94 ATLOG="$CODEMGR_WS/log"; export ATLOG
95 LOGFILE="$ATLOG/nightly.log"; export LOGFILE
96 MACH=`uname -p`; export MACH
97
98 # When the -A flag is specified, and ELF_DATA_BASELINE_DIR is defined,
|
53 # (sparc and x86) are set up the same. But remember, this is a script, so
54 # you _could_ look at $MACH or `uname -n` and set these variables differently.
55 CODEMGR_WS="/builds/$GATE"; export CODEMGR_WS
56
57 # PARENT_WS is used to determine the parent of this workspace. This is
58 # for the options that deal with the parent workspace (such as where the
59 # proto area will go).
60 #
61 # If you use this, it must be local (or nfs): nightly cannot copy
62 # over ssh or http.
63 PARENT_WS="/ws/$GATE"; export PARENT_WS
64
65 # CLONE_WS is the workspace nightly should do a bringover from.
66 CLONE_WS="ssh://anonhg@onnv.sfbay.sun.com//export/onnv-clone"; export CLONE_WS
67
68 # CLOSED_CLONE_WS is the workspace from which nightly will acquire the
69 # usr/closed tree.
70 CLOSED_CLONE_WS="${CLONE_WS}/usr/closed"
71 export CLOSED_CLONE_WS
72
73 # The bringover, if any, is done as STAFFER.
74 # Set STAFFER to your own login as gatekeeper or integration engineer.
75 # The point is to use group "staff" and avoid referencing the parent
76 # workspace as root.
77 # Some scripts optionally send mail messages to MAILTO.
78 #
79 STAFFER=nobody; export STAFFER
80 MAILTO=$STAFFER; export MAILTO
81
82 # The project (see project(4)) under which to run this build. If not
83 # specified, the build is simply run in a new task in the current project.
84 BUILD_PROJECT=; export BUILD_PROJECT
85
86 # You should not need to change the next four lines
87 LOCKNAME="`basename $CODEMGR_WS`_nightly.lock"; export LOCKNAME
88 ATLOG="$CODEMGR_WS/log"; export ATLOG
89 LOGFILE="$ATLOG/nightly.log"; export LOGFILE
90 MACH=`uname -p`; export MACH
91
92 # When the -A flag is specified, and ELF_DATA_BASELINE_DIR is defined,
|