Changes between Version 59 and Version 60 of Download/SCDB


Ignore:
Timestamp:
Sep 15, 2008, 10:43:40 PM (16 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download/SCDB

    v59 v60  
    252252
    253253}}}
    254 The hook script, [source:SCDB/tags/pro/src/hooks/post-commit post-commit], is provided as part of SCDB, in the `src/hooks` directory. It must be installed on your Subversion server, in the `hook` directory of the repository, and given executable permission for Apache user. This script requires a configuration file `/etc/quattor-deploy.conf`, see SCDB [wiki:Doc/SCDB/Server server-side customizations] for details.
     254The hook script, [source:SCDB/tags/pro/src/hooks/post-commit post-commit], is provided as part of SCDB, in the `src/hooks` directory. It must be installed on your Subversion server, in the `hook` directory of the repository, and given executable permission for Apache user. This script requires a configuration file `/etc/quattor-deploy.conf`, see SCDB [wiki:Doc/SCDB/Server server-side customizations] for details. 
    255255
    256256The other script, [source:SCDB/tags/pro/src/hooks/build-tag.pl build-tag.pl], also provided as part of SCDB, in the `src/hooks` directory, must be installed (root executable) in `/root/quattor/scripts` on the Quattor server. It also requires a configuration file, `/etc/build-tag.conf`. See SCDB [wiki:Doc/SCDB/Server server-side customizations] for details.
    257257
    258258`build-tag.pl` requires file `quattor.build.properties` to be created in `/root/quattor`. 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.
     259
     260''Note: you can download the last version of these scripts from QWG repository with the following command:''
     261{{{
     262wget --no-check-certificate "https://svn.lal.in2p3.fr/LCG/QWG/SCDB/trunk/src/hooks/post-commit" -O /var/svn/quattor/hooks/post-commit
     263chmod 755 /var/svn/quattor/hooks/post-commit
     264wget --no-check-certificate "https://svn.lal.in2p3.fr/LCG/QWG/SCDB/trunk/src/hooks/build-tag.pl" -O /root/quattor/scripts/build-tag.pl
     265chmod 755 /root/quattor/scripts/build-tag.pl
     266}}}
    259267
    260268For more details about these scripts and their customization, see the page on SCDB [wiki:Doc/SCDB/Server server-side customizations].