Print this page
4028 remove CLOSED_IS_PRESENT

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/env/gatekeeper.sh
          +++ new/usr/src/tools/env/gatekeeper.sh
↓ open down ↓ 62 lines elided ↑ open up ↑
  63   63  PARENT_WS="/ws/$GATE";                          export PARENT_WS
  64   64  
  65   65  # CLONE_WS is the workspace nightly should do a bringover from.
  66   66  CLONE_WS="ssh://anonhg@onnv.sfbay.sun.com//export/onnv-clone";  export CLONE_WS
  67   67  
  68   68  # CLOSED_CLONE_WS is the workspace from which nightly will acquire the
  69   69  # usr/closed tree.
  70   70  CLOSED_CLONE_WS="${CLONE_WS}/usr/closed"
  71   71  export CLOSED_CLONE_WS
  72   72  
  73      -# This flag controls whether to build the closed source.  If
  74      -# undefined, nightly(1) and bldenv(1) will set it according to whether
  75      -# the closed source tree is present.  CLOSED_IS_PRESENT="no" means not
  76      -# building the closed sources.
  77      -# CLOSED_IS_PRESENT="yes";              export CLOSED_IS_PRESENT
  78      -
  79   73  # The bringover, if any, is done as STAFFER.
  80   74  # Set STAFFER to your own login as gatekeeper or integration engineer.
  81   75  # The point is to use group "staff" and avoid referencing the parent
  82   76  # workspace as root.
  83   77  # Some scripts optionally send mail messages to MAILTO.
  84   78  #
  85   79  STAFFER=nobody;                         export STAFFER
  86   80  MAILTO=$STAFFER;                        export MAILTO
  87   81  
  88   82  # The project (see project(4)) under which to run this build.  If not
↓ open down ↓ 127 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX