jmoalves / levain

Something to help you make your software grow
MIT License
8 stars 5 forks source link

dependencies - If a package is updated, its dependencies must be reinstalled #86

Open jmoalves opened 3 years ago

jmoalves commented 3 years ago

Some packages force to reinstall their dependencies after update. It should be a option in the yaml file.

For example:

If pkg-a is updated, pkg-dep-1 and pkg-dep-2 must be reinstalled. Otherwise, they will be broken because the pkg-a directory structure is now empty.