Skip to content
Snippets Groups Projects

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

See: https://gitlab.com/gitlab-org/gitlab/-/issues/392406

To avoid that, trim the message to only keep the first line.

Fix: infrastructure/apertis-issues#395 (closed)

Merge request reports

Merge request pipeline #611646 passed

Merge request pipeline passed for 7e85bff0

Merged by Andrej ShaduraAndrej Shadura 1 year ago (Oct 3, 2023 1:21pm UTC)

Loading

Pipeline #612764 passed

Pipeline passed for 7e85bff0 on apertis/v2024pre

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading