From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KQvxW-0004j3-MN for garchives@archives.gentoo.org; Thu, 07 Aug 2008 03:14:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEB98E0843; Thu, 7 Aug 2008 03:14:36 +0000 (UTC) Received: from 10ibp20ser19.datacenter.cha.cantv.net (10ibp20ser19.datacenter.cha.cantv.net [200.11.173.15]) by pigeon.gentoo.org (Postfix) with ESMTP id 858B8E0843 for ; Thu, 7 Aug 2008 03:14:36 +0000 (UTC) X-DNSBL-MILTER: Passed Received: from localhost (dbe25bf45.dslam-172-17-161-239-0073-262.dsl.cantv.net [190.37.191.69] (may be forged)) by 10ibp20ser19.datacenter.cha.cantv.net (8.14.3/8.13.0/3.0) with ESMTP id m773EWHt012856 for ; Wed, 6 Aug 2008 22:44:35 -0430 X-Matched-Lists: [] Received: from localhost ([127.0.0.1]) by localhost with esmtp (Exim 4.69) (envelope-from ) id 1KQvFw-0007Jm-0T for gentoo-dev@lists.gentoo.org; Wed, 06 Aug 2008 22:29:36 -0400 Message-ID: <489A5E0F.5040401@gentoo.org> Date: Wed, 06 Aug 2008 22:29:35 -0400 From: Luis Francisco Araujo User-Agent: Thunderbird 2.0.0.14 (X11/20080521) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Jeeves IRC replacement now alive - Willikins References: <20080806211805.GA22707@curie-int.orbis-terrarum.net> In-Reply-To: <20080806211805.GA22707@curie-int.orbis-terrarum.net> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SPF-Scan-By: smf-spf v2.0.2 - http://smfs.sf.net/ Received-SPF: Neutral (10ibp20ser19.datacenter.cha.cantv.net: 190.37.191.69 is neither permitted nor denied by domain of araujo@gentoo.org) receiver=10ibp20ser19.datacenter.cha.cantv.net; client-ip=190.37.191.69; envelope-from=; helo=localhost; X-Virus-Scanned: ClamAV version 0.93.3, clamav-milter version 0.93.3 on 10.128.1.88 X-Virus-Status: Clean X-Archives-Salt: c0ffafec-013f-46ee-b5c3-af7c5e07e725 X-Archives-Hash: e4e42464822970a1945119f85e711030 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Robin H. Johnson wrote: | Hi folks, | | Sorry that it's taken this long to get completed, but the Jeeves | replacement, Willikins, is finally 99% done, and ready to join lots of | channels. | | Getting the bot out there | ------------------------- | If you would like to have the new bot in your #gentoo-* channel, would | each channel founder/leader please respond to this thread, stating the | channel name, and that they are the contact for any problems/troubles. | | Bug reports | ----------- | Please open a bug in the Gentoo Infrastructure product, using the | 'Other' component, and assign it directly to me. | | Custom bot functionality: | ------------------------- | Here's all the functionality that we have assembled, beyond the standard | rbot stuff. | Bugzilla | ======== | !bug [ZILLA] ID | Looks up bug #ID in the per-channel default or specified bugzilla. | | !bugstats [ZILLA] | Totals of bugs per the bugzilla 'status' field. | | !archstats [ZILLA] [STATUS] [RESO] | Totals of bugs per architecture, optionally with some specific set of | status or resolution values, comma delimited. | | status = OPEN, DONE, UNCONFIRMED,NEW,ASSIGNED,REOPENED, RESOLVED, VERIFIED, CLOSED | Reso = FIXED, INVALID, WONTFIX, LATER, REMIND, DUPLICATE, WORKSFORME, | CANTFIX, NEEDINFO, TEST-REQUEST, UPSTREAM | zilla = gentoo xine sourcemage redhat mozilla kernel fdo abisource | apache kde gnome | If you want another bugzilla, file a bug. | | Gentoo-specific | =============== | !meta [-v] [CAT/]PACKAGE | Print the metadata and optionally herd members for a given package. | | !changelog [CAT/]PACKAGE | Changelog stats for a package | | !devaway list | List all away developers. | | !devaway DEVNAME | Display .away message for a single developer. | | !herd HERD | Show herd members | | !expn NAME | Show the expansion of any public Gentoo mail alias | | !glsa GLSAID | Shows the title and external IDS for any given GLSA ID. | | !earch [CAT/]PACKAGE | Earch output for a given package | | !rdep [CAT/]PACKAGE | Reverse RDEPEND for a given package | | !ddep | Reverse DEPEND for a given package | | What isn't supported yet | ------------------------ | 1. !glsa -s TEXT | This used to search for GLSAs that matched that string in their title or | external IDS. | | 2. New bug announcements | Jeeves used to announce brand new bugs to #gentoo-bugs as well as | targeted channels or users, depending on the product, component, | assignee, cc and a number of other factors (deeply nested if/else | trees). The old implementation had this in code entirely, and it would | be nice to avoid having to modify the code whatsoever, and instead have | some domain-specific language for doing this. | | Source availability | ------------------- | Gentoo specific: | http://git.overlays.gentoo.org/gitweb/?p=proj/rbot-gentoo.git | Bugzilla support: | http://git.overlays.gentoo.org/gitweb/?p=proj/rbot-bugzilla.git | (flameeyes has his own tree as well, but he's been sick lately, so it | was lagging behind my development) | | Right now, if you want to run your own instance of the bot, you will | need the latest Git tree of the rBot itself, as upstream only fixed the | last remaining issue a couple of hours ago. | | Thanks to | --------- | solar: | Running the old Jeeves Eggdrop till now, and helping to document all of | the Eggdrop functionality we used. | | flameeyes: | Bugzilla plugin development | | halcy0n: | Gentoo-specific stuff | | tango_, jsn-: | (rbot upstream developers) For fixing the bugs as I found them :-). | Please, join the bot to: #gentoo-guis #gentoo-haskell - -- Luis F. Araujo "araujo at gentoo.org" Gentoo Linux -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkiaXg8ACgkQNir3WYj9aLrkygCfdTbOYOtO0mjyk3JxGuzsuTIl IJQAn0Hz7M91Xk6KSHtD2AuCXOMVYbQy =Eokl -----END PGP SIGNATURE-----