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