Skip to content

Commit e26d2f2

Browse files
docs
1 parent 384093b commit e26d2f2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

scripts/fix_outdated.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@
2424
# - if cur and nxt are in the lock file cur is removed
2525
# - if a Galaxy URL is given it is checked that cur is not installed
2626
# - if only cur in in the list then cur is removed and nxt is added
27+
#
28+
# The tool logs INFO messages for each removed / added revision
2729
#
28-
# there are several possible WARNING messages that require manual checks
30+
# In addition there are several possible WARNING messages that
31+
# require manual checks
2932
#
3033
# NAME,REPO CURRENT NEXT have unequal versions
3134
# - the currently considered revision is not removed because
@@ -34,7 +37,7 @@
3437
# and the next installable revision has a different version
3538
#
3639
# NAME,REPO CURRENT still installed on GALAXY_URL
37-
# - the currently considered revision is not removed becaus
40+
# - the currently considered revision is not removed because
3841
# it is still installed on the given Galaxy instance
3942
#
4043
# NAME,REPO Adjacent installable revisions CURRENT NEXT have equal versions

0 commit comments

Comments
 (0)