[
https://issues.apache.org/jira/browse/HBASE-29952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18063783#comment-18063783
]
Hudson commented on HBASE-29952:
--------------------------------
Results for branch master
[build #1417 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1417/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(x) {color:red}-1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1417/General_20Nightly_20Build_20Report/]
(x) {color:red}-1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1417/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk17 hadoop 3.3.5 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1417/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk17 hadoop 3.3.6 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1417/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop 3.4.0 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1417/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop 3.4.1 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1417/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
> Clean up MathJax URI workaround from
> dev-support/jenkins-scripts/generate-hbase-website.sh
> ------------------------------------------------------------------------------------------
>
> Key: HBASE-29952
> URL: https://issues.apache.org/jira/browse/HBASE-29952
> Project: HBase
> Issue Type: Task
> Components: scripts, website
> Reporter: Dávid Paksy
> Assignee: Dávid Paksy
> Priority: Minor
> Labels: pull-request-available
>
> Now that the docs (RefGuide) is changed from asciidoc to new tech under
> HBASE-29878, we can get rid of the ugly workaround:
> {noformat}
> # Workaround to replace MathJax CDN URI with local one in book.html
> # There is no way to influence from where the book.html Asciidoc includes the
> MathJax.js library.
> # https://docs.asciidoctor.org/asciidoctor/latest/stem/mathjax/
> #
> https://docs.asciidoctor.org/asciidoc/latest/attributes/document-attributes-ref/
> # https://github.com/asciidoctor/asciidoctor/issues/761
> echo "Replace MathJax URI"
> sed -i 's,https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/,js/,g'
> "${component_dir}"/target/site/book.html{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)