Skip to content

Commit

Permalink
Add macOS Sierra default CatalogURL
Browse files Browse the repository at this point in the history
  • Loading branch information
gregneagle committed Jun 14, 2016
1 parent de2fdb6 commit d3dd0a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/reposadolib/reposadocommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@ def pref(prefname):
'.sucatalog'),
('https://swscan.apple.com/content/catalogs/others/'
'index-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard'
'.merged-1.sucatalog')
'.merged-1.sucatalog'),
('https://swscan.apple.com/content/catalogs/others/'
'index-10-12-10.11-10.10-10.9-mountainlion-lion-snowleopard-'
'leopard.merged-1.sucatalog')
],
'PreferredLocalizations': ['English', 'en'],
'CurlPath': '/usr/bin/curl'
Expand Down
1 change: 1 addition & 0 deletions docs/reposado_preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ The following keys are optional and may be defined in preferences.plist for spec
<string>https://swscan.apple.com/content/catalogs/others/index-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog</string>
<string>https://swscan.apple.com/content/catalogs/others/index-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog</string>
<string>https://swscan.apple.com/content/catalogs/others/index-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog</string>
<string>https://swscan.apple.com/content/catalogs/others/index-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog</string>
</array>

As of the last update to this document, this is the current set of available Apple Software Update catalogs.
Expand Down

0 comments on commit d3dd0a0

Please sign in to comment.