diff options
-rwxr-xr-x | buildrepo.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildrepo.lua b/buildrepo.lua index 49cff33..311cc88 100755 --- a/buildrepo.lua +++ b/buildrepo.lua @@ -228,7 +228,7 @@ for _,repo in pairs(args) do end -- generate new apkindex - if not opts.n then + if not opts.n and built > 0 then info("Updating apk index") apkrepo.update_index(("%s/%s"):format(repodest, repo), abuild.arch, db:git_describe()) |