Re: snapshot build broken ... - Mailing list pgsql-hackers

From Tom Lane
Subject Re: snapshot build broken ...
Date
Msg-id 27346.1121908868@sss.pgh.pa.us
Whole thread Raw
In response to Re: snapshot build broken ...  ("Marc G. Fournier" <scrappy@postgresql.org>)
Responses Re: snapshot build broken ...  ("Marc G. Fournier" <scrappy@postgresql.org>)
List pgsql-hackers
"Marc G. Fournier" <scrappy@postgresql.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


pgsql-hackers by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Re: snapshot build broken ...
Next
From: "Marc G. Fournier"
Date:
Subject: Re: snapshot build broken ...