Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59562 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4595 invoked from network); 9 Apr 2012 21:33:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Apr 2012 21:33:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=kiall@managedit.ie; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kiall@managedit.ie; sender-id=pass Received-SPF: pass (pb1.pair.com: domain managedit.ie designates 209.85.212.42 as permitted sender) X-PHP-List-Original-Sender: kiall@managedit.ie X-Host-Fingerprint: 209.85.212.42 mail-vb0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:60017] helo=mail-vb0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9A/6F-34074-3C5538F4 for ; Mon, 09 Apr 2012 17:33:57 -0400 Received: by vbjk13 with SMTP id k13so3016171vbj.29 for ; Mon, 09 Apr 2012 14:33:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=managedit.ie; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=s5zehZAPm2T7w92CDzjWttkLGT/lwC01LAWg3tsZCgc=; b=UJ9M8JI+Cuvo+DWFxGbjuWXOZR8So0IXbz92JCSU+gPTZ2NHriXD9BPovSF2+8uL3X +V8E/D9MJzj5oJIjI1NPIP/hkNX3zSEthXb6WPheR9nXfaDanFfgMqXVqdFggdOWiKnk iKoNDDMFexVpi4TmZLn8dxZryJKWcTHJugU4A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=s5zehZAPm2T7w92CDzjWttkLGT/lwC01LAWg3tsZCgc=; b=UeJnhfgxgc82p0xFPnjTrue82vuuN6TL3aJ96Gb7Pmf4JPi05/XMhqwzZMKK6pyHeT lys0UeQi2OQ0Lr4yV6XJqEts4c4qZFwG0yijVYmC74vuuOjWl54ukPoYKPqv0ThD+c1t z031OqxP8g4Qs/W8O+R3xCsVKGanL2YDEgqAyQw/Asqq4pxC6r+i20yWVHExUm6bM+HF WzJaJMBSg7A6EEZJCncRk7BCjzqWtCIyTHiBhYtfPf+31K9vOn1xLXpLiCMSpqkEyX8E 1CCFHCSkAwvcuDqk+drLeWBNSX66yNIOzMRt8QAapCPj+/ulBA+A//4yGS5BKe3GTnwq 8upw== Received: by 10.52.180.7 with SMTP id dk7mr3614893vdc.25.1334007233316; Mon, 09 Apr 2012 14:33:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.210.18 with HTTP; Mon, 9 Apr 2012 14:33:32 -0700 (PDT) In-Reply-To: References: <4F82878A.6030609@sugarcrm.com> <4F834F94.1000002@sugarcrm.com> Date: Mon, 9 Apr 2012 22:33:32 +0100 Message-ID: To: Kris Craig Cc: Stas Malyshev , PHP Internals Content-Type: multipart/alternative; boundary=bcaec519650945057c04bd45c3d6 X-Gm-Message-State: ALoCoQn+3rcZwm9j1aGFIalZWsLP4E+X+4xQV/b7R4ZgJVqrWuigM5OxDNlZD1eH4ct5F3YuQy3c Subject: Re: [PHP-DEV] release process with git From: kiall@managedit.ie (Kiall Mac Innes) --bcaec519650945057c04bd45c3d6 Content-Type: text/plain; charset=ISO-8859-1 On Mon, Apr 9, 2012 at 10:27 PM, Kris Craig wrote: > > What I'm referring to is the same kind of bugfixes/etc that go into new > release candidates. I mean, we're still planning on having multiple > release candidates before an actual release, right? If so, then obviously > we'll need a way to commit those changes. If they're not made on the RC > branch, then where were you thinking they should go, and how would we then > apply those bugfixes to the 5.4 trunk if not through a merge? Referring again to how openstack manages this (because I personally feel they have nailed it).. Any commit that should be applied to the RC should also be applied to master/trunk, right? So - Why not commit it to master/trunk and nominate it for inclusion in the release. This allows a release manager to look at the bug, the fix, and the implications of of the fix before the fix lands in the RC. Once a commit has been made to master/trunk.. That fix can be cherry-picked into the RC if it's deemed suitable. Thanks, Kiall --bcaec519650945057c04bd45c3d6--