--- Function call tracing
-- @module generic.trace
--- Copyright (C) 2013 emlix GmbH, see file AUTHORS
+-- Copyright (C) 2013-2016 emlix GmbH, see file AUTHORS
--
-- This file is part of e2factory, the emlix embedded build system.
-- For more information see http://www.e2factory.org
--- Chroot config module.
-- @module local.chroot
--- Copyright (C) 2007-2014 emlix GmbH, see file AUTHORS
+-- Copyright (C) 2007-2016 emlix GmbH, see file AUTHORS
--
-- This file is part of e2factory, the emlix embedded build system.
-- For more information see http://www.e2factory.org
--- Universal string list. Handy for storing result-, licence-, source names.
-- @module local.sl
--- Copyright (C) 2014 emlix GmbH, see file AUTHORS
+-- Copyright (C) 2014-2016 emlix GmbH, see file AUTHORS
--
-- This file is part of e2factory, the emlix embedded build system.
-- For more information see http://www.e2factory.org
end
end
---- Remove matching entry from string list.
+--- Remove matching from the string list.
-- @param entry The entry.
-- @return True when one or more entries were removed, false otherwise.
function sl.sl:remove(entry)
--- Source base class. Implements the base source class and config loader.
-- @module local.source
--- Copyright (C) 2007-2014 emlix GmbH, see file AUTHORS
+-- Copyright (C) 2007-2016 emlix GmbH, see file AUTHORS
--
-- This file is part of e2factory, the emlix embedded build system.
-- For more information see http://www.e2factory.org