Print this page
8564 developer/build/onbld shouldn't require ghostscript
Reviewed by: Alexander Pyhalov <apyhalov@gmail.com>
@@ -25,16 +25,16 @@
basis for comparison (interchangeably called the parent, but see SCM
INTERACTIONS below). A basis for comparison is needed in order to
determine the differences introduced by the code changes under review.
By default, webrev creates a webrev directory in the workspace
- directory that contains the generated HTML files, a generated PDF
- review, and a patch representing the changes. It also places a copy of
- the file list in that directory, and of both the old and new raw files
- in the $webrev_root/raw_files directory. To output the webrev
- somewhere other than the default location, use the -o <outdir> option,
- or set the WDIR environment variable. For example:
+ directory that contains the generated HTML files, and a patch
+ representing the changes. It also places a copy of the file list in
+ that directory, and of both the old and new raw files in the
+ $webrev_root/raw_files directory. To output the webrev somewhere other
+ than the default location, use the -o <outdir> option, or set the WDIR
+ environment variable. For example:
$ webrev -o ~/public_html/myreview/
In the index file, each file is listed on a line with a link to the
relevant review materials. Comments for each change will be included
automatically. Cross references to bug (or other information) tracking
@@ -132,11 +132,11 @@
cross references.
-D Delete remote webrev via SFTP. Default remote host is
cr.opensolaris.org, default remote directory for removal is
the same as workspace/repository basename. Remote target can
- be overriden using -t option. If combined with -U the
+ be overridden using -t option. If combined with -U the
deletion will be performed first. Also, if used together with
-U and the removal fails, no upload is done. Without -U
option no webrev will be generated, just like if -n option
was used. The deletion is done by moving the webrev to
special directory in user's home directory. It is expected
@@ -156,12 +156,11 @@
generated as part of the webrev. This allows a snippet of
XHTML to be added by the webrev author. User content is
contained by a <div> tag and the markup should validate as
XHTML 1.0 Transitional.
- -N Suppress all comments from all output forms html, txt and
- pdf.
+ -N Suppress all comments from all output forms.
-n Do not generate webrev. Useful whenever only upload is
needed.
-O Enable OpenSolaris mode: information tracking system
@@ -376,6 +375,6 @@
Brent Callaghan 11/28/96
- March 27, 2016 WEBREV(1ONBLD)
+ August 2, 2019 WEBREV(1ONBLD)