feat(cdn): derive Ubuntu routes from codenames #174
Loading…
Reference in a new issue
No description provided.
Delete branch "t3code/add-dynamic-cran-binary-routing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Motivation
Ubuntu release codenames cannot be derived from version numbers, so the edge router currently needs a code change for every Ubuntu release.
The generic repository setup can already read
VERSION_CODENAMEfrom/etc/os-releaseand send it in the user agent.Changes
codename=<name>token for Ubuntu slot routing.User-agent format
R/4.6.1 (Ubuntu 26.04; codename=resolute) (aarch64-unknown-linux-gnu)Verification
just edge-test, 1 test with 16 steps passed.git diff --checkeab54ee7edto83393491ef