Roundup Tracker - Issues

Message6224

Author austin
Recipients austin
Date 2018-09-02.16:51:48
Message-id <1535907110.44.0.56676864532.issue2550997@psf.upfronthosting.co.za>
In-reply-to
I try to use responsive template during tracker creating.
however, the config.ini generated was outdated(2006), and many features are 
mssing in the generated config.ini.

If I choose classic template, I get the normal config.ini.

Not sure it's a bug or not.

[austin@support resp]$ roundup-admin install
Enter tracker home: /opt/roundup/resp2
Templates:: classic, devel, jinja2, responsive, responsive-ticket-resp, minimal
Select template [classic]: responsive
Back ends:: anydbm, sqlite
Select backend [anydbm]:

---------------------------------------------------------------------------
 You should now edit the tracker configuration file:
   /opt/roundup/resp2/config.ini

 If you wish to modify the database schema,
 you should also edit the schema file:
   /opt/roundup/resp2/schema.py
 You may also change the database initialisation file:
   /opt/roundup/resp2/initial_data.py
 ... see the documentation on customizing for more information.

 You MUST run the "roundup-admin initialise" command once you've performed
 the above steps.
---------------------------------------------------------------------------

[austin@support resp]$ cd..
-bash: cd..: command not found
[austin@support resp]$ cd ..
[austin@support roundup]$ ls
resp  resp2  test  ticket  ticket_backup
[austin@support roundup]$ cd resp2
[austin@support resp2]$ ls
TEMPLATE-INFO.txt  config.ini  detectors  extensions  html  initial_data.py  
schema.py  static
[austin@support resp2]$ more config.ini
# Roundup issue tracker configuration file
# Autogenerated at Fri Nov 17 16:59:49 2006

# WARNING! Following options need adjustments:
#  [mail]: domain, host
#  [tracker]: web
History
Date User Action Args
2018-09-02 16:51:50austinsetrecipients: + austin
2018-09-02 16:51:50austinsetmessageid: <1535907110.44.0.56676864532.issue2550997@psf.upfronthosting.co.za>
2018-09-02 16:51:50austinlinkissue2550997 messages
2018-09-02 16:51:48austincreate