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

pkg-merge-upstream-to-downstreams: Check $RELEASE-updates branches


When pulling from Apertis to downstreams we need to also check branches
like `apertis/v2021-updates` when looking for updates to import.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 1698f955
No related branches found
No related tags found
1 merge request!224v2021 ← v2022dev2 backports: Enhancements in package-source-builder for the ci-package-builder pipeline
Pipeline #266507 passed
......@@ -30,6 +30,7 @@ def ensure_branch(name: str, fallbacks: list) -> str:
def existing_upstream_branches(upstream: str):
branches = set((
f'{upstream}-updates',
f'{upstream}-proposed-updates',
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