Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 87121 invoked from network); 3 Jul 2005 17:39:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jul 2005 17:39:27 -0000 Received: (qmail 18243 invoked by uid 500); 3 Jul 2005 17:39:26 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 18232 invoked by uid 500); 3 Jul 2005 17:39:26 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 18218 invoked by uid 99); 3 Jul 2005 17:39:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jul 2005 10:39:26 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 2C70E12 for ; Sun, 3 Jul 2005 19:39:23 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: scm@geronimo.apache.org Date: Sun, 03 Jul 2005 17:39:23 -0000 Message-ID: <20050703173923.30109.90443@ajax.apache.org> Subject: [Geronimo Wiki] Update of "CommitterGuidelines" by AlanCabrera X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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 + }}} +