We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f7a3f commit d516d74Copy full SHA for d516d74
scripts/fix-uninstallable.py
@@ -1,7 +1,10 @@
1
# check all revisions in the lockfile if they are installable
2
-# remove if not and the next installable version is installed
+# remove if not and the next installable version is added
3
#
4
-# backgroud vor each version there can be only one revision installed
+# the script only updates the lock file and does not install
5
+# or uninstall any tools from a Galaxy instance
6
+#
7
+# backgroud for each version there can be only one revision installed
8
# (multiple revisions with the same version happen eg if the version
9
# is not bumbed)
10
0 commit comments