Documentation building broken in CFBot

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: PostgreSQL WWW <pgsql-www(at)lists(dot)postgresql(dot)org>
Cc: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Subject: Documentation building broken in CFBot
Date: 2020-11-11 10:47:33
Message-ID: E2EE6B76-2D96-408A-B961-CAE47D1A86F0@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Jonathan S. Katz 2020-11-11 14:51:59 Re: Documentation building broken in CFBot
Previous Message Magnus Hagander 2020-11-09 14:32:58 Re: Bugs in new announcement system