Skip to content

Use channel name for stable builds in os-release

Martijn Braam requested to merge os-release-stable-name into master

Use the channel instead of pmbootstrap version as distribution version in stable builds in the /etc/os-release file:

/ # cat /etc/os-release 
PRETTY_NAME="postmarketOS v20.05"
NAME="postmarketOS"
VERSION_ID="v20.05"
VERSION="v20.05-23a24700"
ID="postmarketos"
ID_LIKE="alpine"
HOME_URL="https://www.postmarketos.org/"
SUPPORT_URL="https://gitlab.com/postmarketOS"
BUG_REPORT_URL="https://gitlab.com/postmarketOS/pmbootstrap/issues"
PMOS_HASH="23a247006ea4be3e64b52a302d3b96571291f713"

Merge request reports