Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87695 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56055 invoked from network); 10 Aug 2015 07:25:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2015 07:25:39 -0000 Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:37811] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1A/70-51461-1F158C55 for ; Mon, 10 Aug 2015 03:25:37 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id AC57423D629F; Mon, 10 Aug 2015 09:25:33 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on h1123647.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.5 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=unavailable version=3.3.2 Received: from w530phpdev (pD9FD22F6.dip0.t-ipconnect.de [217.253.34.246]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id 6FDEF23D6003; Mon, 10 Aug 2015 09:25:31 +0200 (CEST) To: "'Hannes Magnusson'" Cc: "'Stanislav Malyshev'" , "'julien pauli'" , "'Ferenc Kovacs'" , "'Kalle Sommer Nielsen'" , "'PHP internals'" References: <00c101d0d067$9a4052a0$cec0f7e0$@belski.net> In-Reply-To: Date: Mon, 10 Aug 2015 09:25:33 +0200 Message-ID: <018001d0d33d$c0b4e210$421ea630$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQJ5l7B0UtLa0Ac94q6qouCWvSs2rQHEKklYnKUqnSA= Content-Language: en-us Subject: RE: [PHP-DEV] Re: Generating release verification stub From: anatol.php@belski.net ("Anatol Belski") Hi, > -----Original Message----- > From: hannes.magnusson@gmail.com [mailto:hannes.magnusson@gmail.com] > On Behalf Of Hannes Magnusson > Sent: Sunday, August 9, 2015 12:51 AM > To: Anatol Belski > Cc: Stanislav Malyshev ; julien pauli ; = Ferenc > Kovacs ; Kalle Sommer Nielsen ; PHP > internals > Subject: [PHP-DEV] Re: Generating release verification stub >=20 > On Thu, Aug 6, 2015 at 9:47 AM, Anatol Belski = wrote: >=20 > > Hi, > > > > as we put several verification info into the announcement mails, and > > after doing it a couple of times manually, I've invented this quick = solution. > > > > https://gist.github.com/weltling/2d2972aa5325ee3b530c > > > > I would suggest to take it into the scripts/ and to adjust the > > corresponding release process document part. It's a bit raw yet, but > > does the job and can be improved later. This way we can standardize > > the matter and avoid c/p mistakes. > > > > >=20 > +1 >=20 > I think there is a typo on line#30, missing $ >=20 Yeah, good catch. Regards Anatol