You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by is...@apache.org on 2010/12/03 13:43:34 UTC

svn commit: r1041792 - in /httpd/apreq/trunk/build: RELEASE WEBSITE

Author: issac
Date: Fri Dec  3 12:43:34 2010
New Revision: 1041792

URL: http://svn.apache.org/viewvc?rev=1041792&view=rev
Log:
Updated release instructions

Modified:
    httpd/apreq/trunk/build/RELEASE
    httpd/apreq/trunk/build/WEBSITE

Modified: httpd/apreq/trunk/build/RELEASE
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/build/RELEASE?rev=1041792&r1=1041791&r2=1041792&view=diff
==============================================================================
--- httpd/apreq/trunk/build/RELEASE (original)
+++ httpd/apreq/trunk/build/RELEASE Fri Dec  3 12:43:34 2010
@@ -82,9 +82,10 @@ FreeBSD/Solaris note: use gmake!
 
 10. Upload (scp) the package and signature to www.apache.org
    for distribution:
-
-        % scp libapreq2-2.14.tar.gz* \
-          $USER@people.apache.org:/www/www.apache.org/dist/httpd/libapreq/
+   
+        $ svn co https://dist.apache.org/repos/dist/release/httpd/libapreq/ apreq-dist-site
+        $ cp libapreq2-2.14.tar.gz* apreq-dist-site
+        $ svn commit -m "libapreq2 2.14 release artifacts"
 
    Ask another developer to confirm the uploaded signature is ok.
 
@@ -99,7 +100,7 @@ FreeBSD/Solaris note: use gmake!
 
 11. Verify or get soeone to Verify that you have CPAN karma.
     Note, discuss getting a group kind of like AMPL in mod_perl land.
-    (Currently, joes@ and pgollucci@ are active and have karma)
+    (Currently, joes@, issac@ and pgollucci@ are active and have karma)
 
 12. Upload the package to CPAN. Doublecheck that the md5 checksum
    received from PAUSE is correct.

Modified: httpd/apreq/trunk/build/WEBSITE
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/build/WEBSITE?rev=1041792&r1=1041791&r2=1041792&view=diff
==============================================================================
--- httpd/apreq/trunk/build/WEBSITE (original)
+++ httpd/apreq/trunk/build/WEBSITE Fri Dec  3 12:43:34 2010
@@ -54,25 +54,16 @@ UPDATING THE WEBSITE:
     $ cd httpd/site/trunk
     $ emacs xdocs/apreq/*
     $ ant
-    $ svn commit -m "..." xdocs/apreq/ docs/apreq/
-
-    [do this before you make your RELEASE annoucement and deal with any issues first]
 
   6) copy docs/html/* to http/site/trunk/xdocs/apreq/docs/libapreq2
+  
+     [XXX: tags files / man pages ????]
 
-     tags files / man pages ????
-
-  7) Login (via ssh) to people.apache.org and do
+  7) commit the changes as follows:
+    
+    $ svn commit -m "released libapreq2-2.14" xdocs/apreq/ docs/apreq/
 
-    MAKE SURE your umask is 2
-    $ umask
-    22
-    $ umask 2
-    $ umask
-    2
-
-    $ cd /www/httpd.apache.org
-    $ svn update index.html apreq/
+    [do this before you make your RELEASE annoucement and deal with any issues first]
 
     Wait for ajax to sync every 1-2 hours or so....