I've updated the bug day pages in the wiki: http://wiki.python.org/moin/PythonBugDay http://wiki.python.org/moin/PythonBugDayStatus How do we want to flag good candidate bugs? Should we add a keyword to Roundup, or just list them on the PythonBugDayStatus wiki page? Another task is to get logging set up for the #python-dev IRC channel. Searching didn't find any existing archive; we could run it on python.org somewhere, but does anyone here already run an IRC logging bot? Maybe someone could just add #python-dev to their existing setup. --amk
2008/1/4, A.M. Kuchling <amk@amk.ca>:
I've updated the bug day pages in the wiki:
This one should be also updated: http://wiki.python.org/moin/MissingFromDocumentation All the issues pointed by it are already closed (or don't exist (!)).
The URL... http://moin.pocoo.org/Python25a ..., from the Question section, appears to be dead.
How do we want to flag good candidate bugs? Should we add a keyword to Roundup, or just list them on the PythonBugDayStatus wiki page?
As this bug days are spurious, I think that just list them in the wiki page is ok. Regards, -- . Facundo Blog: http://www.taniquetil.com.ar/plog/ PyAr: http://www.python.org/ar/
A.M. Kuchling wrote:
Another task is to get logging set up for the #python-dev IRC channel. Searching didn't find any existing archive; we could run it on python.org somewhere, but does anyone here already run an IRC logging bot? Maybe someone could just add #python-dev to their existing setup.
It'd be nice if we can also get a bot into #python-dev to broadcast svn commits and bug tracker changes. The Twisted guys have good bot with decent msg coloring but IIRC it's tight into TRAC. For svn we could probably use CIA bot and tie it into a svn post commit hook. Christian
On Fri, 04 Jan 2008 16:53:46 +0100, Christian Heimes <lists@cheimes.de> wrote:
A.M. Kuchling wrote:
Another task is to get logging set up for the #python-dev IRC channel. Searching didn't find any existing archive; we could run it on python.org somewhere, but does anyone here already run an IRC logging bot? Maybe someone could just add #python-dev to their existing setup.
It'd be nice if we can also get a bot into #python-dev to broadcast svn commits and bug tracker changes. The Twisted guys have good bot with decent msg coloring but IIRC it's tight into TRAC. For svn we could probably use CIA bot and tie it into a svn post commit hook.
The trac integration is entirely optional, so don't let that discourage you. If anyone wants to investigate setting this up, svn://divmod.org/svn/Divmod/sandbox/exarkun/commit-bot The code has no unit tests and there is no documentation. Also notice "sandbox" in the SVN URL. The only real advantage that it has over CIA that I can point out is that you don't have to write an XML or have a SQL server running in order to use it. Jean-Paul
On Fri, Jan 04, 2008 at 04:53:46PM +0100, Christian Heimes wrote:
It'd be nice if we can also get a bot into #python-dev to broadcast svn commits and bug tracker changes. The Twisted guys have good bot with decent msg coloring but IIRC it's tight into TRAC. For svn we could probably use CIA bot and tie it into a svn post commit hook.
I'm thinking more about something to log all messages, so that participants can say "go see Raymond's explanation around 9AM". For whoever's set up the CIA bot on python-dev: it seems to broadcast messages twice. (01:26:10 PM) amk_: I've just made a commit to the Python repository; we'll see if the CIA bot does anything. (01:26:36 PM) CIA-35: andrew.kuchling * r59722 Doc/whatsnew/2.6.rst: Fix markup (01:26:36 PM) CIA-35: andrew.kuchling * r59723 Doc/library/math.rst: Fix markup (01:26:43 PM) amk_: Aha! (01:26:45 PM) CIA-35: andrew.kuchling * r59722 Doc/whatsnew/2.6.rst: Fix markup (01:26:46 PM) CIA-35: andrew.kuchling * r59723 Doc/library/math.rst: Fix markup The commits also showed up twice in #commits: (01:26:35 PM) CIA-9: merb: vox@exdolo.com * r1164 /trunk/app_generators/merb/templates/Rakefile: core_ext/string is not loaded at this point, and there for the String#/ alias to File.join is not available. Rather than load that largish dep at this point, just change to File.join. resolves #395 (01:26:36 PM) CIA-9: python: andrew.kuchling * r59722 Doc/whatsnew/2.6.rst: Fix markup (01:26:36 PM) CIA-9: python: andrew.kuchling * r59723 Doc/library/math.rst: Fix markup (01:26:45 PM) CIA-9: python: andrew.kuchling * r59722 Doc/whatsnew/2.6.rst: Fix markup (01:26:46 PM) CIA-9: python: andrew.kuchling * r59723 Doc/library/math.rst: Fix markup (01:27:02 PM) CIA-9: jmol: nicove * r8906 /trunk/Jmol-FAH/projects/ (p3060.xyz.gz p3061.xyz.gz p3062.xyz.gz p3906.xyz.gz): Folding@Home --amk
Christian Heimes wrote:
It'd be nice if we can also get a bot into #python-dev to broadcast svn commits and bug tracker changes. The Twisted guys have good bot with decent msg coloring but IIRC it's tight into TRAC. For svn we could probably use CIA bot and tie it into a svn post commit hook.
I've written a CIA notification extension for Roundup: http://pastebin.ca/841568 It works standalone but I haven't been able to enable email and CIA notifications in my local demo of Roundup. The output could probably use some adjustments, too. Can somebody please test it and integrate it into the bug tracker? Christian
participants (4)
-
A.M. Kuchling -
Christian Heimes -
Facundo Batista -
Jean-Paul Calderone