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

UpdatePackage #33

Closed
mtorpey opened this issue Oct 30, 2018 · 1 comment
Closed

UpdatePackage #33

mtorpey opened this issue Oct 30, 2018 · 1 comment
Labels
feature request New feature next release We should aim to resolve this for the next release

Comments

@mtorpey
Copy link
Collaborator

mtorpey commented Oct 30, 2018

A command to check whether a newer version of a given package is available, and install it if necessary.

We should probably also have UpdateAllPackages to do this for everything in the user pkg directory.

To start with, this should probably only affect packages installed by archive, but later on we could even have it run git pull or hg pull -u in repositories that have no local changes.

@mtorpey mtorpey added the next release We should aim to resolve this for the next release label Dec 5, 2018
@mtorpey mtorpey added the feature request New feature label Mar 26, 2019
@mtorpey
Copy link
Collaborator Author

mtorpey commented May 9, 2019

UpdatePackage has been added, for archive as well as repositories. Might need some bugfixing after I've raised the code coverage again.

UpdateAllPackages should be added later.

@mtorpey mtorpey closed this as completed May 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature next release We should aim to resolve this for the next release
Projects
None yet
Development

No branches or pull requests

1 participant