Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E289C10878 for ; Wed, 10 Jul 2013 23:33:47 +0000 (UTC) Received: (qmail 90276 invoked by uid 500); 10 Jul 2013 23:33:47 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 90055 invoked by uid 500); 10 Jul 2013 23:33:47 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 90042 invoked by uid 99); 10 Jul 2013 23:33:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 23:33:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ben@reser.org designates 50.197.89.41 as permitted sender) Received: from [50.197.89.41] (HELO mail.brain.org) (50.197.89.41) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 23:33:41 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.brain.org (Postfix) with ESMTP id 15B6E179E068 for ; Wed, 10 Jul 2013 16:33:20 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at fornix.brain.org Received: from mail.brain.org ([127.0.0.1]) by localhost (fornix.brain.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IeVpR2xsGKdb for ; Wed, 10 Jul 2013 16:33:17 -0700 (PDT) Received: from mail-oa0-x22c.google.com (mail-oa0-x22c.google.com [IPv6:2607:f8b0:4003:c02::22c]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mail.brain.org (Postfix) with ESMTPSA id D3CCB179E048 for ; Wed, 10 Jul 2013 16:33:16 -0700 (PDT) Received: by mail-oa0-f44.google.com with SMTP id l10so10585096oag.3 for ; Wed, 10 Jul 2013 16:33:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=U+iQfpPCDdmdjcFzEZbp2V8ZDwnnQBTZH+EVmexYqB4=; b=m9EWZoV63GvrxWPrM8bBKu+1ECL8zNVmHw7Oma7Xi4ixaRzhjx0gYNJgQNcV04tWoX mJMY1GvBB0LVwFYl89KJHbbR3EGp5lJY2J+WX9EhHL6Lks2zPghAN9DtrqQDsC0JhNuC JIbdR3gul0g+FC5yjZR2W/XEVeFHGJbjDr2Vzo7IO75g2xU/Tr6QrmjuAiZ2DXQ0al3e ItZ86ug7e9CFhXvY1EhGavmILQ0cy6SAB/iUd5seJ0xuRDQ6WUZXHQCSmPtqFDuYpZop ldsOE/1O6Pn533kTMw5h9nbX15hubbBGG6pq/3VL7X82UBD/fx4JBLUHmQXy/hCHBv7u q7hg== MIME-Version: 1.0 X-Received: by 10.182.118.129 with SMTP id km1mr30157707obb.15.1373499195345; Wed, 10 Jul 2013 16:33:15 -0700 (PDT) Received: by 10.60.80.10 with HTTP; Wed, 10 Jul 2013 16:33:15 -0700 (PDT) In-Reply-To: <51DDE084.3020505@apache.org> References: <20130710014107.38de654a@hub> <8253AC22-B52B-425E-A552-1B631014EA98@jaguNET.com> <51DDE084.3020505@apache.org> Date: Wed, 10 Jul 2013 16:33:15 -0700 Message-ID: Subject: Re: [VOTE] The 'RM' Baton From: Ben Reser To: dev Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Jul 10, 2013 at 3:30 PM, Guenter Knauf wrote: > I was also thinking about learning how to release - but the lack of proper > documentation for the whole process holds me back; I remember how Graham > fell from one trap into another when he did his 1st APR release, and I dont > want to get same ... > so, if we want to have more folks doing more frequently releases the > startpoint would be to 1st document how a release is done: > - required auto* tools versions > - step by step description how to prepare for a release You guys may want to look at our release process over at the Subversion project: http://subversion.apache.org/docs/community-guide/releasing.html#release-creating We also have it somewhat automated. Including getting the right auto* tools versions. Of particular interest might be our release.py tool: http://svn.apache.org/repos/asf/subversion/trunk/tools/dist/release.py For actually rolling that python script ends up driving this shell script that I wrote long before the python script was developed: http://svn.apache.org/repos/asf/subversion/trunk/tools/dist/dist.sh All of this is obviously under ASLv2 so feel free to borrow and adapt. :)