Skip to content

Commit

Permalink
Document that 'request revoke' command may need '--keep-packages-lock…
Browse files Browse the repository at this point in the history
…ed' option to avoid unlocking source packages
  • Loading branch information
dmach committed Sep 29, 2023
1 parent 0848aba commit f6cb228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osc/commandline.py
Original file line number Diff line number Diff line change
Expand Up @@ -3084,6 +3084,8 @@ def do_request(self, subcmd, opts, *args):
"supersede" will supersede one request with another existing one.
"revoke" will set the request state to "revoked"
WARNING: Revoking a maitenance release request unlocks packages in the source project.
To avoid unlocking, use the --keep-packages-locked option.
"accept" will change the request state to "accepted" and will trigger
the actual submit process. That would normally be a server-side copy of
Expand Down

0 comments on commit f6cb228

Please sign in to comment.