User tests: Successful: Unsuccessful:
Pull Request for 6e02c8f#r111512170 .
Fix the wrong extra version caused by the last upmerge 6e02c8f from 4.3-dev which causes wrong package names of the nightly builds.
Run php ./build/build.php --remote=HEAD --exclude-gzip --exclude-bzip2
in the Joomla root folder.
Packages with names like Joomla_4.4.0-rc2-dev-Development-*
are built, which do not fit to the right names in https://update.joomla.org/core/nightlies/next_minor_extension.xml and https://github.com/joomla/joomla-cms/blob/4.4-dev/administrator/manifests/files/joomla.xml#L9 .
Packages with names like Joomla_4.4.0-dev-Development-*
are built, which fit to the right names in https://update.joomla.org/core/nightlies/next_minor_extension.xml and https://github.com/joomla/joomla-cms/blob/4.4-dev/administrator/manifests/files/joomla.xml#L9 .
Please select:
No documentation changes for docs.joomla.org needed
No documentation changes for manual.joomla.org needed
Category | ⇒ | Libraries |
Status | New | ⇒ | Pending |
Labels |
Added:
PR-4.4-dev
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-05-02 18:21:02 |
Closed_By | ⇒ | richard67 |
I see it just has been solved with a direct commit, see b8ef594 .