pbowden-msft / MAUCacheAdmin

Microsoft AutoUpdate Cache Admin
70 stars 14 forks source link

Config profiles are exactly the same #16

Closed chelming closed 5 years ago

chelming commented 5 years ago

I diffed the two config profiles but there's no differences between them. Is that supposed to be the case?

chelming commented 5 years ago

See also:

MD5 (com.microsoft.autoupdate2-prod.plist) = 6d2d8bdd3d07f6216dff9b6e54934fa7
MD5 (com.microsoft.autoupdate2-test.plist) = 6d2d8bdd3d07f6216dff9b6e54934fa7
kevinmcox commented 5 years ago

They're not supposed to be, I can PR a fix if Paul doesn't want to just snag it.

The Test example should contain:

<key>ManifestServer</key> <string>http://manifest-server-url/MAU/cache/collateral/Testing/</string>

kevinmcox commented 5 years ago

Corrected in #17.