Changes between Version 8 and Version 9 of Obsolete/Development/Templates/Generated


Ignore:
Timestamp:
Sep 13, 2006, 11:34:17 PM (19 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

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

    v8 v9  
    4444
    4545This 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].
     46
     47Before 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 :
     48{{{
     49mv /www/htdocs/packages/ca /www/htdocs/packages/ca.old
     50mkdir /www/htdocs/packages/ca
     51cd /www/htdocs/packages/ca
     52wget http://grid-deployment.web.cern.ch/grid-deployment/download/RpmDir/security/index.html
     53wget --force-html --no-directories --base  http://grid-deployment.web.cern.ch/griddeployment/download/RpmDir/security/index.html -A.rpm -i index.html
     54}}}