func/minion/modules/rpms.py | 1 + 1 file changed, 1 insertion(+) New commits: commit e473615e4a6be5a0d4bff47847ec57e3735711c9 Author: Seth Vidal <skvidal@xxxxxxxxxxxxxxxxx> Date: Mon Jun 14 15:58:03 2010 -0400 sort the returns from rpms.py for invetory/glob but not for verify diff --git a/func/minion/modules/rpms.py b/func/minion/modules/rpms.py index 168e8b7..5c0f055 100644 --- a/func/minion/modules/rpms.py +++ b/func/minion/modules/rpms.py @@ -90,6 +90,7 @@ class RpmModule(func_module.FuncModule): else: # Otherwise we return it as a list results.append([name, epoch, version, release, arch]) + results.sort() return results _______________________________________________ Func-list mailing list Func-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/func-list