Changes between Version 24 and Version 25 of Obsolete/Development/Templates/Generated


Ignore:
Timestamp:
Jul 3, 2007, 10:36:53 PM (18 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/Development/Templates/Generated

    v24 v25  
    3232For 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.
    3333
    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 :
     34To 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 :
    3535 * 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 :
    3737{{{
    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/i386
     38src/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
    4141}}}
    4242
     
    6666 * For gLite : [source:templates/trunk/grid/glite-3.0.0/common/security/cas.tpl common/security/cas.tpl]
    6767
    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].
     68This 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].
    6969
    7070Before 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) :
     
    7777}}}
    7878
    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 :
     79Then run [source:SCDB/trunk/src/utils/misc/createPackagesTemplate src/utils/misc/createPackagesTemplate]. For example, for gLite 3.0 and with previous directories :
    8080{{{
    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/ca
     81src/utils/misc/createPackagesTemplate --namespace common/security \
     82                                      --template cfg/grid/glite-3.0.0/common/security/cas.tpl \
     83                                      /www/htdocs/packages/ca
    8484}}}