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

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/env/illumos.sh
          +++ new/usr/src/tools/env/illumos.sh
↓ open down ↓ 120 lines elided ↑ open up ↑
 121  121  export MAILTO="$STAFFER"
 122  122  
 123  123  # If you wish the mail messages to be From: an arbitrary address, export
 124  124  # MAILFROM.
 125  125  #export MAILFROM="user@example.com"
 126  126  
 127  127  # The project (see project(4)) under which to run this build.  If not
 128  128  # specified, the build is simply run in a new task in the current project.
 129  129  export BUILD_PROJECT=''
 130  130  
 131      -# You should not need to change the next four lines
 132      -export LOCKNAME="$(basename -- "$CODEMGR_WS")_nightly.lock"
      131 +# You should not need to change the next three lines
 133  132  export ATLOG="$CODEMGR_WS/log"
 134  133  export LOGFILE="$ATLOG/nightly.log"
 135  134  export MACH="$(uname -p)"
 136  135  
 137  136  #
 138  137  #  The following two macros are the closed/crypto binaries.  Once
 139  138  #  Illumos has totally freed itself, we can remove these references.
 140  139  #
 141  140  # Location of encumbered binaries.
 142  141  export ON_CLOSED_BINS="$CODEMGR_WS/closed"
↓ open down ↓ 90 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX