You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename the builder's internal variable cname_base to match cname under ADR 0035.
Rename the builder's internal variable cname (currently {cname_base}-{arch}-{version}) to match versioned flavor under ADR 0035.
Update BUILDER_CNAME passed to feature scripts to contain only the cname (feature encoding), and introduce BUILDER_FLAVOR ({cname}-{arch}) and BUILDER_TARGET ({cname}-{arch}-{version}) as separate variables.
Update docs/features.md and docs/getting_started.md to reflect the new terminology.
Context: ADR 0035
cname_baseto match cname under ADR 0035.cname(currently{cname_base}-{arch}-{version}) to match versioned flavor under ADR 0035.BUILDER_CNAMEpassed to feature scripts to contain only the cname (feature encoding), and introduceBUILDER_FLAVOR({cname}-{arch}) andBUILDER_TARGET({cname}-{arch}-{version}) as separate variables.docs/features.mdanddocs/getting_started.mdto reflect the new terminology.