Print this page
6282 ONBLD man pages not pbchk clean
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
   1 nightly(1ONBLD)               illumos Build Tools              nightly(1ONBLD)
   2 
   3 
   4 
   5 NAME
   6        nightly - build an OS-Net consolidation overnight
   7 
   8 SYNOPSIS
   9        nightly [-in] [-V VERS] <env_file>
  10 
  11 DESCRIPTION
  12        nightly, the mother of all build scripts, can bringover, build,
  13        archive, package, error check, and generally do everything it takes to
  14        turn OS/Net consolidation source code into useful stuff.  It is
  15        customizable to permit you to run anything from a simple build to all
  16        of the cross-checking a gatekeeper needs.  The advantage to using
  17        nightly is that you build things correctly, consistently and
  18        automatically, with the best practices; building with nightly can mean
  19        never having to say you're sorry to your gatekeeper.
  20 
  21        More specifically, nightly performs the following tasks, in order, if


 372 FILES
 373             /etc/nightly.conf
 374 
 375        If present, nightly executes this file just prior to executing the env
 376        file.
 377 
 378 EXAMPLES
 379        Start with the example file in usr/src/tools/env/developer.sh (or
 380        gatekeeper.sh), copy to myenv and make your changes.
 381 
 382        # grep NIGHTLY_OPTIONS myenv
 383        NIGHTLY_OPTIONS="-ACrlapDm"
 384        export NIGHTLY_OPTIONS
 385        # /opt/onbld/bin/nightly -i myenv
 386 
 387 SEE ALSO
 388        bldenv(1ONBLD)
 389 
 390 
 391 
 392                                January 28, 2014                nightly(1ONBLD)
   1 NIGHTLY(1ONBLD)               illumos Build Tools              NIGHTLY(1ONBLD)
   2 
   3 
   4 
   5 NAME
   6        nightly - build an OS-Net consolidation overnight
   7 
   8 SYNOPSIS
   9        nightly [-in] [-V VERS] <env_file>
  10 
  11 DESCRIPTION
  12        nightly, the mother of all build scripts, can bringover, build,
  13        archive, package, error check, and generally do everything it takes to
  14        turn OS/Net consolidation source code into useful stuff.  It is
  15        customizable to permit you to run anything from a simple build to all
  16        of the cross-checking a gatekeeper needs.  The advantage to using
  17        nightly is that you build things correctly, consistently and
  18        automatically, with the best practices; building with nightly can mean
  19        never having to say you're sorry to your gatekeeper.
  20 
  21        More specifically, nightly performs the following tasks, in order, if


 372 FILES
 373             /etc/nightly.conf
 374 
 375        If present, nightly executes this file just prior to executing the env
 376        file.
 377 
 378 EXAMPLES
 379        Start with the example file in usr/src/tools/env/developer.sh (or
 380        gatekeeper.sh), copy to myenv and make your changes.
 381 
 382        # grep NIGHTLY_OPTIONS myenv
 383        NIGHTLY_OPTIONS="-ACrlapDm"
 384        export NIGHTLY_OPTIONS
 385        # /opt/onbld/bin/nightly -i myenv
 386 
 387 SEE ALSO
 388        bldenv(1ONBLD)
 389 
 390 
 391 
 392                                January 28, 2014                NIGHTLY(1ONBLD)