From d0c2cc320bd3cc15038f5df247d7c692dbe2d859 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sat, 13 Jan 2018 00:59:15 -0600 Subject: [PATCH] Temporarily disabling the local package definition scheme --- src/spm/spm.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/spm/spm.lua b/src/spm/spm.lua index 6007be7..287dafc 100644 --- a/src/spm/spm.lua +++ b/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