]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/ci-squelch-doc-warning'
authorJunio C Hamano <gitster@pobox.com>
Wed, 12 Feb 2020 20:41:39 +0000 (12:41 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Feb 2020 20:41:39 +0000 (12:41 -0800)
Squelch unhelpful warning message during documentation build.

* js/ci-squelch-doc-warning:
  ci: ignore rubygems warning in the "Documentation" job

ci/test-documentation.sh

index b3e76ef8634820646f2e2fc4b4e9b5cc2d4b97ce..de41888430a260630650341371f9fa6216a4bcbe 100755 (executable)
@@ -7,6 +7,7 @@
 
 filter_log () {
        sed -e '/^GIT_VERSION = /d' \
+           -e "/constant Gem::ConfigMap is deprecated/d" \
            -e '/^    \* new asciidoc flags$/d' \
            -e '/stripped namespace before processing/d' \
            -e '/Attributed.*IDs for element/d' \