diff options
Diffstat (limited to 'repa.1')
-rw-r--r-- | repa.1 | 20 |
1 files changed, 16 insertions, 4 deletions
@@ -102,7 +102,7 @@ Turn on colorized output .\" .\" The "list" command description .\" -.SS \fBlist\fR [\-\-help] [\-\-processes <processes>] [\-\-showurls] [\-\-ignore <regexp>] [\-\-base <project>] +.SS \fBlist\fR [\-\-help] [\-\-processes <processes>] [\-\-showurls] [\-\-ignore <regexp>] [\-\-base <project>] [\-\-showtime] .RS 2 List submissions in the following format: @@ -119,9 +119,9 @@ submit/tizen/20140327.055105 package building libav zlib .RS 0 submit/tizen/20140327.080733 image building bluez .RS 0 -submit/tizen/20140328.063916 ready connman +submit/tizen/20140328.063916 ready 01:20:14 connman .RS 0 -submit/tizen/20140328.080409 ready sdbd +submit/tizen/20140328.080409 ready 00:14:30 sdbd .RS 0 .RE @@ -167,6 +167,14 @@ Note, that this parameter can also be specified in \fIrepa\fR configuration file .RE .PP +.B \-\-showtime +.RS 2 +Show submission build time for the submissions in 'ready' status. It's switched off by default. +Note, that this parameter can also be specified in \fIrepa\fR configuration file. +.RE + + +.PP .\" .\" The "show" command description .\" @@ -531,6 +539,10 @@ ignore = arm-.*/armv7./.*_aggregate$ .RS 2 noaggregate = mic-bootstrap-x86-arm.rpm|mic-bootstrap.rpm|mic-bootstrap-debugsource.rpm|qemu-accel-armv7l.rpm|qemu-accel-armv7l-cross-arm.rpm|qemu-linux-user-cross-arm.rpm .RE +.RS 2 +showtime = off +.RE + .RS 2 @@ -538,7 +550,7 @@ Mandatory options: apiurl, apiuser, apipasswd, jenkins_url, jenkins_user, jenkin .RE .RS 2 -Some options (project, processes, colorize, showurls, ignore, noaggregate, base) can be overridden by commandline options (--project, --processes, --colorize, --showurls, --ignore, --noaggregate, --base) +Some options (project, processes, colorize, showurls, ignore, noaggregate, base, showtime) can be overridden by commandline options (--project, --processes, --colorize, --showurls, --ignore, --noaggregate, --base, --showtime) .RE .SH BUGS |