Changes between Version 42 and Version 43 of Download/SCDB


Ignore:
Timestamp:
Mar 29, 2007, 8:46:43 PM (19 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download/SCDB

    v42 v43  
    125125 * Create a branch in this repository where SCDB will be stored, if the repository is not dedicated to SCDB. E.g. : `http://svn.example.org/Quattor/CDB`.
    126126 * In this branch, create 2 branches `trunk` and `tags` (`tags` is managed by SCDB tools, all the actions you'll do later will be done in `trunk`. You can also create other branches for your conveniences (like `branches` but they are not used by standard tools).
    127  * Create a working directory that will become SCDB working area and change current directory to it. For example, to use`a `cdb` directory in current directory :
    128 {{{
    129 mkdir cdb
     127 * Choose the QWG templates version that suit your needs and import [source:SCDB/tags/pro SCDB base] and QWG templates in directory that will become you working area. See [wiki:Download/QWGTemplates QWG download] for detailed instructions. The easiest is to download and use [source:templates/trunk/tools/check-compile.sh check-compile.sh] (use option `-h` to get the list of available options). For example, assuming you want to create a `cdb` sub-directory of your current directory and download QWG templates gLite-3.0.2-10 :
     128{{{
     129check-compile.sh -d cdb /templates/tags/gLite-3.0.2-10
     130}}}
     131 * Change current directory to the working area, for example :
     132{{{
    130133cd cdb
    131 }}}
    132  * Import [source:SCDB/tags/pro SCDB base] and QWG templates in `cfg` directory, according to the version you need. See [wiki:Download/QWGTemplates QWG download] for detailed instructions. The easiest is to download and use [source:templates/trunk/tools/check-compile.sh check-compile.sh] (use option `-h` to get the list of available options). For example, assuming you are in `cdb`directory and you want to download QWG templates gLite-3.0.2-10 :
    133 {{{
    134 check-compile.sh -d . /templates/tags/gLite-3.0.2-10
    135 }}}
    136  * Checkout SCDB trunk (empty) in your SCDB working directory :
     134}}} * Checkout SCDB trunk (empty) in your SCDB working directory :
    137135{{{
    138136svn co http://svn.example.org/Quattor/CDB/trunk .