mirror of
https://github.com/munki/munki.git
synced 2026-04-26 15:00:08 -05:00
Merge branch 'master' into notification-center
This commit is contained in:
@@ -239,7 +239,7 @@ def import_package(packagepath, curs):
|
||||
plist.get('Bundle identifier', pkgname))
|
||||
# 'Bundle versions string, short' is a weird Casper Composer thing
|
||||
vers = plist.get('CFBundleShortVersionString',
|
||||
plist.get('Bundle versions string, short'), '1.0')
|
||||
plist.get('Bundle versions string, short', '1.0'))
|
||||
ppath = plist.get('IFPkgRelocatedPath', '').lstrip('./').rstrip('/')
|
||||
|
||||
values_t = (timestamp, owner, pkgid, vers, ppath, pkgname)
|
||||
|
||||
Reference in New Issue
Block a user