mirror of
https://github.com/munki/munki.git
synced 2026-04-21 20:18:20 -05:00
Added comment as to why we delete notes from pkginfo before adding to catalog.
This commit is contained in:
@@ -107,6 +107,7 @@ def makecatalogs(repopath):
|
||||
|
||||
try:
|
||||
pkginfo = plistlib.readPlist(filepath)
|
||||
# don't copy admin notes to catalogs.
|
||||
if pkginfo.get('notes'):
|
||||
del(pkginfo['notes'])
|
||||
except IOError, inst:
|
||||
|
||||
Reference in New Issue
Block a user