commit/galaxy-central: greg: Fix for setting tool shed repository metadata.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/921a21a26073/ changeset: 921a21a26073 user: greg date: 2012-01-19 17:03:30 summary: Fix for setting tool shed repository metadata. affected #: 1 file diff -r bebad193a6c498732beac9ecf31b6407f28724fa -r 921a21a2607306f71e6f6775f9256e48ebb0e9ae lib/galaxy/webapps/community/controllers/common.py --- a/lib/galaxy/webapps/community/controllers/common.py +++ b/lib/galaxy/webapps/community/controllers/common.py @@ -410,6 +410,8 @@ repo_dir = repository.repo_path repo = hg.repository( get_configured_ui(), repo_dir ) ctx = get_changectx_for_changeset( trans, repo, changeset_revision ) + metadata_dict = {} + invalid_files = [] if ctx is not None: if changeset_revision == repository.tip: metadata_dict, invalid_files = generate_metadata_for_repository_tip( trans, id, ctx, changeset_revision, repo_dir ) 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)
-
Bitbucket