Apple SUS List

mibrodt
New Contributor

Does anyone know if there is there a way to export the Apple SUS list? I'd like to keep a running spreadsheet of all the updates we enable and their status during our tests. I've tried copying out of the Server App, but that doesn't work.

1 REPLY 1

Banks
Contributor

You can optionally use reposado without replicating packages to just get the list of the most recent updates offered, https://github.com/wdas/reposado/blob/master/docs/getting_started.txt
Or parse the public URLs, https://github.com/wdas/reposado/blob/master/docs/reposado_preferences.txt#L45
An Apple SUS can be configured to notify you of updates the server itself detects, but folks using reposado use other notification scripts when a new update is detected/deprecated.

Allister