Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 69946 invoked from network); 3 Jul 2005 05:05:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jul 2005 05:05:28 -0000 Received: (qmail 4977 invoked by uid 500); 3 Jul 2005 05:05:26 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 4240 invoked by uid 500); 3 Jul 2005 05:05:24 -0000 Mailing-List: contact dev-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 dev@geronimo.apache.org Received: (qmail 4226 invoked by uid 99); 3 Jul 2005 05:05:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jul 2005 22:05:24 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of dblevins@visi.com designates 208.42.156.9 as permitted sender) Received: from [208.42.156.9] (HELO cenn.mc.mpls.visi.com) (208.42.156.9) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jul 2005 22:05:25 -0700 Received: from isis.visi.com (isis.visi.com [209.98.98.8]) by cenn.mc.mpls.visi.com (Postfix) with ESMTP id E76F98117 for ; Sun, 3 Jul 2005 00:05:20 -0500 (CDT) Received: by isis.visi.com (Postfix, from userid 21236) id B647876C6F; Sun, 3 Jul 2005 00:05:20 -0500 (CDT) Date: Sat, 2 Jul 2005 22:05:57 -0700 From: David Blevins To: dev@geronimo.apache.org Subject: Publishing unstable builds (i.e. unofficial releases) Message-ID: <20050703050557.GC15380@django> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N So I 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 Thanks, David