Re: snapshot build broken ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: snapshot build broken ...
Date: 2005-07-21 01:21:08
Message-ID: 27346.1121908868@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Marc G. Fournier" <scrappy(at)postgresql(dot)org> writes:
> On Wed, 20 Jul 2005, Tom Lane wrote:
>> Fixed --- but maybe we ought to do something to test the INSTALL/HISTORY
>> documentation build as well as the main SGML docs. Or maybe better, do
>> something to make failures of the nightly snapshot build call attention
>> to themselves more loudly.

> That should be simple enough ... the snapshot build is a shell script, so
> I should just need to do something like:

> gmake split-dist=yes VERSION=snapshot dist
> if [ #? ne 0 ]
> then
> mail ...
> fi

> does that look right?

The build log will need to be saved somewhere where people can look at
it, but otherwise it sounds good.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc G. Fournier 2005-07-21 01:27:29 Re: snapshot build broken ...
Previous Message Marc G. Fournier 2005-07-21 01:10:58 Re: snapshot build broken ...