Changes between Version 11 and Version 12 of Doc/SCDB/Server
- Timestamp:
- Sep 29, 2008, 4:41:39 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/SCDB/Server
v11 v12 50 50 It needs to be installed on the Quattor server and will be called through SSH by hook script (you need to configure a SSH key without password between your Subversion server and your Quattor server). The defaut location to install the script is `/root/quattor/scripts' but you can put it wherever you want as soon as you update the hook script accordingly. This script, [source:SCDB/tags/pro/src/hooks/build-tag.pl build-tag.pl], is provided as part of SCDB tools inside [source:SCDB/tags/pro/src/hooks src/hooks] directory. 51 51 52 This script needs to find a file [source:SCDB/tags/pro/src/hooks/quattor.build.properties quattor.build.properties] in the parent directory of SCDB local cache (generally parent directory for the script location) .52 This script needs to find a file [source:SCDB/tags/pro/src/hooks/quattor.build.properties quattor.build.properties] in the parent directory of SCDB local cache (generally parent directory for the script location) and a configuration file `/etc/build-tag.conf`. 53 53 54 In addition, it is possible to customize this script by adding a file `/etc/build-tag.conf`. This file must contain key/value pairs (with '=' between key and value, keys are not case sensitive). Supported configuration options are :54 `/etc/build-tag.conf` allows to customize [source:SCDB/tags/pro/src/hooks/build-tag.pl build-tag.pl] according to local needs. '''It must be present'''. This file must contain key/value pairs (with '=' between key and value, keys are not case sensitive). Supported configuration options are : 55 55 56 56 * `debug` : display additional information if non zero. … … 59 59 * `svn_cache` : location to use for SCDB repository local cache. Default : `svncache` at same level as the directory where the script is installed. 60 60 * `use_svn` : if non zero, force the use of `svn` command even if `jsvn` exists. Default : use `jsvn` from `svn_cache` if it is present. ''Note : using `jsvn` may affect performances.'' 61 * `tags_svn_url` : SVN URL for SCDB repository `tags` branch61 * `tags_svn_url` ('''required''') : SVN URL for SCDB repository `tags` branch 62 62 63 63 An `/etc/build-tag.conf` example is :