summaryrefslogtreecommitdiff
path: root/repa.1
diff options
context:
space:
mode:
Diffstat (limited to 'repa.1')
-rw-r--r--repa.113
1 files changed, 11 insertions, 2 deletions
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 <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