Re: Slightly overenthusiastic redirect, or, where's the docs build log?

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, w^3 <pgsql-www(at)postgresql(dot)org>
Subject: Re: Slightly overenthusiastic redirect, or, where's the docs build log?
Date: 2011-12-12 01:17:23
Message-ID: 1323652049-sup-8305@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www


Excerpts from Magnus Hagander's message of dom dic 11 17:12:05 -0300 2011:
> On Sun, Dec 11, 2011 at 21:07, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
> >
> >
> > On 12/11/2011 11:54 AM, Magnus Hagander wrote:
> >>>
> >>> I added in a gadget to let you specify "latest" as the snapshot:
> >>>
> >>> <http://buildfarm.postgresql.org/cgi-bin/show_stage_log.pl?nm=guaibasaurus&dt=latest&stg=make-doc>
> >>
> >> Ok, i've added a link to the website under developers again.
> >
> >
> > BTW, why does guaibasaurus get a gazillion errors about forbidden entities?
> >
> >   sgml2xml -D. -x lower postgres.sgml>postgres.xmltmp
> >   sgml2xml:legal.sgml:12:53:W: reference to internal SDATA entity "copy" not
> > allowed in XML
> >   ...
> >
> >
> > crake isn't getting these: see
> > <http://buildfarm.postgresql.org/cgi-bin/show_stage_log.pl?nm=crake&dt=latest&stg=make-doc>
>
> Different version of the tools, I would guess? One is Fedora and one
> is Debian after all?

Strange. I'm on Debian too and I get osx to build postgres.xmltmp, not
sgml2xml.

$ make postgres.xml
osx -D. -x lower /pgsql/source/HEAD/doc/src/sgml/postgres.sgml >postgres.xmltmp
'/usr/bin/perl' -p -e 's/\[(amp|copy|egrave|gt|lt|mdash|nbsp|ouml|pi|quot|uuml) *\]/\&\1;/g;' \
-e '$_ .= qq{<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">\n} if $. == 1;' \
<postgres.xmltmp > postgres.xml
rm postgres.xmltmp

It would be pretty useful to include the make rule being run in
the buildfarm output file ...

--
Álvaro Herrera <alvherre(at)commandprompt(dot)com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Alvaro Herrera 2011-12-12 01:23:21 Re: Slightly overenthusiastic redirect, or, where's the docs build log?
Previous Message Magnus Hagander 2011-12-11 20:12:05 Re: Slightly overenthusiastic redirect, or, where's the docs build log?