commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/da2d6ee29f30/ Changeset: da2d6ee29f30 Branch: stable User: inithello Date: 2013-04-03 15:27:44 Summary: Fix for errors encountered during installation of complex repository dependencies, courtesy of Björn Grüning. Affected #: 1 file diff -r 1c92aed71881e3a15648e3be9478a69f76c50498 -r da2d6ee29f309454f35d9f8cf9d6eb837c87a7dd lib/tool_shed/galaxy_install/tool_dependencies/install_util.py --- a/lib/tool_shed/galaxy_install/tool_dependencies/install_util.py +++ b/lib/tool_shed/galaxy_install/tool_dependencies/install_util.py @@ -256,7 +256,7 @@ install_and_build_package_via_fabric( app, tool_dependency, actions_dict ) else: message = "Unable to locate required tool shed repository named %s owned by %s with revision %s." % \ - ( str( name ), str( owner ), str( changeset_revision ) ) + ( str( required_repository_name ), str( required_repository_owner ), str( required_repository_changeset_revision ) ) raise Exception( message ) elif package_elem.tag == 'install': # <install version="1.0"> https://bitbucket.org/galaxy/galaxy-central/commits/da459ec80aae/ Changeset: da459ec80aae User: inithello Date: 2013-04-03 15:29:13 Summary: Merge in bugfix from stable branch. Affected #: 1 file diff -r 65d18f3829a0771910af5b65b5e4c9ed59774b2b -r da459ec80aae65dcb918c9601f091be1f4a74ee8 lib/tool_shed/galaxy_install/tool_dependencies/install_util.py --- a/lib/tool_shed/galaxy_install/tool_dependencies/install_util.py +++ b/lib/tool_shed/galaxy_install/tool_dependencies/install_util.py @@ -256,7 +256,7 @@ install_and_build_package_via_fabric( app, tool_dependency, actions_dict ) else: message = "Unable to locate required tool shed repository named %s owned by %s with revision %s." % \ - ( str( name ), str( owner ), str( changeset_revision ) ) + ( str( required_repository_name ), str( required_repository_owner ), str( required_repository_changeset_revision ) ) raise Exception( message ) elif package_elem.tag == 'install': # <install version="1.0"> 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