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

compile_pkgs: change patch to new repository path

parent e9790c70
No related merge requests found
......@@ -196,7 +196,7 @@ configure() {
echo "CONFIG_CCACHE=y"
[ -n "$DL_MIRROR" ] && echo "CONFIG_DOWNLOAD_FOLDER=$DL_MIRROR"
echo "CONFIG_VERSION_DIST=\"TurrisOS\""
echo "CONFIG_VERSION_REPO=\"https://repo.turris.cz/$PUBLISH_BRANCH/packages/$TARGET_BOARD\""
echo "CONFIG_VERSION_REPO=\"https://repo.turris.cz/$PUBLISH_BRANCH/$TARGET_BOARD/packages\""
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\""
......
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