doc/guide/src/customization.page in autoproj-1.5.5 vs doc/guide/src/customization.page in autoproj-1.5.6

- old
+ new

@@ -112,12 +112,20 @@ This file can in particular be used to avoid further updates to a given software package. Simply do: {coderay:: yaml} -version_control: +overrides: - orocos/rtt: type: none +{coderay} + +To track a different branch that the default branch, you will have to do: + +{coderay:: yaml} +overrides: + - orocos/rtt: + branch: experimental {coderay} Building local packages -----------------------