Skip to content
Snippets Groups Projects
Commit 3b255f5b authored by Ariel D'Alessandro's avatar Ariel D'Alessandro
Browse files

pkg-merge-upstream-to-downstreams: Pull updates from debian backports


We may want to run the CI pipeline to pull updates from a debian release
backports upstream. Extend this script to handle those branches.

Signed-off-by: default avatarAriel D'Alessandro <ariel.dalessandro@collabora.com>
parent cb5b8ea5
No related branches found
No related tags found
2 merge requests!263pkg-merge-upstream-to-downstreams: Pull updates from debian backports,!93WIP: documentation-builder: Rebase on Apertis instead of Debian Buster
Pipeline #382102 failed
......@@ -50,6 +50,7 @@ def existing_upstream_branches(upstream: str):
branches = [
f'{upstream}-updates',
f'{upstream}-proposed-updates',
f'{upstream}-backports',
f'{upstream}-security',
f'{upstream}',
]
......
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