Added blocking_applications to the list of pkginfo keys that get copied from the previous version to a munkiimport of a newer version.

git-svn-id: http://munki.googlecode.com/svn/trunk@1155 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
Greg Neagle
2011-04-29 21:41:36 +00:00
parent 820f88f364
commit 57fa34e0fe
+2 -1
View File
@@ -621,7 +621,8 @@ def main():
matchingpkginfo.get('installer_item_location')):
options.subdirectory = os.path.dirname(
matchingpkginfo['installer_item_location'])
for key in ['forced_install',
for key in ['blocking_applications',
'forced_install',
'forced_uninstall',
'unattended_install',
'unattended_uninstall',