fix: point AppStream and packaging URLs at studio-berry/loop - #522
Closed
mberrys wants to merge 1 commit into
Closed
fix: point AppStream and packaging URLs at studio-berry/loop#522mberrys wants to merge 1 commit into
mberrys wants to merge 1 commit into
Conversation
AppImage Pack step failed appstreamcli validation because homepage, bugtracker, and help URLs still referenced github.com/mberrys/Loop-pdf (404). Update AppStream metadata, AppImage zsync release target, and deb control Homepage/Vcs-Browser to the canonical studio-berry/loop repo. Co-authored-by: michael berry <mberrys@users.noreply.github.com>
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Linux_AppImage run 33599495637 on promotion SHA
99738f1ffailed at Pack AppImage becauseappimagetoolrunsappstreamclivalidation and the packaged AppStream metadata still referencedhttps://github.com/mberrys/Loop-pdf(404):Fix
Update packaging metadata to the canonical
studio-berry/looprepository:Desktop/io.github.mberrys.Loop-pdf.appdata.xmlhomepage,bugtracker, andhelpURLs →https://github.com/studio-berry/loop.github/workflows/LinuxInstall.ymlgh-releases-zsync|studio-berry|loop|...make-package.sh.inHomepage/Vcs-Browser→studio-berry/loopUnchanged (intentional):
LOOP_VERSION(still0.2.0-alpha)<id>io.github.mberrys.Loop-pdf</id>and desktop/Flatpak app IDs (canonical package identity percheck_loop_identity.py)Windows
Windows_MSI run 33599499070 was still in progress at PR open time. WiX/MSI packaging does not embed GitHub homepage URLs; MSI naming (
mberrys.Loop-pdf_*.msi) follows the canonicalLOOP_PACKAGE_IDand is not a URL drift bug. No Windows packaging files were changed.Verification
appstreamcli validate --pedantic Desktop/io.github.mberrys.Loop-pdf.appdata.xml— pass (nourl-not-reachablewarnings)curl200 onhttps://github.com/studio-berry/loopand/issuespython3 scripts/agent/check-change.py --base origin/stable— passNext step
After merge, re-dispatch Linux_AppImage (and re-check Windows_MSI if needed) from the new SHA with
source_sha=<merged-commit>.