From 8f753c3be161fb07c77241748eedffab39220219 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Thu, 12 Jun 2014 15:54:45 +0300 Subject: 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 --- repa.1 | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'repa.1') diff --git a/repa.1 b/repa.1 index c4e2d58..dadeb4b 100644 --- a/repa.1 +++ b/repa.1 @@ -90,7 +90,7 @@ Turn on colorized output .\" .\" The "list" command description .\" -.SS \fBlist\fR [\-\-help] [\-\-processes ] [\-\-showurls] +.SS \fBlist\fR [\-\-help] [\-\-processes ] [\-\-showurls] [\-\-ignore ] .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 +.RS 2 +Ignore packaging failures for specified regexp. is a slash-separated string //, 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 -- cgit v1.2.3