about summary refs log tree commit diff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2024-05-17 11:38:51 +0200
committerMichael Biebl <biebl@debian.org>2024-05-17 11:38:51 +0200
commit88625ab09bf9c6d8f0d5042fcde398a5abfd1da6 (patch)
tree5a40bff48087141087b2800752eef2261fe41d8b /.gitlab-ci
parent34bb501be08aa2b313d88e67d6e0a7e0a3f9cfa6 (diff)
New upstream version 1.47.91 upstream/1.47.91
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/ci.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template
index f88c0a08..192b7714 100644
--- a/.gitlab-ci/ci.template
+++ b/.gitlab-ci/ci.template
@@ -211,7 +211,7 @@ check-tree:
     - date '+%Y%m%d-%H%M%S'; git ls-files -z -- 'po/*.po' | xargs -0 -n1 msgfmt -vc
     - date '+%Y%m%d-%H%M%S'; contrib/scripts/nm-code-format.sh -n
     - date '+%Y%m%d-%H%M%S'; ci-fairy generate-template && git diff --exit-code
-    - date '+%Y%m%d-%H%M%S'; ./autogen.sh && [ "$(LANG=C make -C po update-po 2>&1 1>/dev/null | grep -c 'warning:')" = 0 ]
+    - date '+%Y%m%d-%H%M%S'; ./autogen.sh --disable-autotools-deprecation && [ "$(LANG=C make -C po update-po 2>&1 1>/dev/null | grep -c 'warning:')" = 0 ]
 
 pages:
   stage: deploy