User tests: Successful: Unsuccessful:
This is a follow-up to #45535 and was discussed in maintainer meeting 11 June 2025.
build/fido.jwt
file is simple deleted
plugins/system/webauthn/fido.jwt
file is created by composer i
php build/update_fido_cache.php
plugins/system/webauthn/fido.jwt
filesystem('cp build/fido.jwt ' . $fullpath . '/plugins/system/webauthn/fido.jwt');
was added on 2 Sep 2022 with c2191a7 'Joomla! 4.2.2 Stable'file_exists 'plugins/system/webauthn/fido.jwt'
was added with 205c7a5 'Fix/38233 webauth preload fido (#38664)'/dev/null
. The same behaviour is now restored with the -q option.php build/build.php
php build/build.php --remote=HEAD
system_and_check
call and hack an error in, e.g. change composer
to composerXXX
and check the script stopspassthru()
replacement e.g. change which git
with which cheesecake
and check the script stopscheck the latest tag from Git repository is used, e.g.
Start build for remote tags/6.0.0-alpha1.
After merging this PR, we should check the nightly builds as they also use the script.
cp: build/fido.jwt: No such file or directory
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Repository |
Labels |
Added:
PR-5.3-dev
|
I have tested this item ✅ successfully on ef8e99f
Choose one system_and_check call and hack an error in, e.g. change composer to composerXXX and check the script stops
Hack one passthru() replacement e.g. change which git with which cheesecake and check the script stops
Run build command
php build/build.php --remote=HEAD
I have tested this item ✅ successfully on 2732677
I've successfully tested that
cp: build/fido.jwt: No such file or directory
message has disappeared from output with this PR.run_and_check
I have tested by changing the owner of the build/tmp/<date and time>
folder from the previous build to root
so the folder could not be deleted when deleting the build/tmp
folder.capture_or_fail
I have tested by adding an invalid option --bla
to the git command to get the latest tag when no remote is given as command line option.rm
or the git
command were completely shown.What I could not verify is the effect of the -q
option for the zip
because on my Ubuntu VMs that command seem to use the quiet mode by default.
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-06-22 11:52:20 |
Closed_By | ⇒ | rdeutz | |
Labels |
Added:
RTC
|
Thanks
@tecpromotion May I ask you to test with macOS?
@Bodge-IT @softforge Could one of you do a test with Windows?