Changes between Version 24 and Version 25 of Obsolete/Development/Templates/Generated
- Timestamp:
- Jul 3, 2007, 10:36:53 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/Development/Templates/Generated
v24 v25 32 32 For each gLite service in [source:templates/trunk/grid/glite-3.1/glite glite/] directory, there is a list of the required RPMs for the service. This list is mainly generated from official list supplied by [http://glite.org gLite] with the release. It generally requires some manual tuning to solve some missing dependencies in the list provided by gLite. After the initial release, this list should not be edited, except for adding a new RPM required by an update. Replaced RPMs must be handled by [wiki:Development/Templates/Generated#ListofupdateRPMs update related] templates. 33 33 34 To generate the template from the gLite supplied list, you need to use [source:SCDB/trunk/src/utils/misc/createPackagesTemplate .pl src/utils/misc/createPackagesTemplate.pl] script provided with SCDB. The steps are :34 To generate the template from the gLite supplied list, you need to use [source:SCDB/trunk/src/utils/misc/createPackagesTemplate src/utils/misc/createPackagesTemplate] script provided with SCDB. The steps are : 35 35 * Download the official list from [http://glite.org gLite] site. For example for gLite 3.1 WN, download http://glite.web.cern.ch/glite/packages/R3.1/deployment/glite-WN/3.1.0-1/glite-WN-3.1.0-1.html. 36 * Process this file with [source:SCDB/trunk/src/utils/misc/createPackagesTemplate .pl src/utils/misc/createPackagesTemplate.pl] script :36 * Process this file with [source:SCDB/trunk/src/utils/misc/createPackagesTemplate src/utils/misc/createPackagesTemplate] script : 37 37 {{{ 38 src/utils/misc/createPackagesTemplate .pl--rpmlist glite-WN-3.1.0-1.html \39 --template cfg/grid-3.1/glite/wn/rpms/i386/rpms.tpl \40 --namespace glite/wn/rpms/i38638 src/utils/misc/createPackagesTemplate --rpmlist glite-WN-3.1.0-1.html \ 39 --template cfg/grid-3.1/glite/wn/rpms/i386/rpms.tpl \ 40 --namespace glite/wn/rpms/i386 41 41 }}} 42 42 … … 66 66 * For gLite : [source:templates/trunk/grid/glite-3.0.0/common/security/cas.tpl common/security/cas.tpl] 67 67 68 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].68 This template is generated from the contents of the RPM repository containing CAs RPMS with the tools [source:SCDB/trunk/src/utils/misc/createPackagesTemplate src/utils/misc/createPackagesTemplate] which is part of [source:SCDB SCDB base]. 69 69 70 70 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) : … … 77 77 }}} 78 78 79 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 :79 Then run [source:SCDB/trunk/src/utils/misc/createPackagesTemplate src/utils/misc/createPackagesTemplate]. For example, for gLite 3.0 and with previous directories : 80 80 {{{ 81 src/utils/misc/createPackagesTemplate .pl--namespace common/security \82 --template cfg/grid/glite-3.0.0/common/security/cas.tpl \83 /www/htdocs/packages/ca81 src/utils/misc/createPackagesTemplate --namespace common/security \ 82 --template cfg/grid/glite-3.0.0/common/security/cas.tpl \ 83 /www/htdocs/packages/ca 84 84 }}}