Skip to content

update with new dependencies throw error #955

@isc-jinywang

Description

@isc-jinywang

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions