public inbox for [email protected]  
help / color / mirror / Atom feed
From: Andrew Dunstan <[email protected]>
To: Postgresql Hackers <[email protected]>
Subject: Re: Build farm
Date: Wed, 19 Nov 2003 14:27:31 -0500
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>

Peter Eisentraut wrote:

>The Samba build daemon suite is pretty good.  We have a couple of those
>hosts in our office in fact.  (I think they're building PostgreSQL
>regularly as well.)  A tip: You might find that adopting the source code
>of the Samba suite to PostgreSQL is harder than writing a new one.
>  
>

Yes, I agree. I have looked at it for ideas, but not for code. I'm not 
using rsync or anything like that, for instance. I'm going for something 
very simple to start with.

Essentially what I have is something like this pseudocode:

  cvs update
  check if there really was an update and if not exit
  configure; get config.log
  make 2>&1 | make-filter >makelog
  make check 2>&1 | check-filter > checklog
  (TBD) send config status, make status, check status, logfiles
  make distclean

The send piece will probably be a perl script using LWP and talking to a 
CGI script.

cheers

andrew









view thread (83+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: Build farm
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox