You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by Apache Wiki <wi...@apache.org> on 2005/07/03 19:39:23 UTC

[Geronimo Wiki] Update of "CommitterGuidelines" by AlanCabrera

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Geronimo Wiki" for change notification.

The following page has been changed by AlanCabrera:
http://wiki.apache.org/geronimo/CommitterGuidelines

------------------------------------------------------------------------------
  
  Number 2 will never happen if people get bit by number 1.
  
+ = Publishing unstable builds (i.e. unofficial releases) =
+ 
+ David Blevins created this script quite a while ago and just want to let the committers know how to run it.  It's really easy, just run:
+ {{{
+  $ wget http://svn.apache.org/repos/asf/geronimo/scripts/publish_build.sh && bash publish_build.sh
+ }}}
+ That downloads the script and executes it.
+ 
+ You need:
+  * Any system with bash 2.05b
+  * SSH keys setup at apache.org
+  * svn, cvs, wget, zip, tar, perl, openssl
+  * jdk 1.4.x
+  * Maven 1.x
+ 
+ Here are a few examples of using it:
+ {{{
+ ./publish_build.sh 
+ ./publish_build.sh somewhere.com
+ ./publish_build.sh joe@somewhere.com
+ ./publish_build.sh somewhere.com /some/dir
+ }}}
+