Changes between Version 104 and Version 105 of Download/SCDB


Ignore:
Timestamp:
Dec 3, 2009, 11:00:14 AM (16 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download/SCDB

    v104 v105  
    455455 * The other script, [source:SCDB/trunk/src/hooks/build-tag.py build-tag.py], must be installed (root executable) in `/root/quattor/scripts` (by default) on the Quattor server.
    456456
    457 Both scripts require a configuration file, `/etc/quattor-deploy.conf`, see SCDB [wiki:Doc/SCDB/Server server-side customizations] for details. If you use a configuration based on suggested defaults and a SVN server and Quattor deployment server co-located on the same machine, a typical configuration file is:
     457Both scripts use the same configuration file, `/etc/quattor-deploy.conf`, see SCDB [wiki:Doc/SCDB/Server server-side customizations] for details. The configuration file is '''required''' (one must exist on each machine if you run SVN server and Quattor deployment server on different machines). If you use a configuration based on suggested defaults and a SVN server and Quattor deployment server co-located on the same machine, a typical configuration file is:
    458458{{{
    459459[scdb]
     
    468468}}}
    469469
    470 ''Note: there used to be a Perl version of these scripts that are now obsolete. The configuration file format was different, even though the name may be the same.''
     470''Note: there used to be a Shell/Perl version of these scripts. These scripts are now '''obsolete'''. The configuration file format of the new scripts is '''different''', even though the name may be the same.''
    471471
    472472`build-tag.py` also requires file `quattor.build.properties` to be created in the parent of the directory specified in `svn_cache` paramater of the above configuration file or its default value (`/root/quattor` for example provided here). A [source:SCDB/tags/pro/src/hooks/quattor.build.properties template] of this file is available in SCDB distribution, in `src/hooks` directory. It must be edited to reflect your local configuration.