-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
I am trying to update a module from 1.0.0 to 1.1.0, the new 1.1.0 module has some new dependency modules.
When running the following command to update, for example:
update abc 1.1.0 -path abc.tgz -verbose
It first extracts all modules/dependencies and then start listing dependencies, for example:
Dependencies:
abc_dependency 1.0.0 (installed)
new_dependency 1.0.0+snapshot @ ipm-temp-modules-1
The new dependency module new_dependency listed is a module that does not exist in 1.0.0 but is part of 1.1.0. The other dependency module abc_dependency listed is a module that was installed as part of 1.0.0.
Then it throws error Repository 'ipm-temp-modules-1' is unavailable.
For clarity, I did not create any repository, it looks like update tried to create a temporary repository automatically.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working