diff options
author | SZEDER Gábor <szeder.dev@gmail.com> | 2019-03-29 20:52:46 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-04-05 14:40:40 +0900 |
commit | 615a6c37e1fb3fc15857d12edaad7d6f905c0e5c (patch) | |
tree | e8f97494224495d9bcc739d87efb6fe2e5cf0cd2 /t/t4013/diff.whatchanged_--root_--patch-with-stat_master | |
parent | ci: install Asciidoctor in 'ci/install-dependencies.sh' (diff) | |
download | tgif-615a6c37e1fb3fc15857d12edaad7d6f905c0e5c.tar.xz |
ci: stick with Asciidoctor v1.5.8 for now
The recent release of Asciidoctor v2.0.0 broke our documentation
build job on Travis CI, where we 'gem install asciidoctor', which
always brings us the latest and (supposedly) greatest. Alas, we are
not ready for that just yet, because it removed support for DocBook
4.5, and we have been requiring that particular DocBook version to
build 'user-manual.xml' with Asciidoctor, resulting in:
ASCIIDOC user-manual.xml
asciidoctor: FAILED: missing converter for backend 'docbook45'. Processing aborted.
Use --trace for backtrace
make[1]: *** [user-manual.xml] Error 1
Unfortunately, we can't simply switch to DocBook 5 right away, as
doing so leads to validation errors from 'xmlto', and working around
those leads to yet another errors... [1]
So let's stick with Asciidoctor v1.5.8 (latest stable release before
v2.0.0) in our documentation build job on Travis CI for now, until we
figure out how to deal with the fallout from Asciidoctor v2.0.0.
[1] https://public-inbox.org/git/20190324162131.GL4047@pobox.com/
Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.whatchanged_--root_--patch-with-stat_master')
0 files changed, 0 insertions, 0 deletions