Open fflorent opened 2 weeks ago
@OniriCorpe I think the warning is due to a commit of yours: https://github.com/YunoHost-Apps/paheko_ynh/commit/1cce028f62b1f709ce91488b152688c41cb9ba35
If I am right, I just suggest to use ynh_compare_current_package_version
, probably too soon to use these helpers :)
D'accord, c'est un peu une regression car on voudrait passer au helpers v2.1 (avant que les v3 arrivent). Je ne suis pas certain que les tests du PR auto-helpers n'ont pas fonctionné à un moment donné d'ailleurs... Mais en attendant, merci pour ce signalement. Je lance une correction...
I do another little PR recording we wanted wait next release before including the install script as in testing...
@OniriCorpe I think the warning is due to a commit of yours:
https://github.com/YunoHost-Apps/paheko_ynh/commit/1cce028f62b1f709ce91488b152688c41cb9ba35
If I am right, I just suggest to use
ynh_compare_current_package_version
, probably too soon to use these helpers :)
Nope it was @rodinux but it's fine x)
https://github.com/YunoHost-Apps/paheko_ynh/commit/26e0c8ead6e8a4ba81ecc2b0bf64d494f9f07d8e
Describe the bug
When upgrading from version
1.3.11~ynh3
to version1.3.12~ynh2
, I get these warnings (full logs below):(
commande introuvable
meanscommand not found
)Taking a look these 2 helpers exist: https://yunohost.org/fr/packaging_apps_helpers_v2.1#ynh-app-upgrading-from-ve-1 https://yunohost.org/fr/packaging_apps_helpers_v2.1#ynh-app-upgrading-from-ve
But only in version 2.1, which is not yet supported by this package (#67 will handle that when it will be merged, but they should be replaced by something else in the meantime).
Also the upgrade should have failed due to these warnings.
Context
1.3.12~ynh2
1.3.11~ynh3
Expected behavior
A clear and concise description of what you expected to happen. You can remove this section if the command above is enough to understand your intent.
Logs