Changes between Version 42 and Version 43 of Download/SCDB
- Timestamp:
- Mar 29, 2007, 8:46:43 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download/SCDB
v42 v43 125 125 * 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`. 126 126 * 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 {{{ 129 check-compile.sh -d cdb /templates/tags/gLite-3.0.2-10 130 }}} 131 * Change current directory to the working area, for example : 132 {{{ 130 133 cd 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 : 137 135 {{{ 138 136 svn co http://svn.example.org/Quattor/CDB/trunk .