Roundup Tracker - Issues

Message7645

Author rouilj
Recipients rouilj
Date 2022-09-10.16:46:43
Message-id <1662828403.32.0.50341910656.issue2551233@roundup.psfhosted.org>
In-reply-to
I am currently trying to help a user setup roundup.

He may be missing nosyreactor.py from his installation and I am trying
to figure out how to get him to find the default tracker template install location
so he can copy the nosyrector in.

I so far have a list of 5 directories with variations he needs to search.

Add a "trackers" command to roundup-admin that produces output like:

   name:
   location:
   about:

   name: ...

where name is classic, minimal etc.
location is the path to the tracker template directory
about is the info from TEMPLATE-INFO description and intended for
fields (we already print the name)

This would allow me to tell the user:

  run roundup-admin templates : grep location | head -1

and find detectors/nosyreactor.py under that directory.

This does have a small chance of returning a tracker template
from someplace other than the roundup installed templates, but
this is much better than the status quo. 

possible enhancement:

   templates dir

will also list every directory searched for template subdirs.
(I didn't use search because something like templates search classic or templates search 
first-time could be used to list the classic template or templates for first-time users.)
History
Date User Action Args
2022-09-10 16:46:43rouiljsetrecipients: + rouilj
2022-09-10 16:46:43rouiljsetmessageid: <1662828403.32.0.50341910656.issue2551233@roundup.psfhosted.org>
2022-09-10 16:46:43rouiljlinkissue2551233 messages
2022-09-10 16:46:43rouiljcreate