]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
task/install: keep the order of pkgs to be installed 1243/head
authorKefu Chai <kchai@redhat.com>
Mon, 10 Dec 2018 14:50:38 +0000 (22:50 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 10 Dec 2018 14:50:39 +0000 (22:50 +0800)
commitc4f3fafb50946be8ba3607ba1bd3dc1fbf1be402
treec58e667145374c07d5eb2d563d1011305542afdc
parent91b9f66d3ab19a39940866ec697c0d8404f39a98
task/install: keep the order of pkgs to be installed

before this change, the package list to be installed are ordered by
the hash function used by set().

after this change, the order of packages are not changed. so we can
ensure the order of package installation is the identical to that
of package list in yaml.

Signed-off-by: Kefu Chai <kchai@redhat.com>
teuthology/task/install/__init__.py