mirror of
https://github.com/munki/munki.git
synced 2026-05-01 09:49:31 -05:00
Replace internal documentation URLs with HTTPS versions
This commit is contained in:
@@ -66,8 +66,8 @@ except ImportError:
|
||||
# work for us, instead of decoding each item in the output list.
|
||||
#
|
||||
# references:
|
||||
# http://docs.python.org/howto/unicode.html#unicode-filenames
|
||||
# http://developer.apple.com/library/mac/#qa/qa2001/qa1235.html
|
||||
# https://docs.python.org/howto/unicode.html#unicode-filenames
|
||||
# https://developer.apple.com/library/mac/#qa/qa2001/qa1235.html
|
||||
# http://lists.zerezo.com/git/msg643117.html
|
||||
# http://unicode.org/reports/tr15/ section 1.2
|
||||
if type(path) is str:
|
||||
|
||||
@@ -1137,7 +1137,7 @@ class AppleUpdates(object):
|
||||
self._LeopardSetupSoftwareUpdateCheck()
|
||||
# switch to our local filtered sucatalog
|
||||
# Using the NSDefaults Argument Domain described here:
|
||||
# http://developer.apple.com/library/mac/#documentation/
|
||||
# https://developer.apple.com/library/mac/#documentation/
|
||||
# Cocoa/Conceptual/UserDefaults/Concepts/DefaultsDomains.html
|
||||
cmd = [softwareupdatecheck, '-CatalogURL', catalog_url]
|
||||
try:
|
||||
|
||||
@@ -2551,8 +2551,8 @@ def listdir(path):
|
||||
# work for us, instead of decoding each item in the output list.
|
||||
#
|
||||
# references:
|
||||
# http://docs.python.org/howto/unicode.html#unicode-filenames
|
||||
# http://developer.apple.com/library/mac/#qa/qa2001/qa1235.html
|
||||
# https://docs.python.org/howto/unicode.html#unicode-filenames
|
||||
# https://developer.apple.com/library/mac/#qa/qa2001/qa1235.html
|
||||
# http://lists.zerezo.com/git/msg643117.html
|
||||
# http://unicode.org/reports/tr15/ section 1.2
|
||||
if type(path) is str:
|
||||
|
||||
@@ -143,7 +143,7 @@ def read_signed_profile(profile_path):
|
||||
# -noverify -out Unsigned.mobileconfig
|
||||
# will strip the signing from a signed profile
|
||||
# this might be a better approach
|
||||
# from: http://apple.stackexchange.com/questions/105981/
|
||||
# from: https://apple.stackexchange.com/questions/105981/
|
||||
# how-do-i-view-or-verify-signed-mobileconfig-files-using-terminal
|
||||
|
||||
# but... we're going to use an Apple-provided tool instead.
|
||||
|
||||
Reference in New Issue
Block a user