Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88729 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3888 invoked from network); 9 Oct 2015 22:46:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Oct 2015 22:46:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.175 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.212.175 mail-wi0-f175.google.com Received: from [209.85.212.175] ([209.85.212.175:35968] helo=mail-wi0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1F/48-57614-FC348165 for ; Fri, 09 Oct 2015 18:46:39 -0400 Received: by wicgb1 with SMTP id gb1so86253533wic.1 for ; Fri, 09 Oct 2015 15:46:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=WjxYiV0kak1ZhzqlLeMr/G+UM0v4aCFfiVkHepQfBL8=; b=cJfSAMrXXCm0Je8EDLH38w8fhYFvs5ixxIar1TUA/u3TOMBfO6I8lRAv1cMmrVH8Il yOUj2hR/dNHHF+g4ucjdSQonakt62robQBoAboRYRiMbT+qYkVmKsUx7K9I/fMTnKt4g zJE6+nPjRHSFIhAXXgBXb7LVOMXsf/lAVzL5H6uH9SNLAkh52kZV++8/paJWacCz+tOk y8t4wlu1+2MXgO7mgk4fg6W9DygBS7FrQdzF6tDhn9KEMjstMbaAqU2O8hWiO+S5OEgk /FpIqzTDb9BgsHcAK98v9kHJP7xi5O+JGZhCcFL+V8pi4eZHMN6YpKYiNypibaa6iQfu k0Jg== X-Received: by 10.194.175.74 with SMTP id by10mr8508784wjc.78.1444318134667; Thu, 08 Oct 2015 08:28:54 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.194.7.105 with HTTP; Thu, 8 Oct 2015 08:28:15 -0700 (PDT) In-Reply-To: References: Date: Thu, 8 Oct 2015 17:28:15 +0200 X-Google-Sender-Auth: bIk6y6sBZ1oSiZM7s8C1KlXWhfE Message-ID: To: Ferenc Kovacs Cc: Stanislav Malyshev , Remi Collet , Kalle Sommer Nielsen , Anatoliy Belsky , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: removal of the old PHP-X.Y.Z release branches From: jpauli@php.net (Julien Pauli) On Thu, Oct 8, 2015 at 4:41 PM, Ferenc Kovacs wrote: > Hi, > > we RMs started using the release branches (PHP-X.Y.Z) a while ago and we > push those so that the we can work together easier when preparing/syncing > the releases. > As those branches are meaningless for the general public I would propose > updating our current release process > (https://github.com/php/php-src/blob/master/README.RELEASE_PROCESS) so that > when we create a new release branch (PHP-X.Y.Z) we also remove the old > release branch (PHP-X.Y.Z-1). > (we could even remove it after tagging the final, but in the past we had a > couple of re-tags, so it is easier to just remove when creating the release > branch for the next version). > I would also propose removing all of the old release branches for now(only > keeping the last one for each minor/major version). > > ps: I've also cc-ed the internals@ list so people won't freak out if/when we > remove the old branches en masse. I'm very +1 in cleaning old git references, like RM branches, and not needed branches like most of "experimental/" , some dating back from 2000. Julien