Changes between Version 8 and Version 9 of Doc/SCDB/Server


Ignore:
Timestamp:
May 19, 2007, 6:04:27 PM (18 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/SCDB/Server

    v8 v9  
    3434# Full paths to commands.
    3535# Defaults are appropriate for RHEL/SL Linux.
    36 MAILER="/bin/mail"
    37 SVNLOOK="/usr/bin/svnlook"
    38 SSH="/usr/bin/ssh"
     36# MAILER="/bin/mail"
     37# SVNLOOK="/usr/bin/svnlook"
     38# SSH="/usr/bin/ssh"
     39
     40# Default prefix for mail subject in case of error
     41# Default : ERROR_PREFIX='[Quattor-Deploy]'
    3942}}}
     43
     44''Note : if you support several SCDB repositories on the same Subversion server, you can place configuration file for hook script in the `hooks` directory of each repository. If the configuration file is present both in `hooks` directory and in `/etc`, `hooks` directory takes precedence.''
    4045
    4146== Deployment Script ==