Changes between Version 33 and Version 34 of ReleaseNotes/SCDB


Ignore:
Timestamp:
Aug 18, 2009, 7:59:51 AM (16 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/SCDB

    v33 v34  
    3232To activate this feature, define property `rep.templates.allReposTemplateDir` in `quattor.build.properties` as the relative directory under directory specified by property `cfg.repos`(default `cfg/`) where to create `repository/allrepositories.tpl`.
    3333
     34=== 2.3.1: ant default configuration can be customized with quattor.build.properties ===
     35
     36It is now possible to use file `quattor.build.properties` in SCDB instance root directory (the same directory as the one where `quattor.build.xml` resides) to customize default configuration values used by SCDB Ant tools. Lines in this file must have the format `key=value`, with `#` as the comment delimiter. Not that everything after `=` is considered part of the value, including leading spaces, quotes and doubles quotes (quotes are not interpreted as a string delimiter).
     37
     38''Note: if you cannot see `quattor.build.properties` changes with `svn status` or if this file is flagged as `I` (ignored), check SVN property `svn:ignore` on SCDB root directory, as it used to be recommended to put this file in the list of file that should be ignored. You can use the following command to check and change `svn:ignore`:''
     39{{{
     40svn propedit svn:ignore . [--editor-cmd vi]
     41}}}
     42
    3443=== 2.3.1: fix for profiles-info.xml not properly updated ===
    3544