Gentoo Archives: gentoo-dev

From: Mike Doty <kingtaco@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] pybugz - python command line interface to bugzilla
Date: Sun, 16 Jul 2006 15:44:50
Message-Id: 44BA5DB9.6010305@gentoo.org
In Reply to: [gentoo-dev] pybugz - python command line interface to bugzilla by Alastair Tse
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Alastair Tse wrote:
5 > Hi All,
6 >
7 > As a little weekend project, I wrote a command line interface to
8 > bugzilla in Python that is targetted to Gentoo's bugzilla (but also
9 > generalisable to other bugzillas with a little code modification). It
10 > can do the following:
11 >
12 > * search bugzilla and output a table of bugs: bugz search <keyword>
13 > * list bug details (incl comments and attachment): bugz get <bugid>
14 > * get attachments: bugz attachment <attachid>
15 > * post attachments: bugz attach <bugid> <filename>
16 > * modify bug: bugz modify <bugid> -c "here is a new comment" --fixed
17 >
18 > I know there's gentoo-bugger, which is great, but it's in perl and I
19 > couldn't figure out how to modify the output to suit my needs.
20 >
21 > Here's the README attached if you're interested in how it might work for
22 > you to become more efficient when dealing with Gentoo's Bugzilla.
23 >
24 > You can get it either via my portage overlay in:
25 > http://overlays.gentoo.org/svn/dev/liquidx/app-admin/pybugz
26 > or as a python distutils compat tarball in
27 > http://media.liquidx.net/static/pybugz/pybugz-0.5.tar.gz
28 >
29 > Hope maybe some people might find it useful.
30 >
31 > Cheers,
32 >
33 > Alastair
34 Very cool. you might want to send it to the app-accessability group as
35 well; I'm sure blind people would love to have a CLI interface.
36
37 - --
38 =======================================================
39 Mike Doty kingtaco -at- gentoo.org
40 Gentoo/AMD64 Strategic Lead
41 Gentoo Developer Relations
42 Gentoo Recruitment Lead
43 Gentoo Infrastructure
44 GPG: 0094 7F06 913E 78D6 F1BB 06BA D0AD D125 A797 C7A7
45 =======================================================
46 -----BEGIN PGP SIGNATURE-----
47 Version: GnuPG v1.4.4 (GNU/Linux)
48
49 iQCVAwUBRLpdtoBrouQZ9K4FAQIMdwQApY0NdHdQ23DGYopgrw9k9g+pETzvQi5A
50 J0/BcDcxsvM6SJOawm/JL6WETZ9hnPbjPC9yHTHKlKXhKGdbSjcLmc6De0yCDaVD
51 UwGbrbwy+iCtn04oUWgwUIAjYTcOgxhP+JSfp/+Az0Cs1L4vumx1mcMtlq1cpUem
52 bBEipB6iGTs=
53 =lFML
54 -----END PGP SIGNATURE-----
55 --
56 gentoo-dev@g.o mailing list