Roundup Tracker - Issues

Message6489

Author rouilj
Recipients ber, rouilj, tekberg, tmikk
Date 2019-06-01.00:42:56
Message-id <1559349776.79.0.584004519942.issue2551029@roundup.psfhosted.org>
In-reply-to
Ok I think I figured this out.

Bern can you try removing config.ini from the jinja2 template directory 
and ry to reproduce the problem.

I think the is that we supply a config.ini as part of the template. It 
gets copied into the tracker directory. Because it exists it stops the install command from creating a config.ini that matches the cnfig 
settings.

If you delete config.ini from the templates, the install command will 
create a config.ini with the correct setting for backend.

If this works, I suggest one of two paths:

 1) delete config.ini from the template
 2) force the install command to always overwrite the config.ini even
    if one exists.

I am partial to option 1 so we don't have to try to keep the template 
config.ini file in sync at all. Thoughts?
History
Date User Action Args
2019-06-01 00:42:56rouiljsetmessageid: <1559349776.79.0.584004519942.issue2551029@roundup.psfhosted.org>
2019-06-01 00:42:56rouiljsetrecipients: + rouilj, ber, tmikk, tekberg
2019-06-01 00:42:56rouiljlinkissue2551029 messages
2019-06-01 00:42:56rouiljcreate