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

Plugin upgrade utility should not upgrade plugins not mentioned in the tsv file when used from the command line #77

Closed
johann-petrak opened this issue Mar 20, 2019 · 0 comments · Fixed by #78

Comments

@johann-petrak
Copy link
Contributor

Currently, the utility will upgrade plugins not mentioned in the TSV file according to the GATE version it runs under.

When running from the command line for a large number of pipelines, using a tsv file this is hard to control and would require to first find all plugins and plugin versions that exist anywhere in any pipeline file and add all of them with the appropriate SKIP in the tsv file.

It would be better if the utility simply only performs the upgrades mentioned in the tsv file if a tsv file is given and do the automatic upgrades only if no tsv file is given.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant