Skip to content
Snippets Groups Projects

Improve component guide with additional warnings

Merged Walter Lozano requested to merge wip/wlozano/component_manual_updating into master
All threads resolved!
@@ -530,7 +530,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}
Loading