commit/galaxy-central: greg: Fix for populating and unpopulating complex repository dependency tags sets in tool dependency definitions contained in tool shed repositories.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/0632a6fe11a2/ Changeset: 0632a6fe11a2 User: greg Date: 2013-11-19 14:52:20 Summary: Fix for populating and unpopulating complex repository dependency tags sets in tool dependency definitions contained in tool shed repositories. Affected #: 1 file diff -r facb9f9d2ee4d614d21e4fc1a4a6d99f2668349a -r 0632a6fe11a2027bdd15e5ddbc4c9c192bb6eaeb lib/tool_shed/util/commit_util.py --- a/lib/tool_shed/util/commit_util.py +++ b/lib/tool_shed/util/commit_util.py @@ -368,6 +368,8 @@ unpopulate=unpopulate ) if message: error_message += message + if package_altered: + root[ root_index ] = root_elem elif package_elem.tag == 'install': # <install version="1.0"> for actions_index, actions_elem in enumerate( package_elem ): Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org