[neon/extras/labplot/Neon/release] debian: ci: disable build verbosity

Pino Toscano null at kde.org
Wed Oct 2 14:04:05 BST 2024


Git commit 0322b2e2f421aff5ad1a8e3f2770a790359ea1a6 by Pino Toscano.
Committed on 13/07/2024 at 18:27.
Pushed by jriddell into branch 'Neon/release'.

ci: disable build verbosity

this way the log will all fit

M  +2    -0    debian/changelog
M  +4    -0    debian/salsa-ci.yml

https://invent.kde.org/neon/extras/labplot/-/commit/0322b2e2f421aff5ad1a8e3f2770a790359ea1a6

diff --git a/debian/changelog b/debian/changelog
index 4fcd9eb..c411019 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ labplot (2.11.0-0r1) UNRELEASED; urgency=medium
   * Do not ship development bits (e.g. headers) for now.
   * Update install files.
   * Update lintian overrides.
+  * CI: make the build non-verbose, so the build log fits within the salsa
+    limits.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 13 Jul 2024 17:46:43 +0200
 
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
index f71bdf3..ce96b6f 100644
--- a/debian/salsa-ci.yml
+++ b/debian/salsa-ci.yml
@@ -5,3 +5,7 @@ variables:
   SALSA_CI_DISABLE_MISSING_BREAKS: 'no'
   SALSA_CI_DISABLE_RC_BUGS: 'no'
   SALSA_CI_REPROTEST_ARGS: '--variations=-build-path'
+  # not working with terse output
+  SALSA_CI_DISABLE_BLHC: 1
+  # disable the verbose output so that the whole build log is available
+  DEB_BUILD_OPTIONS: 'terse'



More information about the Neon-commits mailing list