You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by sg...@apache.org on 2004/08/11 12:56:48 UTC

cvs commit: jakarta-jetspeed RELEASE-TODO

sgala       2004/08/11 03:56:48

  Modified:    .        RELEASE-TODO
  Log:
  changes uncommitted in a lost working copy time ago
  
  Revision  Changes    Path
  1.26      +12 -5     jakarta-jetspeed/RELEASE-TODO
  
  Index: RELEASE-TODO
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/RELEASE-TODO,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- RELEASE-TODO	23 Apr 2004 01:25:29 -0000	1.25
  +++ RELEASE-TODO	11 Aug 2004 10:56:47 -0000	1.26
  @@ -77,19 +77,24 @@
   
   13) Sign the distributions on a local machine:
   
  -        a. If you don't have a public key yet, generate it using 'pgp -kg'
  +        a. If you don't have a public key yet, generate it using 
  +        'pgp -kg' or 'gpg --gen-key'
           
           b. If not already there, append your public key to 
           /www/www.apache.org/dist/jakarta/jetspeed/KEYS (dump your public key
  -        using 'pgp -kxa <username>, where username is whatever you used in
  +        using 'pgp -kxa <username>' or 'gpg --armor --export <username>',
  +        where username is whatever you used in
           generating the public key, for example 'morciuch')
           
  -        c. Add contents of KEYS to your public ring using 'pgp -ka KEYS'
  +        c. Add contents of KEYS to your public ring using 'pgp -ka KEYS' or
  +           'gpg --import KEYS'
           
           d. Generate the .asc files using:
           
                   pgp -sb jetspeed-xxx-war.zip -u <username>
                   pgp -sb jetspeed-xxx-src.zip -u <username>
  +                or
  +                gpg -sab (resp)
                   
           e. Generate md5 hashes using:
           
  @@ -99,9 +104,11 @@
           f. Upload generated signature files to download directory on minotaur.apache.org:
           
                   jetspeed-xxx-war.zip.md5 -> /www/www.apache.org/dist/jakarta/jetspeed/binaries
  +                jetspeed-xxx-war.zip.asc -> /www/www.apache.org/dist/jakarta/jetspeed/binaries
                   jetspeed-xxx-war.zip -> /www/www.apache.org/dist/jakarta/jetspeed/binaries
                   jetspeed-xxx-src.zip -> /www/www.apache.org/dist/jakarta/jetspeed/source
                   jetspeed-xxx-src.zip.md5 -> /www/www.apache.org/dist/jakarta/jetspeed/source                
  +                jetspeed-xxx-src.zip.asc -> /www/www.apache.org/dist/jakarta/jetspeed/source                
   
   14) Relink current release symbolic links on minotaur.apache.org:
   
  @@ -204,7 +211,7 @@
   ** Post release activities **
   *****************************
   
  -22) Update release number to "-dev". See the simular steps#1 and #2.
  +22) Update release number to "-dev". See the similar steps#1 and #2.
   
   23) Update this todo list where appropiate
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org