Updated release instructions

git-svn-id: https://svn.apache.org/repos/asf/httpd/apreq/trunk@1041792 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build/RELEASE b/build/RELEASE
index d80e86e..d5f8836 100644
--- a/build/RELEASE
+++ b/build/RELEASE
@@ -82,9 +82,10 @@
 
 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 @@
 
 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.
diff --git a/build/WEBSITE b/build/WEBSITE
index f14130d..49ec8ee 100644
--- a/build/WEBSITE
+++ b/build/WEBSITE
@@ -54,25 +54,16 @@
     $ 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) commit the changes as follows:
+    
+    $ svn commit -m "released libapreq2-2.14" xdocs/apreq/ docs/apreq/
 
-  7) Login (via ssh) to people.apache.org and do
-
-    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....