Skip to content
Snippets Groups Projects
Commit 7e85bff0 authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

Release apertis-dev-tools version 0.2023.10

parent 14c623a7
No related branches found
No related tags found
1 merge request!64import-debian-package: avoid oversized commit messages
Pipeline #652445 skipped
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment