Open autra opened 2 years ago
!testme
Your patch looks good to me (FWIW, I am not the maintainer of this app).
I'd just suggest to also remove the IS_PACKAGE_CHECK
definition in _common.sh.
Rebased on latest testing.
!testme
I'd just suggest to also remove the
IS_PACKAGE_CHECK
definition in _common.sh.
I missed this comment! Indeed...
I pushed a commit that removes _common.sh, as it is now empty.
actually backtracking : I just removed the package check bypassing but I kept common.sh, until I hear from a reviewer, as it is in example_ynh.
I often use ./ynh-dev and lxc containers to experiment, test, bugfix yunohost and applications. For this reason I propose to exclude sysctl exclusion on all lxc containers, not only in package_check CI.
This will allow me to restore backups taken from my instance in test instances, for example.
Thanks!