Documentation building broken in CFBot - Mailing list pgsql-www

From Daniel Gustafsson
Subject Documentation building broken in CFBot
Date
Msg-id E2EE6B76-2D96-408A-B961-CAE47D1A86F0@yesql.se
Whole thread Raw
Responses Re: Documentation building broken in CFBot  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Re: Documentation building broken in CFBot  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-www
Since recently, all Travis builds in the CFBot are broken for docs builds in
the xmllint step.  Turns out, the oasis-open.org URL to the DTD is now
redirecting to HTTPS and xmllint is normally only compiled with HTTP support
which causes this to now break.

That being said, XMLLint will load the DTD locally if available so environments
which have the packages referenced in the postgres docs won't notice as they
provide the DTD.  The package containing the DTD is however not installed on
the CFBot.  I've opened a PR against the CFBot repo [0], but until merged the
builds will be red without necessarily being an issue with the patch being
built.

cheers ./daniel

[0] https://github.com/macdice/cfbot/pull/12





pgsql-www by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Bugs in new announcement system
Next
From: "Jonathan S. Katz"
Date:
Subject: Re: Documentation building broken in CFBot