]> git.e2factory.org Git - e2factory.git/commitdiff
do not sort the dependency list. This is not neccessary and this way
authorGordon Hecker <gh@emlix.com>
Thu, 4 Mar 2010 16:58:10 +0000 (17:58 +0100)
committerGordon Hecker <gh@emlix.com>
Mon, 3 May 2010 09:49:51 +0000 (11:49 +0200)
the order is maintained when passing the dependency list to the
build process

local/e2tool.lua

index c475cf0253d85ca2077e7fc8dc96996f82a0a3d2..02aea5d637a195ba8f6b61361635d1d8279a003f 100644 (file)
@@ -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. " ..