Changes between Version 20 and Version 21 of Obsolete/Development/Templates/Generated


Ignore:
Timestamp:
Jun 25, 2007, 9:46:00 AM (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

    v20 v21  
    2323=== Base list of RPMs for gLite services ===
    2424
    25 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 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.
     25For 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.
     26
     27To 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 :
     28 * 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.
     29 * Process this file with [source:SCDB/trunk/src/utils/misc/createPackagesTemplate.pl src/utils/misc/createPackagesTemplate.pl] script :
     30{{{
     31src/utils/misc/createPackagesTemplate.pl --rpmlist glite-WN-3.1.0-1.html \
     32                                         --template cfg/grid-3.1/glite/wn/rpms/i386/rpms.tpl \
     33                                         --namespace glite/wn/rpms/i386
     34}}}
    2635
    2736=== Templates for services managed by ncm-glite ===