Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jmoalves opened this issue Jan 11, 2021 · 0 comments
Labels
priority Priority issues

Comments

@jmoalves
Copy link
Owner

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

For example:

  • pkg-a - creates a directory structure
  • pkg-dep-1 - creates some itens in the pkg-a directory structure
  • pkg-dep-2 - creates some itens in the pkg-a directory structure

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.

@jmoalves jmoalves changed the title dependencies - If a package is updated, their dependencies must be reinstalled dependencies - If a package is updated, its dependencies must be reinstalled Jan 12, 2021
@jmoalves jmoalves added the priority Priority issues label Jan 19, 2021
@jmoalves jmoalves pinned this issue Jan 19, 2021
@jmoalves jmoalves unpinned this issue Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority Priority issues
Projects
None yet
Development

No branches or pull requests

1 participant