From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
Cc: | Postgresql Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Build farm |
Date: | 2003-11-19 23:42:58 |
Message-ID: | Pine.LNX.4.44.0311200038000.21224-100000@peter.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-www |
Andrew Dunstan writes:
> Essentially what I have is something like this pseudocode:
>
> cvs update
Be sure check past branches as well.
> check if there really was an update and if not exit
OK.
> configure; get config.log
Ideally, you'd try all possible option combinations for configure. Or at
least enable everything.
> make 2>&1 | make-filter >makelog
> make check 2>&1 | check-filter > checklog
You could also try out make distcheck. It tries out the complete build,
installation, uninstallation, regression test, and distribution building.
> (TBD) send config status, make status, check status, logfiles
OK.
> make distclean
When I played around with this, always copied the CVS tree to a new
directory and deleted that one at the end. That way, bugs in the clean
procedure (known to happen) don't trip up the whole process.
> The send piece will probably be a perl script using LWP and talking to a
> CGI script.
That will be the difficult part to organize, if it's supposed to be
distributed and autonomous.
--
Peter Eisentraut peter_e(at)gmx(dot)net
From | Date | Subject | |
---|---|---|---|
Next Message | Steve Tibbett | 2003-11-20 00:35:03 | Re: [PATCHES] SRA Win32 sync() code |
Previous Message | Andreas Pflug | 2003-11-19 23:38:28 | ALTER COLUMN/logical column position |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2003-11-20 00:10:18 | Re: 7.4 official docs : Fonts? |
Previous Message | Josh Berkus | 2003-11-19 23:29:02 | Fwd: Re: [DOCS] 7.4 official docs : Fonts? |