1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/1b2fdf69104d/ Changeset: 1b2fdf69104d User: davebgx Date: 2014-06-16 16:52:03 Summary: Fix server error when getting updates to an installed repository. Affected #: 1 file diff -r 5a12c832b682c9c906a8e52d17a746d3f45177ee -r 1b2fdf69104d821fa3a52e04321d5795d6f4c6d0 lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py --- a/lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py +++ b/lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py @@ -1972,7 +1972,7 @@ # we set from_tip to True to make sure we get the entire set of changeset revisions # from the Tool Shed. new_repository_db_record, installed_changeset_revision = \ - suc.repository_was_previously_installed( trans, + suc.repository_was_previously_installed( trans.app, tool_shed_url, new_name, repo_info_tuple, 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.