From 4393a2aa2c390962fac16eded90cf59da3019a32 Mon Sep 17 00:00:00 2001 From: Walter Lozano <walter.lozano@collabora.com> Date: Thu, 12 Aug 2021 15:32:57 -0300 Subject: [PATCH] Change branch to unreleased on component guide In order to avoid confusions since updating from developer repositories refers to version not yet released to any Debian distribution/name change the branch name to unreleased. Signed-off-by: Walter Lozano <walter.lozano@collabora.com> --- content/guides/component_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/component_guide.md b/content/guides/component_guide.md index 648fe576c..4dcf804ce 100644 --- a/content/guides/component_guide.md +++ b/content/guides/component_guide.md @@ -337,7 +337,7 @@ packages taken from stable or even testing releases. and wish to use the updated package in Bullseye: $ CURRENT_UPSTREAM=buster - $ DESIRED_UPSTREAM=experimental + $ DESIRED_UPSTREAM=unreleased $ git push origin origin/upstream/${CURRENT_UPSTREAM}:refs/heads/upstream/${DESIRED_UPSTREAM} $ git push origin origin/debian/${CURRENT_UPSTREAM}:refs/heads/debian/${DESIRED_UPSTREAM} -- GitLab