Added comment as to why we delete notes from pkginfo before adding to catalog.

This commit is contained in:
Greg Neagle
2012-05-22 16:11:37 -07:00
parent a74ca2cf24
commit f4baa87667
+1
View File
@@ -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: