Skip to content

Commit 96a0553

Browse files
committed
Prep for release 0.9.0
1 parent a782282 commit 96a0553

3 files changed

Lines changed: 82 additions & 28 deletions

File tree

bugzilla.1

Lines changed: 80 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH bugzilla 1 "February 15, 2013" "version 0.8.0" "User Commands"
1+
.TH bugzilla 1 "June 19, 2013" "version 0.9.0" "User Commands"
22
.SH NAME
33
bugzilla \- command-line interface to Bugzilla over XML-RPC
44
.SH SYNOPSIS
@@ -32,6 +32,8 @@ show this help message and exit
3232
bugzilla XMLRPC URI. default: https://bugzilla.redhat.com/xmlrpc.cgi
3333
.IP "--bztype=BZTYPE"
3434
Bugzilla type. Autodetected if not set. Available types: Bugzilla3 Bugzilla32 Bugzilla34 Bugzilla36 Bugzilla4 Bugzilla42 Bugzilla44 RHBugzilla3 RHBugzilla4 RHBugzilla NovellBugzilla
35+
.IP "--nosslverify"
36+
Don't error on invalid bugzilla SSL certificate
3537
.IP "--user=USER"
3638
username
3739
.IP "--password=PASSWORD"
@@ -44,31 +46,33 @@ give more info about what's going on
4446
output bunches of debugging info
4547
.SH \[oq]NEW\[cq] OPTIONS
4648
.IP "--product=PRODUCT, -p PRODUCT"
47-
REQUIRED: product name (list with 'bugzilla info -p')
49+
REQUIRED: product name
4850
.IP "--version=VERSION, -v VERSION"
4951
REQUIRED: product version
5052
.IP "--component=COMPONENT, -c COMPONENT"
51-
REQUIRED: component name (list with 'bugzilla info -c PRODUCT')
52-
.IP "--comment=DESCRIPTION, -l DESCRIPTION"
53-
REQUIRED: initial bug comment
53+
REQUIRED: component name
5454
.IP "--short_desc=SUMMARY, --summary=SUMMARY, -s SUMMARY"
5555
REQUIRED: bug summary
56-
.IP "--os=OP_SYS, -o OP_SYS"
57-
OPTIONAL: operating system (default: Linux)
58-
.IP "--arch=PLATFORM, -a PLATFORM"
59-
OPTIONAL: arch this bug occurs on (default: All)
56+
.IP "--comment=DESCRIPTION, -l DESCRIPTION"
57+
initial bug comment
58+
.IP "--os=OS, -o OS"
59+
Operating system
60+
.IP "--arch=ARCH, -a ARCH"
61+
Arch this bug occurs on
6062
.IP "--severity=SEVERITY"
61-
OPTIONAL: bug severity (default: medium)
63+
Bug severity
6264
.IP "--priority=PRIORITY"
63-
OPTIONAL: bug priority (default: medium)
64-
.IP "--url=BUG_FILE_LOC, -u BUG_FILE_LOC"
65-
OPTIONAL: URL for further bug info
65+
Bug priority
66+
.IP "--url=URL, -u URL"
67+
URL for further bug info
6668
.IP "--cc=CC[, CC, ...]"
67-
OPTIONAL: add emails to initial CC list
69+
add emails to initial CC list
6870
.IP "--blocked=BUGID[, BUGID, ...]"
69-
OPTIONAL: add bug_ids blocked by this bug
71+
add bug_ids blocked by this bug
7072
.IP "--dependson=BUGID[, BUGID, ...]"
71-
OPTIONAL: add bug_ids that this bug depends on
73+
add bug_ids that this bug depends on
74+
.IP "--groups=GROUP[, GROUP, ...]"
75+
add groups to which bug is visible
7276

