summaryrefslogtreecommitdiff
path: root/repa.1
diff options
context:
space:
mode:
Diffstat (limited to 'repa.1')
-rw-r--r--repa.157
1 files changed, 57 insertions, 0 deletions
diff --git a/repa.1 b/repa.1
index bbbe262..7650a85 100644
--- a/repa.1
+++ b/repa.1
@@ -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