Changes between Version 12 and Version 13 of Obsolete/Development/Templates/Generated
- Timestamp:
- Jun 20, 2007, 12:37:26 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/Development/Templates/Generated
v12 v13 42 42 * For gLite : [source:templates/trunk/grid/glite-3.0.0/common/security/cas.tpl common/security/cas.tpl] 43 43 44 This template is generated from the contents of the RPM repository containing CAs RPMS with the tools [source:SCDB/trunk/src/utils/ CAs/create_template.tpl src/utils/CAs/create_template.tpl] which is part of [source:SCDB SCDB base].44 This template is generated from the contents of the RPM repository containing CAs RPMS with the tools [source:SCDB/trunk/src/utils/misc/createPackagesTemplate.pl src/utils/misc/createPackagesTemplate.pl] which is part of [source:SCDB SCDB base]. 45 45 46 46 Before running this tools, it is necessary to download the new CA RPMs from the location indicated in the announcement. In QWG templates, these RPMs are stored in a specific RPM repository. It is a good practice to rename the corresponding directory, create a new one with the same name and download the new RPMs in this empty directory. For example, for CA 1.9 (replace the directory in the example by the directory corresponding to CA RPMs repository) : … … 52 52 wget --force-html --no-directories --base http://glitesoft.cern.ch/LCG-CAs/current/RPMS.production/index.html -A.rpm -i index.html 53 53 }}} 54 55 Then run [source:SCDB/trunk/src/utils/misc/createPackagesTemplate.pl src/utils/misc/createPackagesTemplate.pl]. For example, for gLite 3.0 and with previous directories : 56 {{{ 57 src/utils/misc/createPackagesTemplate.pl -o cfg/grid/glite-3.0.0/common/security/cas.tpl -ns common/security /www/htdocs/packages/ca 58 }}}