-
Notifications
You must be signed in to change notification settings - Fork 383
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
(musescore) Cleanup update.ps1 links #2326
(musescore) Cleanup update.ps1 links #2326
Conversation
❌ Package verification failed, please review the Appveyor Logs and the provided Artifacts before requesting a human reviewer to take a look. |
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.
Looks good to me, tested and works
✅ Package verification completed without issues. PR is now pending human review |
1 similar comment
✅ Package verification completed without issues. PR is now pending human review |
This latest change is being made in the wrong place. If we are going to hard code the link we should just update the VERIFICATION.txt file directly and remove the updating of 'location on' that is done here. There isn't any point in automatically updating a file with the same text each time if it's not going to change. And if it does change then we need to update the update script anyway so it's no more hassle updating the VERIFICATION.txt file directly. @umol-unibas Does that make sense? |
❌ Package verification failed, please review the Appveyor Logs and the provided Artifacts before requesting a human reviewer to take a look. |
You are right @pauby. There is no need in updating the update.ps1 as it works fine - i'm not sure why i changed that. According to your message and our discussion i reverted the update-script and changed the VERIFICATION.txt. That was my idea was in the first place for this PR. Reasons for the changes in the VERIFICATION.txt: the hard-coded link ("https://musescore.org/en/download/musescore.msi ") is
|
the link isn't necessary in the old format and the way it is worded suggests that the download location is sufficient
c6be8b3
to
db67e29
Compare
db67e29
to
9b7e901
Compare
❌ Package verification failed, please review the Appveyor Logs and the provided Artifacts before requesting a human reviewer to take a look. |
✅ Package verification completed without issues. PR is now pending human review |
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.
LGTM
Thanks! |
Description
The changed hard-coded link is not necessary in the old format and the way it is worded suggests that the download location is sufficient. There is already a valid download-link generated and pushed to the VERIFICATION.txt, so there is no need for a second one.
Motivation and Context
In the VERIFICATION.txt were two msi-links included. As the first one is not necessary and suggests that the download location is sufficient, it would be great if it could be changed, because of some automations we are using.
How Has this Been Tested?
This change does not harm or interrupt the update-module and its process at all as the link is only there for informational purpose.
Types of changes
Checklist: