Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87681 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4551 invoked from network); 7 Aug 2015 20:56:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Aug 2015 20:56:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:49306] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 82/14-60186-06B15C55 for ; Fri, 07 Aug 2015 16:56:01 -0400 Received: by mail.experimentalworks.net (Postfix, from userid 1003) id DAD9845B65; Fri, 7 Aug 2015 22:55:58 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on km31408.keymachine.de X-Spam-Level: X-Spam-Status: No, score=-1.0 required=4.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.0 X-Spam-HAM-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP Received: from [192.168.2.34] (ppp-93-104-1-235.dynamic.mnet-online.de [93.104.1.235]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id F395445B65; Fri, 7 Aug 2015 22:55:54 +0200 (CEST) Message-ID: <1438980951.10581.46.camel@kuechenschabe> To: Anatol Belski Cc: 'Stanislav Malyshev' , 'julien pauli' , 'Ferenc Kovacs' , 'Kalle Sommer Nielsen' , 'Hannes Magnusson' , 'PHP internals' Date: Fri, 07 Aug 2015 22:55:51 +0200 In-Reply-To: <00c101d0d067$9a4052a0$cec0f7e0$@belski.net> References: <00c101d0d067$9a4052a0$cec0f7e0$@belski.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Generating release verification stub From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Thu, 2015-08-06 at 18:47 +0200, Anatol Belski wrote: > 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 looks like this should be part of makedist johannes