assertIsTable(result.results[resultv])
depends = result.results[resultv]:depends_list()
else
- depends = sl.sl:new(true)
+ depends = sl.sl:new()
depends:insert_table(resultv)
end
result.basic_result.initialize(self, rawres)
- self._depends_list = sl.sl:new(true)
+ self._depends_list = sl.sl:new()
self._buildid = false
- self._sources_list = sl.sl:new(true)
- self._chroot_list = sl.sl:new(true)
+ self._sources_list = sl.sl:new()
+ self._chroot_list = sl.sl:new()
self._env = environment.new()
self._build_mode = false
self._build_settings = false
local rc, re, licences
- licences = sl.sl:new(true)
+ licences = sl.sl:new()
--[[if not rawsrc.licences and rawsrc.licence then
e2lib.warnf("WDEPRECATED", "in source %s:", src.name)
local out, rc, re, info
local bc = res:build_config()
local e = err.new("providing project data to this build failed")
- local cp_sources = sl.sl:new(true, false)
- local cp_depends = sl.sl:new(true, false)
- local cp_chroot = sl.sl:new(true, false)
- local cp_licences = sl.sl:new(true, false)
+ local cp_sources = sl.sl:new()
+ local cp_depends = sl.sl:new()
+ local cp_chroot = sl.sl:new()
+ local cp_licences = sl.sl:new()
info = e2tool.info()
end
licences = self:get_licences()
- llist = sl.sl:new(true)
+ llist = sl.sl:new()
for _,licencename in ipairs(f.licences) do
if not licence.licences[licencename] then