1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/1b5a0358c2ba/ changeset: 1b5a0358c2ba user: greg date: 2013-02-07 22:38:03 summary: Elimnte deleted repositories from the valid repository grid. affected #: 1 file diff -r 2e8ad17c1786b73ca6a5b9d60dcdf69ef7e50f4d -r 1b5a0358c2bad7a857ef1b08f22a795a397b9d54 lib/galaxy/webapps/community/controllers/repository.py --- a/lib/galaxy/webapps/community/controllers/repository.py +++ b/lib/galaxy/webapps/community/controllers/repository.py @@ -76,7 +76,7 @@ viewable_repositories = 0 for rca in category.repositories: repository = rca.repository - if not repository.deprecated and repository.downloadable_revisions: + if not repository.deleted and not repository.deprecated and repository.downloadable_revisions: viewable_repositories += 1 return viewable_repositories return 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.