#119 closed defect (fixed)
default values are set in indico.conf in spite of my input
Reported by: | jherr | Owned by: | irolewic |
---|---|---|---|
Priority: | very low | Milestone: | v0.97.0 |
Component: | Installation | Version: | 0.97.0 |
Keywords: | Cc: |
Description
When running "python setup.py develop", it creates etc/indico.conf with the following values:
> ArchiveDir = "/opt/indico/archive" > BinDir = "/opt/indico/bin" > ConfigurationDir = "/opt/indico/etc" > DocumentationDir = "/opt/indico/doc" > HtdocsDir = "/opt/indico/htdocs" > LogDir = "/opt/indico/log" > UploadedFilesTempDir = "/opt/indico/tmp" > XMLCacheDir = "/opt/indico/cache"
even though I entered /home/jherr/indico as the directory to use. It is apparently ignoring my input and using default values.
Change History (6)
comment:1 Changed 6 years ago by pferreir
- Milestone set to v0.97
- Priority changed from major to minor
- Version set to 0.97
comment:2 Changed 6 years ago by jbenito
- Priority changed from low to very low
comment:3 Changed 5 years ago by irolewic
- Owner set to irolewic
- Status changed from new to accepted
comment:4 Changed 5 years ago by ian.rolewicz@…
- Resolution set to fixed
- Status changed from accepted to closed
comment:5 Changed 5 years ago by Ian Rolewicz <ian.rolewicz@…>
comment:6 Changed 5 years ago by Ian Rolewicz <ian.rolewicz@…>
Note: See
TracTickets for help on using
tickets.
commit 295bacf4f0974d21b08c4c3f19489a6fa8ead5b2
Author: Ian Rolewicz <ian.rolewicz@…>
Date: Fri May 21 15:16:22 2010 +0200