117 # Some scripts optionally send mail messages to MAILTO.
118 #
119 export STAFFER="$LOGNAME"
120 export MAILTO="$STAFFER"
121
122 # If you wish the mail messages to be From: an arbitrary address, export
123 # MAILFROM.
124 #export MAILFROM="user@example.com"
125
126 # The project (see project(4)) under which to run this build. If not
127 # specified, the build is simply run in a new task in the current project.
128 export BUILD_PROJECT=''
129
130 # You should not need to change the next four lines
131 export LOCKNAME="$(basename -- "$CODEMGR_WS")_nightly.lock"
132 export ATLOG="$CODEMGR_WS/log"
133 export LOGFILE="$ATLOG/nightly.log"
134 export MACH="$(uname -p)"
135
136 #
137 # The following two macros are the closed/crypto binaries. Once
138 # Illumos has totally freed itself, we can remove these references.
139 #
140 # Location of encumbered binaries.
141 export ON_CLOSED_BINS="$CODEMGR_WS/closed"
142 # Location of signed cryptographic binaries.
143 export ON_CRYPTO_BINS="$CODEMGR_WS/on-crypto.$MACH.tar.bz2"
144
145 # REF_PROTO_LIST - for comparing the list of stuff in your proto area
146 # with. Generally this should be left alone, since you want to see differences
147 # from your parent (the gate).
148 #
149 export REF_PROTO_LIST="$PARENT_WS/usr/src/proto_list_${MACH}"
150
151
152 export ROOT="$CODEMGR_WS/proto/root_${MACH}"
153 export SRC="$CODEMGR_WS/usr/src"
154 export MULTI_PROTO="no"
155
156 #
157 # build environment variables, including version info for mcs, motd,
158 # motd, uname and boot messages. Mostly you shouldn't change this except
159 # when the release slips (nah) or you move an environment file to a new
160 # release
161 #
162 export VERSION="$GATE"
163
|
117 # Some scripts optionally send mail messages to MAILTO.
118 #
119 export STAFFER="$LOGNAME"
120 export MAILTO="$STAFFER"
121
122 # If you wish the mail messages to be From: an arbitrary address, export
123 # MAILFROM.
124 #export MAILFROM="user@example.com"
125
126 # The project (see project(4)) under which to run this build. If not
127 # specified, the build is simply run in a new task in the current project.
128 export BUILD_PROJECT=''
129
130 # You should not need to change the next four lines
131 export LOCKNAME="$(basename -- "$CODEMGR_WS")_nightly.lock"
132 export ATLOG="$CODEMGR_WS/log"
133 export LOGFILE="$ATLOG/nightly.log"
134 export MACH="$(uname -p)"
135
136 #
137 # The following macro is the closed binaries. Once
138 # Illumos has totally freed itself, we can remove this reference.
139 #
140 # Location of encumbered binaries.
141 export ON_CLOSED_BINS="$CODEMGR_WS/closed"
142
143 # REF_PROTO_LIST - for comparing the list of stuff in your proto area
144 # with. Generally this should be left alone, since you want to see differences
145 # from your parent (the gate).
146 #
147 export REF_PROTO_LIST="$PARENT_WS/usr/src/proto_list_${MACH}"
148
149
150 export ROOT="$CODEMGR_WS/proto/root_${MACH}"
151 export SRC="$CODEMGR_WS/usr/src"
152 export MULTI_PROTO="no"
153
154 #
155 # build environment variables, including version info for mcs, motd,
156 # motd, uname and boot messages. Mostly you shouldn't change this except
157 # when the release slips (nah) or you move an environment file to a new
158 # release
159 #
160 export VERSION="$GATE"
161
|