mirror of
https://github.com/munki/munki.git
synced 2026-05-02 18:30:03 -05:00
munkiimport copies 'featured' from prior version and also offers to edit it
This commit is contained in:
@@ -1096,6 +1096,7 @@ def main():
|
||||
'update_for',
|
||||
'category',
|
||||
'developer',
|
||||
'featured',
|
||||
'icon_name']:
|
||||
if key in matchingpkginfo:
|
||||
print 'Copying %s: %s' % (key, matchingpkginfo[key])
|
||||
@@ -1108,6 +1109,7 @@ def main():
|
||||
('Version', 'version', 'str'),
|
||||
('Category', 'category', 'str'),
|
||||
('Developer', 'developer', 'str'),
|
||||
('Featured', 'featured', 'bool'),
|
||||
('Unattended install', 'unattended_install', 'bool'),
|
||||
('Unattended uninstall', 'unattended_uninstall', 'bool'),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user