bug(critical): package_build.php produces 0-byte ZIP for Joomla package extensions #92
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Bug
The pre-release workflow produces a 0-byte or broken ZIP for Joomla package extensions (type=package). The ZIP has a double-prefix (
pkg_pkg_*) and empty content.Evidence
MokoJoomGallery run #10685 (release-candidate, succeeded but broken output):
pkg_pkg_mokogallery-01.00.01-rc.zip(0 bytes)pkg_prefixRoot Cause
package_build.phpdoes not handle Joomla package extensions correctly. For packages:src/packages/*/must be zipped individually firstExpected ZIP structure
Also fix
pkg_pkg_*should bepkg_*<extension type="package">in pkg_*.xmlTest
Trigger RC pre-release on MokoJoomGallery after fix and verify non-zero ZIP with correct structure.
Branch created:
feature/92-bug-critical-package-build-php-produces-