From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1G2QOO-0004nN-IP for garchives@archives.gentoo.org; Mon, 17 Jul 2006 10:32:01 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k6HAV7Y3026620; Mon, 17 Jul 2006 10:31:07 GMT Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k6HASV6A001209 for ; Mon, 17 Jul 2006 10:28:32 GMT Received: by py-out-1112.google.com with SMTP id x66so1395221pye for ; Mon, 17 Jul 2006 03:28:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SWSEwoGqNQS4SNfRsL4OCP/UGcutqYapuBDiRyzaaHJj3gZrha6Qhla9Z+GOpSFdaNuO+OhkEGk4blAd9T2gbHZainKoFUaLvkLwAS1SBF4NW1EBNUgsAXEOzLb1A+YtKDyC5e/jdPPUS+CNWCcQm+w3qOFW+SagIOUy0Pchvv4= Received: by 10.35.26.14 with SMTP id d14mr3820144pyj; Mon, 17 Jul 2006 03:28:31 -0700 (PDT) Received: by 10.35.12.19 with HTTP; Mon, 17 Jul 2006 03:28:30 -0700 (PDT) Message-ID: <623652d50607170328t34078d58k909935ecf006fdd7@mail.gmail.com> Date: Mon, 17 Jul 2006 11:28:30 +0100 From: "Chris Bainbridge" To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] pybugz - python command line interface to bugzilla In-Reply-To: <1153063952.19516.7.camel@localhost> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1153063952.19516.7.camel@localhost> X-Archives-Salt: 59e950ee-470c-411c-9f15-2fec1d24d416 X-Archives-Hash: 7986092297c88115966b535acd3329b4 On 16/07/06, Alastair Tse wrote: > Hi All, > > As a little weekend project, I wrote a command line interface to > bugzilla in Python that is targetted to Gentoo's bugzilla (but also > generalisable to other bugzillas with a little code modification). It > can do the following: You might like to have a look at Redhat's bugzilla. There's a xml-rpc interface (not sure if the patches are redhat specific or upstream) that allows you to do these kind of things. There are also some command line and gui tools that utilise the xml-rpc api. -- gentoo-dev@gentoo.org mailing list