Skip to content
Snippets Groups Projects
Verified Commit 9db4e1d6 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

Set various URLs to be Turris specific

parent 4d9d851b
Branches
Tags
1 merge request!123Turris OS 5.0 (HBK)
......@@ -188,6 +188,9 @@ configure() {
echo "CONFIG_VERSION_DIST=\"TurrisOS\""
echo "CONFIG_VERSION_REPO=\"https://repo.turris.cz/$PUBLISH_BRANCH/packages/$TARGET_BOARD\""
echo "CONFIG_VERSION_NUMBER=\"$("${src_dir}/helpers/turris-version.sh" version)\""
echo "CONFIG_VERSION_HOME_URL=\"http://www.turris.cz/\""
echo "CONFIG_VERSION_BUG_URL=\"http://gitlab.labs.nic.cz/groups/turris/-/issues\""
echo "CONFIG_VERSION_SUPPORT_URL=\"http://www.turris.cz/support-community/\""
echo "CONFIG_ALL_KMODS=$everything"
echo "CONFIG_ALL=$everything"
} >> .config
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment