|
@ -173,6 +173,7 @@ local function listPackages(filter) |
|
|
end |
|
|
end |
|
|
end |
|
|
end |
|
|
end |
|
|
end |
|
|
|
|
|
--[[ |
|
|
local lRepos = readFromFile(2) |
|
|
local lRepos = readFromFile(2) |
|
|
if lRepos then |
|
|
if lRepos then |
|
|
for _, j in pairs(lRepos.repos) do |
|
|
for _, j in pairs(lRepos.repos) do |
|
@ -183,6 +184,7 @@ local function listPackages(filter) |
|
|
end |
|
|
end |
|
|
end |
|
|
end |
|
|
end |
|
|
end |
|
|
|
|
|
]] |
|
|
else |
|
|
else |
|
|
local lPacks = {} |
|
|
local lPacks = {} |
|
|
local tPacks = readFromFile(1) |
|
|
local tPacks = readFromFile(1) |
|
@ -254,6 +256,7 @@ local function getInformation(pack) |
|
|
end |
|
|
end |
|
|
end |
|
|
end |
|
|
end |
|
|
end |
|
|
|
|
|
--[[ |
|
|
local lRepos = readFromFile(2) |
|
|
local lRepos = readFromFile(2) |
|
|
if lRepos then |
|
|
if lRepos then |
|
|
for i, j in pairs(lRepos.repos) do |
|
|
for i, j in pairs(lRepos.repos) do |
|
@ -264,6 +267,7 @@ local function getInformation(pack) |
|
|
end |
|
|
end |
|
|
end |
|
|
end |
|
|
end |
|
|
end |
|
|
|
|
|
]] |
|
|
return nil |
|
|
return nil |
|
|
end |
|
|
end |
|
|
|
|
|
|
|
|