Skip to content
Snippets Groups Projects
Commit 9f837006 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

pkg-merge-updates: Do not hardcode Debian in the changelog


We may be merging from Apertis when being run on a dowstream
infrastructure.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent d19ac3cd
No related branches found
No related tags found
1 merge request!214v2021 ← v2022dev2: pkg-merge-updates: Always produce a merge commit
......@@ -133,7 +133,7 @@ def main():
version = upstream_version.full_version + args.local_suffix + '0'
bump_version(
version,
[f'Sync from Debian {args.upstream}.'],
[f'Sync from {args.upstream}.'],
release=True
)
git('commit', '--amend', '--no-edit', 'debian/changelog')
......
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