-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
KDE.Elisa version 23.04.00 #105917
KDE.Elisa version 23.04.00 #105917
Conversation
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hello @sarvex, The package manager bot determined there was an issue with installing the application correctly. Please check the application installs correctly. Once repaired, please push an update to your pull request. Template: msftbot/validationError/installation/general |
Automatic Validation ended with:
|
Co-authored-by: Stephen Gillie <114952565+stephengillie@users.noreply.github.com>
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hello @sarvex, I am sorry to report that the Sha256 Hash does not match the installer. This may be caused by using a vanity URL rather than a URL directly to the binary. Please check the HASH and submit again. Sorry for the inconvenience. Template: msftbot/validationError/installers/hashMismatch |
Does it have alternate url because that link https://binary-factory.kde.org/view/Windows%2064-bit/job/Elisa_Release_win64/lastSuccessfulBuild/artifact/elisa-23.04.0-1489-windows-cl-msvc2019-x86_64.exe is determine to be unstable, it might damage the project. |
@wingetbot run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hello @sarvex, When processing this package, the URL to the installer returned a 404 error or was determined to be invalid. Please update the URL and hash at your convenience and resubmit your PR. Template: msftbot/validationError/urls/404 |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
@stephengillie is there a solution to this problem, it seems KDE is building the stable release everyday and updating the build version |
Hello @sarvex, I am sorry to report that the Sha256 Hash does not match the installer. This may be caused by using a vanity URL rather than a URL directly to the binary. Please check the HASH and submit again. Sorry for the inconvenience. Template: msftbot/validationError/installers/hashMismatch |
Ah - there are 2 solutions for this:
|
|
A couple of implementations exist - Wingetbot checks many packages daily, to ensure the package is still available and that the hash still matches. Several users have written similar automation for their own scripts. |
@stephengillie there seams to a feature request under development for this #500 |
Nice find. Down the page is mentioned WinGet Releaser, which might be an automation tool similar to what you're looking for. |
@stephengillie WinGet Releaser, is for project owners and required github action to commit run the github workflow. I think it is better to wait for #500 to be done |
winget validate --manifest <path>
?winget install --manifest <path>
?Note:
<path>
is the name of the directory containing the manifest you're submitting.Microsoft Reviewers: Open in CodeFlow