fix(updateserver): pick installable package zip, not source archive (prod hotfix) #844
Reference in New Issue
Block a user
Delete Branch "hotfix/joomla-artifact-selection"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hotfix to production. Cherry-pick of the Joomla update-feed artifact-selection fix (already on
devas #843) ontomainso the live update server stops advertising the source archive.The feed took the first
.zipon a release; prerelease/dev releases carry<repo>-<channel>-source.zipbeforepkg_*.zip, so Joomla downloaded the source archive and failed with Install path does not exist.selectJoomlaArtifact()now prefers an extension-prefixed, non-source package. Surgical cherry-pick only -- none of the other dev work is included.Wiki reminder: docs are wiki-first -- if this PR changes behavior, usage, config, or standards, please update the repo wiki before/after merge. (non-blocking)