526 | | [source:templates/trunk/grid/glite-3.0.0/repository/glite.tpl repository/glite.tpl] describes the RPM repositories used to locate RPMs required by gLite templates. The version shipped with gLite-3.0.2-11 requires 5 RPMs repositories : |
527 | | * `glite_3_0_0` : gLite RPMs shipped with gLite 3.0.0. |
528 | | * `glite_3_0_0_externals` : RPMs required by gLite and shipped with it but developed and maintained outside gLite. |
529 | | * `glite_3_0_0_updates` : updates to gLite base RPMs. |
| 530 | [source:templates/trunk/grid/glite-3.0.0/repository/glite.tpl repository/glite.tpl] describes the RPM repositories used to locate RPMs required by gLite templates. QWG Templates require 5 RPMs repositories plus an optional one. Name given here are the default ones. |
| 531 | * `glite_repos_prefix` : gLite RPMs shipped with gLite. |
| 532 | * ''glite_repos_prefix''`_externals` : RPMs required by gLite and shipped with it but developed and maintained outside gLite. |
| 533 | * ''glite_repos_prefix''`_updates` : official updates to gLite base RPMs, as provided by gLite releases. |
| 534 | * ''glite_repos_prefix''`_unofficial` (optional) : unofficial updates to gLite base RPMs used at the site. Normally empty. |
533 | | This is not required to use this structure and you can edit this template to match your local conventions, if different. When upgrading QWG templates, be sure to revert changes to this template. |
| 538 | `glite_repos_prefix` can be customized without editing the standard template, defining `REPOSITORY_GLITE_PREFIX` variable. If not explicitly defined, it defaults to `glite_3_0_0` for gLite 3.0 and `glite_3_1` for gLite 3.1. |
| 539 | |
| 540 | All required repositories must have an associated template whose name is the same as the repository, in site or cluster specific templates. Optional repository is ignored if its associated template is not present. Each template describe the content of the repositories. When using [wiki:Doc/SCDB/SWRepositories SCDB], this template is maintained with command `ant update.rep.templates`. |
| 541 | |
| 542 | ''Note : it is not required to use this structure and you can edit this template to match your local conventions, if different. When upgrading QWG templates, be sure to revert changes to this template.'' |