7377
.SH OUTPUT FORMAT \[oq]NEW\[cq] OPTIONS
7478
.IP "--full, -f"
@@ -169,28 +173,78 @@ raw output of the bugzilla contents
169173
.IP "--outputformat=OUTPUTFORMAT"
170174
Print output in the form given. You can use RPM-style tags that match bug fields, e.g.: '%{bug_id}: %{short_desc}'
171175
.SH \[oq]MODIFY\[cq] OPTIONS
172-
.IP "--comment=COMMENT, -l COMMENT"
173-
Add a comment
176+
177+
.SH BUG DETAILS
178+
.IP "--product=PRODUCT"
179+
Reassign bug to different product
180+
.IP "--component=COMPONENT, -c COMPONENT"
181+
Reassign bug to different component
182+
.IP "--version=VERSION, -v VERSION"
183+
Reassign bug to different version
184+
.IP "--os=OS, -o OS"
185+
Change operating system this bug occurs on
186+
.IP "--arch=ARCH, -a ARCH"
187+
Change arch this bug occurs on
188+
.IP "--url=URL, -u URL"
189+
URL for further bug info
190+
191+
.SH BUG STATUS \[oq]MODIFY\[cq] OPTIONS
192+
.IP "--status=STATUS, -s STATUS"
193+
Change status of bug
174194
.IP "--close=RESOLUTION, -k RESOLUTION"
175195
Close with the given resolution
176196
.IP "--dupeid=ORIGINAL, -d ORIGINAL"
177197
ID of original bug (implies -k DUPLICATE)
198+
.IP "--fixed_in=VERSION, -F VERSION"
199+
"Fixed in version" field
200+
201+
.SH COMMENT \[oq]MODIFY\[cq] OPTIONS
202+
.IP "--comment=COMMENT, -l COMMENT"
203+
Add a comment
178204
.IP "--private, -p"
179-
Mark as private
180-
.IP "--status=STATUS, -s STATUS"
181-
Change status of bug
205+
Mark new comment as private
206+
.IP "--summary=SUMMARY"
207+
Change bug summary
208+
209+
.SH CONTACT \[oq]MODIFY\[cq] OPTIONS
182210
.IP "--assignee=ASSIGNEE"
183211
Assign bugzilla to assignee
212+
.IP "--cc=EMAIL"
213+
Alter CC list. EMAIL appends, -EMAIL removes.
184214
.IP "--qa_contact=QA_CONTACT"
185215
Change QA contact
216+
.IP "--reset-assignee"
217+
Reset assignee to component default
218+
.IP "--reset-qa-contact"
219+
Reset QA contact to component default
220+
.IP "--groups=GROUP[, GROUP, ...]"
221+
add groups to which bug is visible
222+
223+
.SH TRACKING \[oq]MODIFY\[cq] OPTIONS
186224
.IP "--flag=FLAG, -f FLAG"
187225
Update bugzilla flags with requested type, ie fedora-cvs?, or needinfoX to clear (Use a new option for each flag)
188-
.IP "--cc=CC"
189-
Add an email to the cc list
190-
.IP "--fixed_in=VERSION, -F VERSION"
191-
"Fixed in version" field
226+
.IP "--severity=SEVERITY"
227+
Change bug severity
228+
.IP "--priority=PRIORITY"
229+
Change bug priority
230+
.IP "--target_milestone=TARGET_MILESTONE"
231+
Set target milestone
232+
.IP "--target_release=TARGET_RELEASE"
233+
Set target release
234+
.IP "--blocked=BUGID[, BUGID, ...]"
235+
Add bug_ids blocked by this bug. BUGID appends, -BUGID removes, =BUGID overwrites
236+
.IP "--dependson=BUGID[, BUGID, ...]"
237+
Alter depends_on list. BUGID appends, -BUGID removes, =BUGID overwrites
238+
.IP "--keywords=KEYWORD"
239+
Alter bug keywords list. KEYWORD appends, -KEYWORD removes, =KEYWORD overwrites
192240
.IP "--whiteboard=TEXT"
193241
Alter status whiteboard text. TEXT appends, -TEXT removes, =TEXT overwrites
242+
.IP "--devel_whiteboard=TEXT"
243+
Alter devel whiteboard text. TEXT appends, -TEXT removes, =TEXT overwrites
244+
.IP "--internal_whiteboard=TEXT"
245+
Alter internal whiteboard text. TEXT appends, -TEXT removes, =TEXT overwrites
246+
.IP "--qa_whiteboard=TEXT"
247+
Alter QA whiteboard. TEXT appends, -TEXT removes, =TEXT overwrites
194248
.SH \[oq]ATTACH\[cq] OPTIONS
195249
.IP "--file=FILENAME, -f FILENAME"
196250
File to attach, or filename for data provided on stdin
@@ -209,7 +263,7 @@ Get a list of products
209263
List the components in the given product
210264
.IP "--component_owners=PRODUCT, -o PRODUCT"
211265
List components (and their owners)
212-
.IP "--versions=PRODUCT, -v PRODUCT"
266+
.IP "--versions=VERSION, -v VERSION"
213267
List the versions for the given product
214268
.SH EXAMPLES
215269
.PP

bugzilla/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# option) any later version. See http://www.gnu.org/copyleft/gpl.html for
1010
# the full text of the license.
1111

12-
__version__ = "0.8.0"
12+
__version__ = "0.9.0"
1313
version = __version__
1414

1515
import logging

python-bugzilla.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
22

33
Name: python-bugzilla
4-
Version: 0.8.0
4+
Version: 0.9.0
55
Release: 1%{?dist}
66
Summary: A python library for interacting with Bugzilla
77

0 commit comments

Comments
 (0)