Changes between Version 11 and Version 12 of Doc/SCDB/Server


Ignore:
Timestamp:
Sep 29, 2008, 4:41:39 PM (17 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/SCDB/Server

    v11 v12  
    5050It 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.
    5151
    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).
     52This 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`.
    5353
    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 :
    5555
    5656 * `debug` : display additional information if non zero.
     
    5959 * `svn_cache` : location to use for SCDB repository local cache. Default : `svncache` at same level as the directory where the script is installed.
    6060 * `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` branch
     61 * `tags_svn_url` ('''required''') : SVN URL for SCDB repository `tags` branch
    6262
    6363An `/etc/build-tag.conf` example is :