Skip to content
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

Fusion.xml is an unreliable source of version numbering #24

Open
mikedowler opened this issue Jul 27, 2020 · 1 comment · May be fixed by #25
Open

Fusion.xml is an unreliable source of version numbering #24

mikedowler opened this issue Jul 27, 2020 · 1 comment · May be fixed by #25

Comments

@mikedowler
Copy link

The latest version of fusion.xml (used by VMwareFusionURLProvider.py) gives the incorrect version for the 11.5.5 download string:
<metadata> <productId>fusion</productId> <version>20.0.0</version> <url>fusion/11.5.5/16269456/core/metadata.xml.gz</url> <locale /> </metadata>

As such, it doesn't get picked up by the search for a major_version of 11.
Looking over the file, it seems like the version number is often wrong. It's just that the "major" part of the version is still correct, so it hasn't caused an issue until now.

@mikedowler mikedowler linked a pull request Jul 27, 2020 that will close this issue
@justinrummel
Copy link
Contributor

@mikedowler Thanks for bringing this up. I don't maintain this anymore as I no longer do Mac Admin as my primary job. I'm happy to accept a PR for the community so they can continue to benefit from this recipe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants