Greg Neagle
|
801cc39a34
|
Fix installer.py error calling munkistatus.message() with multiple arguments
|
2014-10-29 06:39:18 -07:00 |
|
Greg Neagle
|
05b82c1c43
|
More Italian localization bits for MunkiStatus.app
|
2014-10-28 10:02:55 -07:00 |
|
Greg Neagle
|
c81b467155
|
Change 'Applicazione' labels to 'Applicazioni' in Italian localization
|
2014-10-28 09:58:56 -07:00 |
|
Greg Neagle
|
432e0d2939
|
New Italian localization for MSC.app courtesy Dino Libertino
|
2014-10-28 09:40:18 -07:00 |
|
Greg Neagle
|
5306755552
|
Don't attempt to check mtime of client key unless it exists!
|
2014-10-28 08:55:38 -07:00 |
|
Greg Neagle
|
e31733ba5a
|
PyLint cleanups
|
2014-10-28 08:42:58 -07:00 |
|
Greg Neagle
|
b8d19f147b
|
PyLint cleanups
|
2014-10-27 09:55:44 -07:00 |
|
Greg Neagle
|
7fd3512552
|
PyLint cleanups
|
2014-10-27 09:55:17 -07:00 |
|
Greg Neagle
|
284bdd346a
|
PyLint cleanups
|
2014-10-27 08:19:15 -07:00 |
|
Greg Neagle
|
7fcb4bf79c
|
PyLint cleanups
|
2014-10-26 22:44:51 -07:00 |
|
Greg Neagle
|
b22ea11cb5
|
Merge branch 'master' of https://github.com/munki/munki
|
2014-10-26 11:42:48 -07:00 |
|
Greg Neagle
|
423ec8b790
|
PyLint cleanup: replace all unused_foo variables with dummy_foo variables to make PyLint happy
|
2014-10-26 11:42:33 -07:00 |
|
Greg Neagle
|
c4017c9aef
|
PyLint cleanups
|
2014-10-26 11:34:09 -07:00 |
|
Greg Neagle
|
ee80615460
|
PyLint cleanups
|
2014-10-26 11:03:01 -07:00 |
|
Greg Neagle
|
e6e58ad933
|
PyLint cleanups
|
2014-10-26 10:56:49 -07:00 |
|
Greg Neagle
|
5ce9d2a5e2
|
PyLint cleanups
|
2014-10-26 10:13:04 -07:00 |
|
Greg Neagle
|
e14fc7ace7
|
PyLint cleanups
|
2014-10-26 09:56:17 -07:00 |
|
Greg Neagle
|
c841f33dbc
|
PyLint cleanups
|
2014-10-26 09:39:04 -07:00 |
|
Greg Neagle
|
9ec51563ca
|
PyLint cleanups
|
2014-10-26 08:51:14 -07:00 |
|
Greg Neagle
|
c80b9a1041
|
PyLint cleanups; implement connection_willSendRequestForAuthenticationChallenge_ delegate method since it replaces two other method depreacted in 10.10 (connection_canAuthenticateAgainstProtectionSpace_, connection_didReceiveAuthenticationChallenge_)
|
2014-10-26 08:37:27 -07:00 |
|
Greg Neagle
|
a3f137da33
|
PyLint formatting cleanup for munkilib.utils.py
|
2014-10-25 11:47:00 -07:00 |
|
Greg Neagle
|
2b204951e5
|
Merge pull request #416 from timsutton/tests-fix-AU-download-warning
tests: Remove unused warning conditional in appleupdates.CheckForSoftwar...
|
2014-10-25 11:43:04 -07:00 |
|
Timothy Sutton
|
1069f05b8d
|
tests: Remove unused warning conditional in appleupdates.CheckForSoftwareUpdates
- fixes a failing test since merging NSURL branch
|
2014-10-25 14:32:45 -04:00 |
|
Greg Neagle
|
69aa144886
|
Warn that adding a component package is currently not implemented/broken
|
2014-10-25 10:12:12 -07:00 |
|
Greg Neagle
|
95c542cb2a
|
Bump version to 2.1.0 to reflect non-trivial NSURL changes
|
2014-10-25 10:10:35 -07:00 |
|
Greg Neagle
|
e2e4a3967a
|
Merge branch 'NSURL'
|
2014-10-25 10:08:48 -07:00 |
|
Greg Neagle
|
564e4ac368
|
Change munkicommon.tmpdir to a function so that importing munkicommon does not create orphaned munki-foo directories in /tmp
|
2014-10-25 10:06:37 -07:00 |
|
Greg Neagle
|
2b4e04159f
|
use os.makedirs() instead of os.makedir() when creating our cache directory in case ~/Library/Caches doesn't exist. Addresses issue #408
|
2014-10-24 11:36:06 -07:00 |
|
Greg Neagle
|
2d6add8499
|
Merge branch 'master' of https://github.com/munki/munki
|
2014-10-24 11:35:31 -07:00 |
|
Greg Neagle
|
135fa8f2d3
|
use os.makedirs() instead of os.makedir() when creating our cache directory in case ~/Library/Caches doesn't exist. Addresses issue #408
|
2014-10-24 11:35:17 -07:00 |
|
Greg Neagle
|
f61bf432c8
|
Merge pull request #404 from jlrgraham/master
Sort catalog and manifest lists in manifestutil.
|
2014-10-24 11:12:08 -07:00 |
|
Greg Neagle
|
9a2130055d
|
If custom resources zip is an invalid zip file, ignore it instead of causing MSC to become inoperative.
|
2014-10-24 11:10:37 -07:00 |
|
Greg Neagle
|
542a42264b
|
If custom resources zip is an invalid zip file, ignore it instead of causing MSC to become inoperative.
|
2014-10-24 11:08:57 -07:00 |
|
Greg Neagle
|
2b46ebebf5
|
Work around PyObjC issue on 10.6 by converting an NSData object to a string a different way
|
2014-10-24 09:32:36 -07:00 |
|
Greg Neagle
|
bb6615ea32
|
Don't check for existence of client_cert_path if client_cert_path is None
|
2014-10-24 09:31:27 -07:00 |
|
Greg Neagle
|
3ae29f125f
|
Merge branch 'master' into NSURL
|
2014-10-23 16:21:44 -07:00 |
|
Greg Neagle
|
4f486f06bf
|
Merge pull request #409 from bochoven/master
Update MainMenu.strings
|
2014-10-23 16:21:09 -07:00 |
|
Greg Neagle
|
d5bb566e4b
|
Merge branch 'master' into NSURL
|
2014-10-23 15:17:48 -07:00 |
|
Greg Neagle
|
50b4418de8
|
Merge pull request #412 from bartreardon/master
fix preinstall_alert and preuninstall_alert unicode support
|
2014-10-23 15:17:19 -07:00 |
|
bartreardon
|
77879453f7
|
removed incorrect usage of NSLocalisedString
|
2014-10-24 09:12:04 +11:00 |
|
Greg Neagle
|
653eb85d29
|
Merge branch 'master' into NSURL
|
2014-10-23 14:56:49 -07:00 |
|
Greg Neagle
|
d65e7be469
|
Merge pull request #414 from gbatye/master
Adding uninstall description pkginfo key
|
2014-10-23 14:55:49 -07:00 |
|
Greg Batye
|
7bff4281dd
|
Adding uninstall description pkginfo key
|
2014-10-23 14:48:52 -07:00 |
|
Greg Neagle
|
4e79aa60a5
|
Merge branch 'master' into NSURL
|
2014-10-23 14:22:49 -07:00 |
|
Greg Neagle
|
a6ef5dfccb
|
Merge pull request #413 from jlrgraham/iconimporter
iconimporter: Added an option to restrict run to specified repo items.
|
2014-10-23 14:13:15 -07:00 |
|
Justin L R Graham
|
6f8aa360d8
|
More explicit help string for items argument to iconimporter.
As per discussion in pull request #413.
|
2014-10-23 15:41:48 -05:00 |
|
Greg Neagle
|
f670bcc1fd
|
More debugging output from munkilib/keychain.py
|
2014-10-23 13:38:41 -07:00 |
|
Justin L R Graham
|
5878275821
|
Added options to restrict run to specified repo items.
|
2014-10-23 14:21:39 -05:00 |
|
bartreardon
|
4f7d74231d
|
fix preinstall_alert and preuninstall_alert unicode support
|
2014-10-23 15:38:21 +11:00 |
|
Greg Neagle
|
43de90f8b0
|
Remove keychain operations from appleupdates.py. We'll need to revisit this if people use client cert authentication against their Apple Software Update server
|
2014-10-22 17:04:45 -07:00 |
|