diff options
author | Ed Bartosh <eduard.bartosh@intel.com> | 2015-02-01 21:07:32 +0200 |
---|---|---|
committer | Ed Bartosh <eduard.bartosh@intel.com> | 2015-02-03 21:02:09 +0200 |
commit | 15e407bdddb1c32f404c0ec955d279056e0c2d77 (patch) | |
tree | 2293902912d220df451aa838e9aeb233b793cd17 /repa.1 | |
parent | 9ca8c63af3f92f2c7d71d119ef7ef7f2a735f2ac (diff) | |
download | repa-15e407bdddb1c32f404c0ec955d279056e0c2d77.tar.gz repa-15e407bdddb1c32f404c0ec955d279056e0c2d77.tar.bz2 repa-15e407bdddb1c32f404c0ec955d279056e0c2d77.zip |
Implement repa lock/unlock
repa lock triggers re job on jenkins with action=lock.
repa unlock triggers re job on jenkins with action=lock.
Fixes: #2321
Change-Id: I9ce75d14056f1044986703454031b4d071cee07c
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
Diffstat (limited to 'repa.1')
-rw-r--r-- | repa.1 | 57 |
1 files changed, 57 insertions, 0 deletions
@@ -49,6 +49,12 @@ Submission group is a temporary group of submissions, created for testing purpos .RS 2 8. \fBrebuild\fR - rebuild submission .RE +.RS 2 +9. \fBlock\fR - lock submission +.RE +.RS 2 +10. \fBunlock\fR - unlock submission +.RE .\" =========================================================================== .\" Global options @@ -393,6 +399,57 @@ Provide a comment with the explanation of a reason for rebuild. Mandatory option Rebuild only one package. .RE +.\" +.\" The "lock" command description +.\" +.SS \fBlock\fR [options] <submision> + +.RS 2 +Lock submission by triggering 're' Jenkins job. 're' job locks submission by disabling build in prerelease OBS project. + +.\" +.\" The "lock" command's options +.\" +.RS 2 +\fBOPTIONS\fR +.RS 2 +.B \-h, \-\-help +.RS 2 +Print short help text about the "lock" command and exit. +.RE + +.PP +.B \-c \-\-comment COMMENT +.RS 2 +Provide a comment with the explanation of a reason for lock. Mandatory option. +.RE + +.\" +.\" The "unlock" command description +.\" +.SS \fBunlock\fR [options] <submision> + +.RS 2 +Unlock submission by triggering 're' Jenkins job. 're' job unlocks submission by re-enabling build in prerelease OBS project. + +.\" +.\" The "unlock" command's options +.\" +.RS 2 +\fBOPTIONS\fR +.RS 2 +.B \-h, \-\-help +.RS 2 +Print short help text about the "unlock" command and exit. +.RE + +.PP +.B \-c \-\-comment COMMENT +.RS 2 +Provide a comment with the explanation of a reason for unlock. +.RE + + .SH CONFIGURATION FILE .RS 2 |