1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/85098aa5c52a/ Changeset: 85098aa5c52a User: greg Date: 2013-12-22 01:00:57 Summary: Fix for displaying successful installations in the tool shed's install and test framework. Affected #: 1 file diff -r 427b0b131c3c74c12b115d36406b19d7fab1874a -r 85098aa5c52a2cc66ac590357a52af73545c093e lib/tool_shed/util/container_util.py --- a/lib/tool_shed/util/container_util.py +++ b/lib/tool_shed/util/container_util.py @@ -1402,11 +1402,11 @@ rd_owner = 'unknown' rd_changeset_revision = 'unknown' repository_installation_success = \ - RepositoryInstallationSuccess( id=repository_installation_success_id, - tool_shed=rd_tool_shed, - name=rd_name, - owner=rd_owner, - changeset_revision=rd_changeset_revision ) + RepositorySuccessfulInstallation( id=repository_installation_success_id, + tool_shed=rd_tool_shed, + name=rd_name, + owner=rd_owner, + changeset_revision=rd_changeset_revision ) repository_dependencies_folder.repository_successful_installations.append( repository_installation_success ) if len( tool_dependency_successful_installation_dicts ) > 0: # [{'installation_directory': 'some path' 'type': 'package', 'name': 'MIRA', 'version': '4.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.