Return-Path: X-Original-To: pgbuildfarm-members@lists.pgfoundry.org Delivered-To: pgbuildfarm-members@lists.pgfoundry.org Received: from localhost (unknown [188.227.186.44]) by pgfoundry.org (Postfix) with ESMTP id AA97C1464948 for ; Fri, 9 Sep 2016 14:06:49 +0000 (UTC) Received: from pgfoundry.org ([188.227.186.71]) by localhost (maia-lon.uk.hub.org [188.227.186.44]) (maiad, port 10024) with ESMTP id 55277-04 for ; Fri, 9 Sep 2016 14:06:49 +0000 (UTC) X-Greylist: delayed 00:11:51 by SQLgrey-1.8.0 Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pgfoundry.org (Postfix) with ESMTPS id 77DE51464944 for ; Fri, 9 Sep 2016 14:06:47 +0000 (UTC) Received: from mfilter6-d.gandi.net (mfilter6-d.gandi.net [217.70.178.135]) by relay4-d.mail.gandi.net (Postfix) with ESMTP id 321F617211E; Fri, 9 Sep 2016 16:06:47 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter6-d.gandi.net Received: from relay4-d.mail.gandi.net ([IPv6:::ffff:217.70.183.196]) by mfilter6-d.gandi.net (mfilter6-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id 7xgtTa7gL5Il; Fri, 9 Sep 2016 16:06:45 +0200 (CEST) X-Originating-IP: 98.122.164.227 Received: from [192.168.10.146] (unknown [98.122.164.227]) (Authenticated sender: adsend@dunslane.net) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id C805D1720A9; Fri, 9 Sep 2016 16:06:44 +0200 (CEST) To: Daniel Black , pgbuildfarm-members@lists.pgfoundry.org References: <411d52c0-247a-21ea-d1e5-1711c08c8616@au.ibm.com> <7deab5c6-ee6b-256b-ac1a-92c8b4bf3233@dunslane.net> From: Andrew Dunstan Message-ID: <0440f716-f38d-8a69-ee0b-2e6fbf0fb164@dunslane.net> Date: Fri, 9 Sep 2016 10:06:43 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <7deab5c6-ee6b-256b-ac1a-92c8b4bf3233@dunslane.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Pgbuildfarm-members] docker instances of pgbuildfarm X-BeenThere: pgbuildfarm-members@lists.pgfoundry.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2016 14:06:49 -0000 Status: RO Content-Length: 333 Lines: 16 On 09/09/2016 09:54 AM, Andrew Dunstan wrote: > > I'm mildly surprised that it actually reports at all with this option, > and I will stop it from doing so in the next release. Actually, the script has this already. $nosend is set if $from_source is used. Have you hacked the run script? If so, please don't. cheers andrew