-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fix package naming #368
Fix package naming #368
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution!
Fixing the bug with the version separator being present when installing oss
versions will help a lot.
I saw your changes would also alway install the latest version of the packages which is not desireable. First, you want to have control over when a new version is installed, second checking for new versions will slow down the execution by a lot.
Also, please make sure to have only one change per PR. So one PR for the bug of with the versionseparator and one for updating to latest.
I know, it's a bit stupid of me to add suggestions for something that needs to be removed, but maybe it will help with the next PR.
Related to #371 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thank you!
Fixes:
The package name for the OSS version had a trailing "-" at the end.
The packages were not updated to the latest version when no version was provided.