commit/galaxy-central: greg: Pes-8 fixes for the Tool Shed's repository_registry module.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/beef22110c25/ Changeset: beef22110c25 User: greg Date: 2014-06-03 21:19:54 Summary: Pes-8 fixes for the Tool Shed's repository_registry module. Affected #: 1 file diff -r da344cf4304429522fd5a214e3fc91697ca682b3 -r beef22110c25635ed18a3c24f9d94442a4a4cc9c lib/tool_shed/repository_registry.py --- a/lib/tool_shed/repository_registry.py +++ b/lib/tool_shed/repository_registry.py @@ -55,7 +55,7 @@ self.certified_level_one_viewable_repositories_and_suites_by_category[ category_name ] = 0 if category_name not in self.certified_level_one_viewable_suites_by_category: self.certified_level_one_viewable_suites_by_category[ category_name ] = 0 - + def add_entry( self, repository ): try: if repository: @@ -156,7 +156,7 @@ model.RepositoryMetadata.table.c.changeset_revision, latest_installable_changeset_revision ) ) return clause_list - + def get_certified_level_one_tuple( self, repository ): """ Return True if the latest installable changeset_revision of the received repository is level one certified. @@ -333,7 +333,7 @@ del self.certified_level_one_viewable_repositories_and_suites_by_category[ catgeory_name ] if catgeory_name in self.certified_level_one_viewable_suites_by_category: del self.certified_level_one_viewable_suites_by_category[ catgeory_name ] - + def remove_entry( self, repository ): try: if repository: 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