Print this page
8564 developer/build/onbld shouldn't require ghostscript
Reviewed by: Alexander Pyhalov <apyhalov@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/scripts/webrev.1onbld.man.txt
          +++ new/usr/src/tools/scripts/webrev.1onbld.man.txt
↓ open down ↓ 19 lines elided ↑ open up ↑
  20   20                 $ webrev
  21   21  
  22   22         In which case webrev attempts to figure out the list of files for
  23   23         review.  If that fails, or if more control over the set of files is
  24   24         needed, a file list may be specified.  webrev also attempts to deduce a
  25   25         basis for comparison (interchangeably called the parent, but see SCM
  26   26         INTERACTIONS below).  A basis for comparison is needed in order to
  27   27         determine the differences introduced by the code changes under review.
  28   28  
  29   29         By default, webrev creates a webrev directory in the workspace
  30      -       directory that contains the generated HTML files, a generated PDF
  31      -       review, and a patch representing the changes.  It also places a copy of
  32      -       the file list in that directory, and of both the old and new raw files
  33      -       in the $webrev_root/raw_files directory.  To output the webrev
  34      -       somewhere other than the default location, use the -o <outdir> option,
  35      -       or set the WDIR environment variable.  For example:
       30 +       directory that contains the generated HTML files, and a patch
       31 +       representing the changes.  It also places a copy of the file list in
       32 +       that directory, and of both the old and new raw files in the
       33 +       $webrev_root/raw_files directory.  To output the webrev somewhere other
       34 +       than the default location, use the -o <outdir> option, or set the WDIR
       35 +       environment variable.  For example:
  36   36                 $ webrev -o ~/public_html/myreview/
  37   37  
  38   38         In the index file, each file is listed on a line with a link to the
  39   39         relevant review materials.  Comments for each change will be included
  40   40         automatically.  Cross references to bug (or other information) tracking
  41   41         databases in the comments will become hyperlinks in the associated web
  42   42         interface, according to the rules in CROSS REFERENCING below.
  43   43  
  44   44         As a review aid, content may be added to the index file in two ways.
  45   45         First, the author may manually edit the file (for example by including
↓ open down ↓ 81 lines elided ↑ open up ↑
 127  127         -C priority-file
 128  128                   In addition to the system default and an optional user-
 129  129                   supplied ~/.its.conf, use the specified file to specify a
 130  130                   local domain list and prioritize the list of information
 131  131                   tracking systems to be searched automatically when resolving
 132  132                   cross references.
 133  133  
 134  134         -D        Delete remote webrev via SFTP. Default remote host is
 135  135                   cr.opensolaris.org, default remote directory for removal is
 136  136                   the same as workspace/repository basename. Remote target can
 137      -                 be overriden using -t option. If combined with -U the
      137 +                 be overridden using -t option. If combined with -U the
 138  138                   deletion will be performed first. Also, if used together with
 139  139                   -U and the removal fails, no upload is done. Without -U
 140  140                   option no webrev will be generated, just like if -n option
 141  141                   was used. The deletion is done by moving the webrev to
 142  142                   special directory in user's home directory. It is expected
 143  143                   that the remote host periodically runs a script which deletes
 144  144                   the contents of this directory. See the ENVIRONMENT VARIABLES
 145  145                   section for more details about this directory.
 146  146  
 147  147         -h head-revision
↓ open down ↓ 3 lines elided ↑ open up ↑
 151  151                   Use the specified file to seed the list of information
 152  152                   tracking systems.
 153  153  
 154  154         -i include-file
 155  155                   Include the specified file into the index.html file which is
 156  156                   generated as part of the webrev.  This allows a snippet of
 157  157                   XHTML to be added by the webrev author. User content is
 158  158                   contained by a <div> tag and the markup should validate as
 159  159                   XHTML 1.0 Transitional.
 160  160  
 161      -       -N        Suppress all comments from all output forms html, txt and
 162      -                 pdf.
      161 +       -N        Suppress all comments from all output forms.
 163  162  
 164  163         -n        Do not generate webrev. Useful whenever only upload is
 165  164                   needed.
 166  165  
 167  166         -O        Enable OpenSolaris mode: information tracking system
 168  167                   hyperlinks are generated using the EXTERNAL_URL field from
 169  168                   the specified its.reg entry, instead of the default
 170  169                   INTERNAL_URL_domain field, and sources which appear in
 171  170                   usr/closed are automatically elided from the review.
 172  171  
↓ open down ↓ 198 lines elided ↑ open up ↑
 371  370         Cross, David L. Paktor, Neal Gafter, John Beck, Darren Moffat, Norm
 372  371         Shulman, Bill Watson, Pedro Rubio and Bill Shannon for valuable
 373  372         feedback and insight in building webrev.
 374  373  
 375  374         Have fun!
 376  375                   Brent Callaghan  11/28/96
 377  376  
 378  377  
 379  378  
 380  379  
 381      -                                March 27, 2016                  WEBREV(1ONBLD)
      380 +                                August 2, 2019                  WEBREV(1ONBLD)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX