X-Original-To: pgsql-hackers-postgresql.org@localhost.postgresql.org Received: from localhost (neptune.hub.org [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id E239ED1D877 for ; Mon, 24 Nov 2003 12:55:29 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 77546-07 for ; Mon, 24 Nov 2003 08:55:04 -0400 (AST) Received: from trolak.mydnsbox2.com (ns1.mydnsbox2.com [207.44.142.118]) by svr1.postgresql.org (Postfix) with ESMTP id 44156D1D66C for ; Mon, 24 Nov 2003 08:55:00 -0400 (AST) Received: from dunslane.net (cpe-024-211-141-025.nc.rr.com [24.211.141.25]) (authenticated (0 bits)) by trolak.mydnsbox2.com (8.11.6/8.11.6) with ESMTP id hAODpkV22976 for ; Mon, 24 Nov 2003 07:51:46 -0600 Message-ID: <3FC1FFA5.9030003@dunslane.net> Date: Mon, 24 Nov 2003 07:55:01 -0500 From: Andrew Dunstan User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030508 X-Accept-Language: en-us, en MIME-Version: 1.0 To: PostgreSQL-development Subject: Re: Build farm References: <23062.1069440468@sss.pgh.pa.us> <200311241014.48813.jm@poure.com> In-Reply-To: <200311241014.48813.jm@poure.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200311/1278 X-Sequence-Number: 47566 Jean-Michel POURE wrote: >Le Vendredi 21 Novembre 2003 19:47, Tom Lane a écrit : > > >>I think the main value of a build farm is that we'd get nearly immediate >>feedback about the majority of simple porting problems. Your previous >>arguments that it wouldn't smoke everything out are certainly valid --- >>but we wouldn't abandon the regression tests just because they don't >>find everything. Immediate feedback is good because a patch can be >>fixed while it's still fresh in the author's mind. >> >> > >Dear friends, > >We have a small build farm for pgAdmin covering Win32, FreeBSD and most GNU/ >Linux systems. See http://www.pgadmin.org/pgadmin3/download.php#snapshots > >The advantage are immediate feedback and correction of problems. Also, in a >release cycle, developers and translators are quite motivated to see their >work published fast. > >Of course, it is always hard to "mesure" the real impact of a build farm. My >opinion it that it is quite positive, as it helps tighten the links between >people, which is free software is mostly about. > > > Right. But I think we have been talking about using the build farm to do test builds rather than to provide snapshots. I'd be very wary of providing arbitrary snapshots of postgres, whereas I'd be prepared to try a snapshot of pgadmin3 under certain circumstances. (Also, building your own snapshot of postgres is somewhat easier than building your own snapshot of pgadmin3). cheers andrew