s/forced_(un)install/unattended_(un)install/g

s/only_forced/only_unattended/g

Change forced_* pkginfo key names to more accurately describe what's happening, since they're not "forced" in the true sense of the word.

Admins should include both forced_* and unattended_* keys in their pkginfos while migrating to client releases after this change, to ensure both old and new clients have desired pkg push agressiveness :(


git-svn-id: http://munki.googlecode.com/svn/trunk@1098 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
Justin McWilliams
2011-04-08 16:23:45 +00:00
parent 1c9e5784c1
commit e84453eb5f
4 changed files with 75 additions and 73 deletions
+2 -2
View File
@@ -621,8 +621,8 @@ def main():
matchingpkginfo.get('installer_item_location')):
options.subdirectory = os.path.dirname(
matchingpkginfo['installer_item_location'])
for key in ['forced_install',
'forced_uninstall',
for key in ['unattended_install',
'unattended_uninstall',
'requires',
'update_for']:
if key in matchingpkginfo: