taylor      2004/04/22 13:42:33

  Modified:    .        RELEASE-TODO
  Log:
  final changes to new RELEASE-TODO
  
  Revision  Changes    Path
  1.23      +27 -14    jakarta-jetspeed/RELEASE-TODO
  
  Index: RELEASE-TODO
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/RELEASE-TODO,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- RELEASE-TODO      22 Apr 2004 19:22:35 -0000      1.22
  +++ RELEASE-TODO      22 Apr 2004 20:42:33 -0000      1.23
  @@ -50,17 +50,21 @@
   
           cvs checkout -P jakarta-jetspeed
   
  -8) Run unit tests:
  +8) Running unit tests is no longer necessary since its handled in step 9
   
  -        maven unittest-all
  -        maven tests_tomcat_40
  +    (skip)
   
   9) Build releases:
   
  -        maven clean release
  -        maven clean release_binary
  +        maven clean dist
   
  -10) Tag CVS with the revision release number (for example, JETSPEED-RELEASE-1-4):
  +    If you are debugging the build, and need to build quicker, without tests you 
can skip the tests:
  +
  +        maven -Dmaven.test.skip=true clean dist
  +
  +     (recommended that you run the tests at least once before releasing)
  +
  +10) Tag CVS with the revision release number (for example, JETSPEED-RELEASE-1-5):
   
           cvs tag JETSPEED-RELEASE-xxx
   
  @@ -110,15 +114,22 @@
   
   15) Manually update README.html in the distribution directory on 
minotaur.apache.org.
   
  -16) Add the version number and the -dev version number to Bugzilla:
  -
  -        HOW???
  +16) Add the version number and the -dev version number to JIRA via JIRA Admin:
  +    (requires administrative privileges on JIRA)
   
   17) Update the Jetspeed home page on minotaur.apache.org:
   
  -        cd /www/jakarta.apache.org/jetspeed/site
  +        cd /www/portals.apache.org/jetspeed-1
           umask 002
  -        cvs update
  +        [use maven to deploy the site, or a SFTP utility]
  +
  +        cd /www/portals.apache.org/jetspeed-1/tutorial
  +        umask 002
  +        [use maven to deploy the site, or a SFTP utility]
  +
  +        cd /www/portals.apache.org/jetspeed-1/plugin
  +        umask 002
  +        [use maven to deploy the site, or a SFTP utility]
   
   18) Update the Jetspeed channels on minotaur.apache.org:
   
  @@ -137,7 +148,8 @@
           a. On your local machine:
           
                   maven javadoc
  -                
  +
  +                [use maven to deploy the site, or a SFTP utility]                
                   (upload docs/api --> /www/portals.apache.org/jetspeed-1)            
    
   
   20) Check out/refresh your copy of 'jakarta-site2' module and do the following:
  @@ -158,9 +170,10 @@
   
   21) Write and post release announcement to mailing lists:
   
  -        [EMAIL PROTECTED]
  +        [EMAIL PROTECTED]
           [EMAIL PROTECTED]
           [EMAIL PROTECTED]
  +        [EMAIL PROTECTED]
           
   *****************************
   ** Post release activities **
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to