mirror of
https://github.com/munki/munki.git
synced 2025-12-30 19:20:10 -06:00
Merge branch 'master' into swiftapps
This commit is contained in:
@@ -223,7 +223,7 @@ class RepoCleaner(object):
|
||||
if pkginfo.get(key):
|
||||
value = pkginfo[key]
|
||||
if key == 'catalogs':
|
||||
value = ', '.join(value)
|
||||
value = ', '.join(sorted(value))
|
||||
if key == 'receipts':
|
||||
value = ', '.join(
|
||||
[item.get('packageid', '') for item in value])
|
||||
|
||||
Reference in New Issue
Block a user