Browse Source

Temporarily disabling the local package definition scheme

environments/production/deployments/9
Drew Short 6 years ago
parent
commit
d0c2cc320b
  1. 4
      src/spm/spm.lua

4
src/spm/spm.lua

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

Loading…
Cancel
Save