From: Gordon Hecker Date: Thu, 4 Mar 2010 16:58:10 +0000 (+0100) Subject: do not sort the dependency list. This is not neccessary and this way X-Git-Tag: e2factory-2.3.6pre1~4 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=1c6f0d5195824bfca165b73740336e71213f4905;p=e2factory.git do not sort the dependency list. This is not neccessary and this way the order is maintained when passing the dependency list to the build process --- diff --git a/local/e2tool.lua b/local/e2tool.lua index c475cf0..02aea5d 100644 --- a/local/e2tool.lua +++ b/local/e2tool.lua @@ -1892,7 +1892,6 @@ function check_result(info, resultname) end end end - table.sort(res.depends) if type(res.chroot) == "nil" then e2lib.warnf("WDEFAULT", "in result %s:", resultname) e2lib.warnf("WDEFAULT", " chroot groups not configured. " ..