Skip to content
Snippets Groups Projects
Commit e52744a5 authored by Arnaud Ferraris's avatar Arnaud Ferraris Committed by Martyn Welch
Browse files

packaging guide: Add steps for creating missing debian/RELEASE branch


Signed-off-by: default avatarArnaud Ferraris <arnaud.ferraris@collabora.com>
parent a6ddd452
No related branches found
No related tags found
1 merge request!230Improve packaging guide
Checking pipeline status
......@@ -128,6 +128,12 @@ and selecting the `debian/bullseye` branch as the reference.
![Run Pipeline button](/images/run-pipeline-button.png)
If the needed `debian/$RELEASE` branch doesn't exist (for example, there is a
`debian/buster` branch but no `debian/bullseye`), the Gitlab Web UI can be used
to create it. In the `Create from` field of the branch creation page, users
should select `debian/${RELEASE-1}`. In this case, the new branch named
`debian/bullseye` will be created from `debian/buster`.
Reviewers can then force-push to the proposed update branch in the Merge
Request to fixup any issue caused by the automated merge, and ultimately land
the MRs to the `apertis/*` branches.
......
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