Print this page
nightly: don't check dmake version, now it's ours

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/env/gatekeeper.sh
          +++ new/usr/src/tools/env/gatekeeper.sh
↓ open down ↓ 177 lines elided ↑ open up ↑
 178  178  #IA32_IHV_WS=/ws/${GATE}-ihv;                           export IA32_IHV_WS
 179  179  #IA32_IHV_ROOT=$IA32_IHV_WS/proto/root_i386;            export IA32_IHV_ROOT
 180  180  #IA32_IHV_PKGS=$IA32_IHV_WS/packages/i386/nightly;      export IA32_IHV_PKGS
 181  181  
 182  182  #
 183  183  # Reference to binary-only IA32 IHV packages
 184  184  #
 185  185  #IA32_IHV_BINARY_PKGS=/ws/${GATE}-ihv-bin
 186  186  #export IA32_IHV_BINARY_PKGS
 187  187  
 188      -# Set this flag to 'n' to disable the automatic validation of the dmake
 189      -# version in use.  The default is to check it.
 190      -#CHECK_DMAKE=y
 191      -
 192  188  # Set this flag to 'n' to disable the use of 'checkpaths'.  The default,
 193  189  # if the 'N' option is not specified, is to run this test.
 194  190  #CHECK_PATHS=y
 195  191  
 196  192  # Set this flag to 'y' to enable the use of elfsigncmp to validate the
 197  193  # output of elfsign.  Doing so requires that 't' be set in NIGHTLY_OPTIONS.
 198  194  # The default is to not verify them.
 199  195  #VERIFY_ELFSIGN=n
 200  196  
 201  197  # BRINGOVER_FILES is the list of files nightly passes to bringover. 
 202  198  # If not set the default is "usr", but it can be used for bringing 
 203  199  # over deleted_files or other nifty directories. 
 204  200  #BRINGOVER_FILES="usr deleted_files"
 205  201  
 206  202  # POST_NIGHTLY can be any command to be run at the end of nightly.  See
 207  203  # nightly(1) for interactions between environment variables and this command.
 208  204  #POST_NIGHTLY=
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX