Message2357

Author ezio.melotti
Recipients ezio.melotti, loewis, techtonik, vinay.sajip
Date 2011-12-13.22:21:25
SpamBayes Score 1.43018e-05
Marked as misclassified No
Content
> Right, but are there any issues opened at Roundup side to make mysterious
> 'someone' aware of the issues?

The extensions we use and how they are configured depend on us, so that 'someone' is probably either me or Martin.  Since I already have a tracker installed on my machine and I don't have to install new ones, installation problems are not high on my list.

> Isn't Roundup config static? (I feel like I forgot a lot since the last
> time I visited Roundup codebase)

I think you can just put in the .ini something like
[detectors]
spambayes = off
rietveld = on
cia = off

and then in e.g. detectors/cia.py:init
if db.config.detectors['cia'] != 'on':
    return

> Did anybody published incomplete findings in this regard?

Someone just pointed out that possibility during a discussion on IRC.
History
Date User Action Args
2011-12-13 22:21:26ezio.melottisetrecipients: + ezio.melotti, loewis, techtonik, vinay.sajip
2011-12-13 22:21:26ezio.melottisetmessageid: <1323814886.14.0.768046645442.issue408@psf.upfronthosting.co.za>
2011-12-13 22:21:26ezio.melottilinkissue408 messages
2011-12-13 22:21:25ezio.melotticreate