mirror of
https://github.com/munki/munki.git
synced 2026-04-22 12:38:23 -05:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user