diff options
author | Ed Bartosh <eduard.bartosh@intel.com> | 2014-06-12 15:54:45 +0300 |
---|---|---|
committer | Eduard Bartosh <eduard.bartosh@intel.com> | 2014-06-13 22:28:30 +0300 |
commit | 8f753c3be161fb07c77241748eedffab39220219 (patch) | |
tree | 38dcced8231a5132226f02fb58597eed3225302a /repa.1 | |
parent | eebc0561fb78a6277996c749f91861406398f5ab (diff) | |
download | repa-8f753c3be161fb07c77241748eedffab39220219.tar.gz repa-8f753c3be161fb07c77241748eedffab39220219.tar.bz2 repa-8f753c3be161fb07c77241748eedffab39220219.zip |
list: Implement --ignore command line option
This option gives user possibility to ignore broken state of
packages. For Tizen:Common and Tizen:IVI it's must have currently
as _aggregate packages are broken in prerelease projects because
of OBS bug. This causes wrong status reported for all submissions.
Change-Id: Iaac19a922a4b5996aff8d7cd277f20ec6868794c
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
Diffstat (limited to 'repa.1')
-rw-r--r-- | repa.1 | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -90,7 +90,7 @@ Turn on colorized output .\" .\" The "list" command description .\" -.SS \fBlist\fR [\-\-help] [\-\-processes <processes>] [\-\-showurls] +.SS \fBlist\fR [\-\-help] [\-\-processes <processes>] [\-\-showurls] [\-\-ignore <regexp>] .RS 2 List submissions in the following format: @@ -140,6 +140,12 @@ Show OBS and download urls in the output. It's switched off by default. Note, that this parameter can also be specified in \fIrepa\fR configuration file. .RE +.PP +.B \-\-ignore <regexp> +.RS 2 +Ignore packaging failures for specified regexp. <regexp> is a slash-separated string <repository>/<architecture>/<package>, for example arm.*/armv7./.*_aggregate. +Note, that this parameter can also be specified in \fIrepa\fR configuration file. +.RE .PP .\" @@ -380,6 +386,9 @@ color = off .RS 2 showurls = off .RE +.RS 2 +ignore = arm-.*/armv7./.*_aggregate$ +.RE .RS 2 @@ -387,7 +396,7 @@ Mandatory options: apiurl, apiuser, apipasswd and project .RE .RS 2 -Some options (project, processes, colorize, showurls) can be overridden by commandline options (--project, --processes, --colorize, --showurls) +Some options (project, processes, colorize, showurls, ignore) can be overridden by commandline options (--project, --processes, --colorize, --showurls, --ignore) .RE .SH BUGS |