Changes between Version 8 and Version 9 of Doc/SCDB/Server
- Timestamp:
- May 19, 2007, 6:04:27 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/SCDB/Server
v8 v9 34 34 # Full paths to commands. 35 35 # 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]' 39 42 }}} 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.'' 40 45 41 46 == Deployment Script ==