Changes between Version 34 and Version 35 of ReleaseNotes/SCDB


Ignore:
Timestamp:
Aug 18, 2009, 8:18:10 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

    v34 v35  
    3434=== 2.3.1: ant default configuration can be customized with quattor.build.properties ===
    3535
    36 It 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 {{{
    40 svn propedit svn:ignore . [--editor-cmd vi]
    41 }}}
     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. For details, look at SCDB [/wiki/Doc/SCDB/Usage#ConfiguringSCDBAntTools users guide].
    4237
    4338=== 2.3.1: fix for profiles-info.xml not properly updated ===