-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FR - MSOffice - MSOfficeMacURLandUpdateInfoProvider.py - BASE_URL change suggestion #463
Comments
Testing downloads for MSAutoUpdate, OneNote, Teams, Defender ATP, Edge, Outlook, Word, PowerPoint, Excel, and Skype For Business all worked - note, where there were recipes for 2019 products, only those download recipes were tested (aka, There were a couple of failures, but they don't appear related to the URL change:
Which seems to be caused by an errant
Stripping that errant MicrosoftOfficeMacProduct also failed, but that seems to be caused by the key |
Curious where/how you found this other URL. |
I see
so perhaps that's it? |
Yes, that's where I had found the URLS. |
Describe the problem
When using the
autopkg.recipies/MSOfficeUpdates
download recipe theBASE_URL
value inMSOfficeMacURLandUpdateInfoProvider.py
is set to point tohttps://officecdn.microsoft.com/pr/%s/MacAutoupdate/%s.xml
, looking at the Microsoft Auto Updater app, it useshttps://officecdnmac.microsoft.com
as the "base".This FR suggests moving the
BASE_URL
to point tohttps://officecdnmac.microsoft.com/pr/%s/MacAutoupdate/%s.xml
to keep inline with the Microsoft updater behaviour.I'm happy to create a PR, but wanted to raise this for possible discussion first.
Preferences contents
N/A
AutoPkg output
Changing the domain in the provider script to point to
officecdnmac
works as expected - gist of run here*Expected behavior
N/A
Version (please complete the following information):
The text was updated successfully, but these errors were encountered: