#1738 `prosodyctl list --outdated` does not handle multiple versions of a module
Reporter
gerald
Owner
Zash
Created
Updated
Stars
★ (1)
Tags
Milestone-0.12
Status-Fixed
Type-Defect
Priority-Medium
gerald
on
What steps will reproduce the problem?
1. Install i.e. mod_conversejs with `prosodyctl install mod_conversejs` (`plugin_server`option has to be set)
2. Wait until a new mod_conversejs version has been released
3. Run `prosodyctl list --outdated`
What is the expected output?
User should be informed there's a new mod_conversejs version
What do you see instead?
They're not informed.
What version of the product are you using? On what operating system?
Trunk, Debian
Please provide any additional information below.
`prosodyctl list --outdated` doesn't seem to pass the `--server` flag consistently according to Zash
What steps will reproduce the problem? 1. Install i.e. mod_conversejs with `prosodyctl install mod_conversejs` (`plugin_server`option has to be set) 2. Wait until a new mod_conversejs version has been released 3. Run `prosodyctl list --outdated` What is the expected output? User should be informed there's a new mod_conversejs version What do you see instead? They're not informed. What version of the product are you using? On what operating system? Trunk, Debian Please provide any additional information below. `prosodyctl list --outdated` doesn't seem to pass the `--server` flag consistently according to Zash
Fixed in https://hg.prosody.im/trunk/rev/c475a7802169 and will be in 0.12.1 whenever that is Thanks again for the report
Changes