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

version pinning via a lock-file #42

Open
jan-xyz opened this issue Jul 25, 2021 · 0 comments
Open

version pinning via a lock-file #42

jan-xyz opened this issue Jul 25, 2021 · 0 comments

Comments

@jan-xyz
Copy link
Owner

jan-xyz commented Jul 25, 2021

Right now, if you manage multiple machines they tend to drift and ecosystems you don't use often will fall behind and will not stay up-to-date. The idea is to write the installed versions into a lock-file and track these as well and make it also machine readable for automatic version bumping support.
e.g.

dotfiles install

should read versions from the lock-file and try to install these

dotfiles update

should update the packages and write the new versions into the lock-file

dotfiles pin

should query the different ecosystems and write the installed versions to the lock-file

@jan-xyz jan-xyz changed the title version pinning in the config file version pinning via a lock-file Jul 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant