Print this page
5092 env files don't need to define LOCKNAME by default
5091 illumos.sh env file's LOCKNAME definition is busted


 111 # CLONE_WS is the workspace nightly should do a bringover from.
 112 export CLONE_WS='ssh://anonhg@hg.illumos.org/illumos-gate'
 113 
 114 # The bringover, if any, is done as STAFFER.
 115 # Set STAFFER to your own login as gatekeeper or developer
 116 # The point is to use group "staff" and avoid referencing the parent
 117 # workspace as root.
 118 # Some scripts optionally send mail messages to MAILTO.
 119 #
 120 export STAFFER="$LOGNAME"
 121 export MAILTO="$STAFFER"
 122 
 123 # If you wish the mail messages to be From: an arbitrary address, export
 124 # MAILFROM.
 125 #export MAILFROM="user@example.com"
 126 
 127 # The project (see project(4)) under which to run this build.  If not
 128 # specified, the build is simply run in a new task in the current project.
 129 export BUILD_PROJECT=''
 130 
 131 # You should not need to change the next four lines
 132 export LOCKNAME="$(basename -- "$CODEMGR_WS")_nightly.lock"
 133 export ATLOG="$CODEMGR_WS/log"
 134 export LOGFILE="$ATLOG/nightly.log"
 135 export MACH="$(uname -p)"
 136 
 137 #
 138 #  The following two macros are the closed/crypto binaries.  Once
 139 #  Illumos has totally freed itself, we can remove these references.
 140 #
 141 # Location of encumbered binaries.
 142 export ON_CLOSED_BINS="$CODEMGR_WS/closed"
 143 # Location of signed cryptographic binaries.
 144 export ON_CRYPTO_BINS="$CODEMGR_WS/on-crypto.$MACH.tar.bz2"
 145 
 146 # REF_PROTO_LIST - for comparing the list of stuff in your proto area
 147 # with. Generally this should be left alone, since you want to see differences
 148 # from your parent (the gate).
 149 #
 150 export REF_PROTO_LIST="$PARENT_WS/usr/src/proto_list_${MACH}"
 151 
 152 




 111 # CLONE_WS is the workspace nightly should do a bringover from.
 112 export CLONE_WS='ssh://anonhg@hg.illumos.org/illumos-gate'
 113 
 114 # The bringover, if any, is done as STAFFER.
 115 # Set STAFFER to your own login as gatekeeper or developer
 116 # The point is to use group "staff" and avoid referencing the parent
 117 # workspace as root.
 118 # Some scripts optionally send mail messages to MAILTO.
 119 #
 120 export STAFFER="$LOGNAME"
 121 export MAILTO="$STAFFER"
 122 
 123 # If you wish the mail messages to be From: an arbitrary address, export
 124 # MAILFROM.
 125 #export MAILFROM="user@example.com"
 126 
 127 # The project (see project(4)) under which to run this build.  If not
 128 # specified, the build is simply run in a new task in the current project.
 129 export BUILD_PROJECT=''
 130 
 131 # You should not need to change the next three lines

 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