Roundup Tracker - Issues

Issue 621221

classification
Could trackers share detectors?
Type: rfe Severity: normal
Components: Installation Versions:
process
Status: closed
:
: richard : jkew, richard
Priority: normal :

Created on 2002-10-10 10:00 by jkew, last changed 2002-10-10 10:00 by jkew.

Messages
msg3075 Author: [hidden] (jkew) Date: 2002-10-10 10:00
I have all my trackers sharing the same html directory by setting 
config.TEMPLATES suitably.

Would it be useful for the 
same to be possible for the detectors directory?
msg3076 Author: [hidden] (richard) Date: 2002-10-10 10:31
Logged In: YES 
user_id=6405

You're on UNIX, yes? A symbolic link would do the job then. If you're on 
Windows, sorry, there's no real easy solution since the detectors 
directory currently has to be in the tracker home dir. It forms part of 
the "code" of the tracker home. A hack workaround would be to 
modify the detectors __init__ in both so it imported the detectors 
from a common place and included them manually... 
 
 
History
Date User Action Args
2002-10-10 10:00:13jkewcreate