Wednesday, September 03, 2025
apps@conference.yunohost.org
September
Mon Tue Wed Thu Fri Sat Sun
1 2
3
4
5 6 7
8
9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30          
             

[17:31:04] <thomas> Full log of the test is here: https://ci-apps-dev.yunohost.org/ci/logs/12559.log
[18:18:54] <thomas> Okay, I think I've got it. The upgrade script has the following line:
ynh_safe_rm $install_dir
And I'm guessing that the composer resources installs composer.phar before the script is even launched.
[18:19:59] <thomas> Getting rid of the rm is probably the best way to go. I'll try something like this:
ynh_setup_source --dest_dir="$install_dir" --full_replace --keep="composer.phar"
[18:48:38] <thomas> Yup, that should do the trick!
[19:11:49] <thomas> All good 🥳🎉