Closed fflorent closed 2 years ago
!testme
what about the warning ?
! General stuff, misc helper usage
! ynh_install_app_dependencies should also be in restore script
what about the warning ?
! General stuff, misc helper usage ! ynh_install_app_dependencies should also be in restore script
That's a good point! I'll fix that today, thanks!
I have try your code on a virtualbox yunohost, I think it nice ! Thanks for your job.
There is something I can't explain. First I have try install garradin, the first installation in the configuration page said me I have an 1.1.12 version, but it should have been an 1.1.14... I can't understand why ???
There is something I can't explain. First I have try install garradin, the first installation in the configuration page said me I have an 1.1.12 version, but it should have been an 1.1.14... I can't understand why ???
I get this:
!testme
There is something I can't explain. First I have try install garradin, the first installation in the configuration page said me I have an 1.1.12 version, but it should have been an 1.1.14... I can't understand why ???
I get this:
Me too after upgrading with your code. I mean with the first install which may install the master branch, I get version 1.1.12 is installed, but it should be 1.1.14 ???
Ok, we wait for the results, but I think I will push your PR soon, it makes sense.
Problem
garradin-ynh-deps
package does not exist is confusing, filter it out from stderr;ynh_add_fpm_config
is not advised anymore (see https://github.com/YunoHost/yunohost/pull/1018)Solution
config.local.php
which requires the following files;config.local.yunohost.php
which is updated along with updates;config.local.user.php
which is preserved across updates so the user can edit it as they will;config.local.php
previously stated that the user should not update the file, so we assume it is allowed to overwrite it.ynh_install_app_dependencies
as suggested now: https://github.com/YunoHost/yunohost/pull/1018PR Status
Automatic tests
Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ after creating the PR, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization)