diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2012-08-02 11:49:48 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2012-08-02 12:10:39 +0300 |
commit | 12f9b3f9e6b35e5ad2f9edd4e112d6495756a562 (patch) | |
tree | 406f4cb1d2d2dcf4c9c2b8a53ab202f5f7df8139 /doc | |
parent | 395be24637b4ba555598df18f8feded097bbd03f (diff) | |
download | librpm-tizen-12f9b3f9e6b35e5ad2f9edd4e112d6495756a562.tar.gz librpm-tizen-12f9b3f9e6b35e5ad2f9edd4e112d6495756a562.tar.bz2 librpm-tizen-12f9b3f9e6b35e5ad2f9edd4e112d6495756a562.zip |
Add --noclean and --nocheck options to rpmbuild
- Ability to skip %clean build stage was requested as RhBug:756531,
--nocheck seems otherwise useful to have as %check can take a lot of
time, time you might not want to spend for a trivial spec change or such.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rpmbuild.8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/rpmbuild.8 b/doc/rpmbuild.8 index b45a92652..5406f4d75 100644 --- a/doc/rpmbuild.8 +++ b/doc/rpmbuild.8 @@ -33,6 +33,7 @@ rpmbuild \- Build RPM Package(s) [\fB--buildroot \fIDIRECTORY\fB\fR] [\fB--clean\fR] [\fB--nobuild\fR] [\fB--rmsource\fR] [\fB--rmspec\fR] [\fB--short-circuit\fR] + [\fB--noclean\fR] [\fB--nocheck\fR] [\fB--target \fIPLATFORM\fB\fR] .SH "DESCRIPTION" @@ -157,6 +158,12 @@ Remove the build tree after the packages are made. \fB--nobuild\fR Do not execute any build stages. Useful for testing out spec files. .TP +\fB--noclean\fR +Do not execute %clean build stage even if present in spec. +.TP +\fB--nocheck\fR +Do not execute %check build stage even if present in spec. +.TP \fB--nodeps\fR Do not verify build dependencies. .TP |