Print this page
11626 introduce /etc/versions/build
11627 clean up UUID code for ::status

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/env/illumos.sh
          +++ new/usr/src/tools/env/illumos.sh
↓ open down ↓ 127 lines elided ↑ open up ↑
 128  128  # Set if your distribution has different package versioning
 129  129  #export PKGVERS_BRANCH=2018.0.0.17900
 130  130  
 131  131  # Skip Java 8 builds on distributions that don't support it
 132  132  #export BLD_JAVA_8=
 133  133  
 134  134  # POST_NIGHTLY can be any command to be run at the end of nightly.  See
 135  135  # nightly(1) for interactions between environment variables and this command.
 136  136  #POST_NIGHTLY=
 137  137  
      138 +# Populates /etc/versions/build on each nightly run
      139 +export BUILDVERSION_EXEC="git describe --all --long --dirty"
      140 +
 138  141  # -----------------------------------------------------------------------------
 139  142  # You are less likely to need to modify parameters below.
 140  143  # -----------------------------------------------------------------------------
 141  144  
 142  145  # Maximum number of dmake jobs.  The recommended number is 2 + NCPUS,
 143  146  # where NCPUS is the number of logical CPUs on your build system.
 144  147  function maxjobs
 145  148  {
 146  149          nameref maxjobs=$1
 147  150          integer ncpu
↓ open down ↓ 145 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX