#67 split out assign, comment etc to separate tool
Closed: Fixed Opened by leamas.

The bugzilla operations login, assign comment etc. should preferably live in a separate tool. They are independent and clutters the command line interface. Removing these, and the help might actually fit on a screen page.


Looking at the bugzilla tool, part of the python-bugzilla dependency, it can do everything f-r can do in this respect: create, modify, attach etc. I really don't think f-r should overlap here, if there's a need for command-line tweaking of bugs like 'assign' or 'comment', bugzilla is a much better tool. This leads me to the conclusion that this functionality should be removed from f-r

Pushed a feature branch rm-bugz which tries to cope with this

See also https://fedorahosted.org/pipermail/fedorareview/2012-July/000009.html and https://fedorahosted.org/pipermail/fedorareview/2012-July/000006.html

Fixed (sort of) in 910a56ac9b3904b1b and dcf86173c2a4b4704. A script is still needed, but blocked by bugs in current bugzilla tool.

Metadata