At some point update-changelog started referencing /etc/os-release to figure out what OS version to include in the changelog (probably my fault). But as we shift to more containerization, there's even less of a correlation between host OS and target OS. We should probably hardcode it to our base OS ("bullseye") or something else so it doesn't depend on the dev's OS.
At some point update-changelog started referencing
/etc/os-release
to figure out what OS version to include in the changelog (probably my fault). But as we shift to more containerization, there's even less of a correlation between host OS and target OS. We should probably hardcode it to our base OS ("bullseye") or something else so it doesn't depend on the dev's OS.