Hey guys,

I've just upgraded to koji 1.6 and I still have this issue with Lustre.

Because it's not maintstream, you will find the new patch in attachment (it's the same patch than before without Hunks warning).

Thomas


--- kojihub.py.ORI	2011-09-07 15:57:45.000000000 +1000
+++ kojihub.py	2011-09-07 15:58:02.000000000 +1000
@@ -6805,7 +6805,7 @@
                     stat_map = {}
                     for attr in dir(stat_info):
                         if attr.startswith('st_'):
-                            if attr == 'st_size':
+                            if attr == 'st_size' or attr == 'st_dev':
                                 stat_map[attr] = str(getattr(stat_info, attr))
                             else:
                                 stat_map[attr] = getattr(stat_info, attr)
--
buildsys mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/buildsys

Reply via email to