This patch adds a new subcommand extend to command override, which is able to extend an override expiration date.
Fixes #67
Signed-off-by: Chenxiong Qi cqi@redhat.com
rebased onto 4434b1f5f46fe4ec84582e57c265f11ff5c368b5
Pretty please pagure-ci rebuild
This code should be added to Bodhi directly. As a temporary workaround until Bodhi has this functionality it might be fine, but it still feels a bit hacky.
1 new commit added
Refine command override create
2 new commits added
Extend override by number of days or specific date
Looks good to me.
Handle Bodhi login automatically
@lsedlar I think you mean the custom BodhiClient. It would be good to have the extend_override in Bodhi Python binding. Not sure if it is required by bodhi. Anyways, I'll try to propose a patch to Bodhi.
BodhiClient
extend_override
Builds containing this patch could be used to try new override command.
override
@lsedlar Just add a new commit. I tested the new command, so far it works well for me. Please review again. Thanks.
3 new commits added
Ping for another round of review.
Commit 0146d168 fixes this pull-request
Pull-Request has been merged by cqi
This patch adds a new subcommand extend to command override, which is
able to extend an override expiration date.
Fixes #67
Signed-off-by: Chenxiong Qi cqi@redhat.com