This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 6 years ago

Closed 5 years ago

Last modified 5 years ago

#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

commit 295bacf4f0974d21b08c4c3f19489a6fa8ead5b2
Author: Ian Rolewicz <ian.rolewicz@…>
Date: Fri May 21 15:16:22 2010 +0200

[FIX] setup.py don't set dirs from user input


  • fixes #119
  • Now the "DIRECTORIES" section of indico.conf is set to match the input of the user when performing "python setup.py develop"

comment:5 Changed 5 years ago by Ian Rolewicz <ian.rolewicz@…>

In [295bacf4f0974d21b08c4c3f19489a6fa8ead5b2]:

[FIX] setup.py don't set dirs from user input

  • fixes #119
  • Now the "DIRECTORIES" section of indico.conf is set to match the input of the user when performing "python setup.py develop"

comment:6 Changed 5 years ago by Ian Rolewicz <ian.rolewicz@…>

In [295bacf4f0974d21b08c4c3f19489a6fa8ead5b2]:

[FIX] setup.py don't set dirs from user input

  • fixes #119
  • Now the "DIRECTORIES" section of indico.conf is set to match the input of the user when performing "python setup.py develop"
Note: See TracTickets for help on using tickets.