Skip to content
Snippets Groups Projects
Commit ef5c9a49 authored by Walter Lozano's avatar Walter Lozano Committed by Ritesh Raj Sarraf
Browse files

Fix branch names on component guide


In order to follow the best practices when upgrading components, change
branch name prefixes from wip to proposed-updates to trigger a license
scan.

Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
parent 5eaac861
Tags apertis/3.7.2-1
1 merge request!262Improve component guide with additional warnings
......@@ -367,7 +367,7 @@ packages taken from stable or even testing releases.
do this via a development branch that can be pushed for review.
$ APERTIS_RELEASE=v2021
$ PROPOSED_BRANCH=wip/${GITLAB_GROUP}/${APERTIS_RELEASE}-update-from-${DESIRED_UPSTREAM}
$ PROPOSED_BRANCH=proposed-updates/${GITLAB_GROUP}/${APERTIS_RELEASE}-update-from-${DESIRED_UPSTREAM}
$ git checkout -b ${PROPOSED_BRANCH} apertis/${APERTIS_RELEASE}
$ apertis-pkg-merge-updates --upstream=debian/${DESIRED_UPSTREAM} --downstream=${PROPOSED_BRANCH}
......
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