Changes between Version 62 and Version 63 of Download/SCDB


Ignore:
Timestamp:
Sep 15, 2008, 11:06:02 PM (17 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download/SCDB

    v62 v63  
    283283
    284284=== Installation of hook script and server script ===
    285 {{{
    286 # Fetch the quattor specific post-commit hook
    287 wget  --no-check-certificate "https://trac.lal.in2p3.fr/Quattor/browser/trunk/src/hooks/post-commit?format=raw" -O /var/svn/quattor/hooks/post-commit
    288 # Quattor deployment scripts (used by post-commit svn hook)
    289 mkdir -p /root/quattor/scripts
    290 wget  --no-check-certificate "https://trac.lal.in2p3.fr/Quattor/browser/trunk/src/hooks/build-tag.pl?format=raw" -O /root/quattor/scripts/build-tag.pl
    291 
    292 }}}
     285
    293286The 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.
    294287