| 39 | |
| 40 | === 3.0.0: group.name option added to ant === |
| 41 | |
| 42 | A new option, `group.name`, has been added to ant to select a particular group of clusters, when this feature is enabled: |
| 43 | {{{ |
| 44 | ant -Dgroup.name=example |
| 45 | }}} |
| 46 | |
| 47 | This option can be combined with `cluster.name` to select a particular cluster. |
| 48 | |
| 49 | === 3.0.0: new deployment scripts === |
| 50 | |
| 51 | SCDB release [milestone:SCDB-3.0.0 3.0.0] provides a new set of the deployment scripts, [source:SCDB/trunk/src/hooks/post-commit.py post-commit.py] and [source:SCDB/trunk/src/hooks/build-tag.py build-tag.py]. These scripts are a replacement for previous ones and are required to use a SVN server 1.5 or later. The options have changed. Both scripts use the same configuration file, `/etc/quattor-deploy.conf`. |