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

From Marc G. Fournier
Subject Re: snapshot build broken ...
Date
Msg-id 20050720220757.A36717@ganymede.hub.org
Whole thread Raw
In response to Re: snapshot build broken ...  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: snapshot build broken ...  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Wed, 20 Jul 2005, Tom Lane wrote:

> "Marc G. Fournier" <scrappy@postgresql.org> writes:
>> openjade -V draft-mode -D . -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -d stylesheet.dsl -i output-text
-tsgml -V nochunks standalone-install.sgml installation.sgml >INSTALL.html
 
>> openjade:installation.sgml:873:44:X: reference to non-existent ID "DATATYPE-DATETIME"
>> openjade:/usr/local/share/sgml/docbook/dsssl/modular/html/dblink.dsl:203:1:E: XRef LinkEnd to missing ID
'DATATYPE-DATETIME'
>> gmake: *** [INSTALL.html] Error 1
>> gmake: *** Deleting file `INSTALL.html'
>
> Oh, is that why the nightly snapshots are failing?
>
> 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?

----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email: scrappy@hub.org           Yahoo!: yscrappy              ICQ: 7615664


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: snapshot build broken ...
Next
From: Tom Lane
Date:
Subject: Re: snapshot build broken ...