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

Merge branch 'hotfix/migrate3x-1x-invalid-branch' into hbl

parents 975be96b 86d97859
No related branches found
No related tags found
No related merge requests found
......@@ -16,18 +16,11 @@ if not version_match or not self_version or version_match(self_version, "<64.0")
DIE("Unsupported Turris model: " .. tostring(model))
end
-- TODO move it to hbs when we have v63.0 in hbs
local branch = "hbk"
if board == "turris1x" then
-- Turris 1.x is only supported in HBK for now
branch = "hbd"
end
--[[
We provide access to only HBS repository and to only minimal set of feeds. We
don't need anything more to update updater.
]]
Repository("turris", "https://repo.turris.cz/" .. branch .. "/" .. board .. "/packages", {
Repository("turris", "https://repo.turris.cz/hbs/" .. board .. "/packages", {
priority = 60,
subdirs = { "base", "core", "packages", "turrispackages"}
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment