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

lists: update repository location

Lists were moved to same subdirectory as packages and packages and board
directories order is now flipped.
parent bb550f39
No related branches found
No related tags found
No related merge requests found
......@@ -7,15 +7,14 @@ local optional_extra
if features.relative_uri then
rroot = ".."
else
rroot = repo_base_uri or "https://repo.turris.cz/hbs"
end
local pkg_board = board
if pkg_board == "turris1x" then
pkg_board = "turris"
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
end
for _, feed in ipairs(feeds) do
-- Standard Turris OS package repository
Repository(feed, rroot .. "/packages/" .. pkg_board .. "/" .. feed)
Repository(feed, rroot .. "/packages/" .. feed)
end
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