[Tracker-discuss] [issue184] Create a tracker instance for jython

Martin v. Löwis metatracker at psf.upfronthosting.co.za
Sun Feb 10 19:49:40 CET 2008


Martin v. Löwis added the comment:

>> I have now created a Jython tracker at
>>
>> http://psf.upfronthosting.co.za/roundup/jython/
> 
> The messages in each tracker item show up very small by default on my
> laptop. The python tracker items look fine. Has any one else noticed
> this?

I'm using the jython.org style sheets. I assumed the font sizes are 
intentional. If not, please provide patches (or change the style sheets
themselves).

>> and imported all issues at time 1202518715. The tracker instance is checked in at
>>
>> http://svn.python.org/projects/tracker/instances/jython/
> 
> I will try to set up a local tracker instance. Last week, I tried to
> set up local python tracker as detailed in
> http://wiki.python.org/moin/TrackerDevelopment?highlight=%28tracker%29
> but I ran into some problems. The page needs to mention spambayes and
> psycopg2 (I can do that once I have a successful setup).

You need psycopg or psycopg2, yes. You don't need spambayes installed,
but you do need to check out the spambayes_integration.

Please do edit the Wiki to add any missing pieces.

>> As the next step, we should tackle email and DNS issues (DNS only if you want to
>> use a different tracker URL than the one that the tracker currently has)
> 
> Can you please mention what needs to be done for email? I think we
> should go for "bugs.jython.org" so that would require DNS change.

I think the first step should then be the DNS setup. We need

bugs.jython.org.        86400   IN      MX      10 bugs.python.org
bugs.jython.org.        86400   IN      A       88.198.142.26

The reverse lookup will point to bugs.python.org; there isn't much
we can do about that. Perhaps it's better to make bugs.jython.org
a CNAME instead.

Then, I need to know
a) the submission address for new issues, and reply address for
    follow-ups (report at bugs.python.org for the python-dev tracker)
    (config.ini:[tracker]:email)
b) an email list where new bug reports are sent to (optional)
c) an email list where just any change in the tracker is sent to
    (optional)
d) an email list where weekly status reports are sent to (optional)
e) a recipient (list) for admin_email

Regards,
Martin

_______________________________________________________
Meta Tracker <metatracker at psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue184>
_______________________________________________________


More information about the Tracker-discuss mailing list