From 12f9b3f9e6b35e5ad2f9edd4e112d6495756a562 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Thu, 2 Aug 2012 11:49:48 +0300 Subject: 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. --- doc/rpmbuild.8 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3