summaryrefslogtreecommitdiffstats
path: root/buildrepo.lua
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-01-24 07:21:28 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-01-24 07:36:11 +0000
commitfd217ba882e96885a8808ed94ec006191b292f96 (patch)
tree559adedf648eeffed5c2636a8346c1cdd201d358 /buildrepo.lua
parent3d50875ef6879de9b7adec1903774472bc361983 (diff)
downloadlua-aports-fd217ba882e96885a8808ed94ec006191b292f96.tar.bz2
lua-aports-fd217ba882e96885a8808ed94ec006191b292f96.tar.xz
pkg: fix bug in arch_enabled
Diffstat (limited to 'buildrepo.lua')
-rwxr-xr-xbuildrepo.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/buildrepo.lua b/buildrepo.lua
index 3cee760..d99527f 100755
--- a/buildrepo.lua
+++ b/buildrepo.lua
@@ -78,10 +78,6 @@ local function build_aport(aport, repodest, logdir)
return pipe:close()
end
-local function build_repo(aportsdir, repodest, logdir, repo, keep_going)
- return true
-end
-
local function post_purge(repodest, repo)
local keep = {}
local lfs = require('lfs')