From 7e85bff008f38d146e383bed09c43022270f386c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com>
Date: Thu, 28 Sep 2023 16:05:51 +0200
Subject: [PATCH] Release apertis-dev-tools version 0.2023.10
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
---
 debian/changelog | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 93ede21..c64abe8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+apertis-dev-tools (0.2023.10) apertis; urgency=medium
+
+  * import-debian-package: avoid oversized commit messages
+    `gbp import-dsc` puts all the new changelog entries in the commit
+    message, generating big walls of text when, for instance, importing a new
+    package for the first time.
+    GitLab then puts the whole log message in the `CI_COMMIT_MESSAGE` env
+    var, which makes the runner to fail during the executor preparation
+    section with the error:
+        exec /usr/bin/dumb-init: argument list too long
+    To avoid that, trim the message to only keep the first line.
+
+ -- Dylan Aïssi <dylan.aissi@collabora.com>  Thu, 28 Sep 2023 16:02:24 +0200
+
 apertis-dev-tools (0.2023.9) apertis; urgency=medium
 
   * ade: Turn all from_* methods into proper classmethods
-- 
GitLab