Print this page
4027 remove CLOSED_BUILD
4028 remove CLOSED_IS_PRESENT
4029 remove tonic build bits
Reviewed by: Andy Stormont <andyjstormont@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/env/developer.sh
          +++ new/usr/src/tools/env/developer.sh
↓ open down ↓ 53 lines elided ↑ open up ↑
  54   54  # over ssh or http.
  55   55  PARENT_WS="/ws/onnv-gate";                      export PARENT_WS
  56   56  
  57   57  # CLONE_WS is the workspace nightly should do a bringover from.
  58   58  CLONE_WS="ssh://anonhg@onnv.sfbay.sun.com//export/onnv-clone";  export CLONE_WS
  59   59  
  60   60  # CLOSED_CLONE_WS is the workspace from which nightly should acquire
  61   61  # the usr/closed tree.
  62   62  CLOSED_CLONE_WS="${CLONE_WS}/usr/closed";       export CLOSED_CLONE_WS
  63   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   64  # The bringover, if any, is done as STAFFER.
  71   65  # Set STAFFER to your own login as gatekeeper or developer
  72   66  # The point is to use group "staff" and avoid referencing the parent
  73   67  # workspace as root.
  74   68  # Some scripts optionally send mail messages to MAILTO.
  75   69  #
  76   70  STAFFER=nobody;                         export STAFFER
  77   71  MAILTO=$STAFFER;                        export MAILTO
  78   72  
  79   73  # The project (see project(4)) under which to run this build.  If not
↓ open down ↓ 127 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX