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
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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}
Loading