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

lists: set new path to Turris 1.x repository

parent f6003565
Branches
Tags
No related merge requests found
......@@ -7,11 +7,7 @@ local optional_extra
if features.relative_uri then
rroot = ".."
else
local pkg_board = board
if pkg_board == "turris1x" then
pkg_board = "turris"
end
rroot = repo_base_uri or "https://repo.turris.cz/hbs/" .. pkg_board
rroot = repo_base_uri or "https://repo.turris.cz/hbs/" .. board
end
for _, feed in ipairs(feeds) do
......
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