2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/888478c66456/ Changeset: 888478c66456 Branch: next-stable User: greg Date: 2014-04-04 17:55:24 Summary: Enhance error message displayed when installing a repository into Galaxy that has an invalid repository dependency definiton. Affected #: 1 file diff -r 64d677b1e16ab79a60f91b315ecc8bee7505281c -r 888478c664569310b972ab8be495c275beed22a0 lib/galaxy/webapps/tool_shed/controllers/repository.py --- a/lib/galaxy/webapps/tool_shed/controllers/repository.py +++ b/lib/galaxy/webapps/tool_shed/controllers/repository.py @@ -2558,7 +2558,11 @@ invalid = True break if invalid: - message += 'The repository dependency definitions for this repository are invalid and will be ignored.' + message += 'The repository dependency definitions for this repository are invalid and will be ignored. ' + message += 'The complete dependency hierarchy could not be determined. The cause of repository dependency ' + message += 'definition errors like this can usually be seen when viewing the repository directly from the' + message += 'Tool Shed. The exact cause cannot be determined when visiting the Tool Shed from Galaxy to' + message += 'install the repository.' status = 'error' else: repository_metadata_id = None https://bitbucket.org/galaxy/galaxy-central/commits/4cb9c5ed03c9/ Changeset: 4cb9c5ed03c9 User: greg Date: 2014-04-04 17:55:45 Summary: Merged next-stable Affected #: 1 file diff -r fd96caa42a4397db660ddd5c24e8c94c7b1c9d3e -r 4cb9c5ed03c9fef9972fa0a4bab275db1e0b1b8a lib/galaxy/webapps/tool_shed/controllers/repository.py --- a/lib/galaxy/webapps/tool_shed/controllers/repository.py +++ b/lib/galaxy/webapps/tool_shed/controllers/repository.py @@ -2558,7 +2558,11 @@ invalid = True break if invalid: - message += 'The repository dependency definitions for this repository are invalid and will be ignored.' + message += 'The repository dependency definitions for this repository are invalid and will be ignored. ' + message += 'The complete dependency hierarchy could not be determined. The cause of repository dependency ' + message += 'definition errors like this can usually be seen when viewing the repository directly from the' + message += 'Tool Shed. The exact cause cannot be determined when visiting the Tool Shed from Galaxy to' + message += 'install the repository.' status = 'error' else: repository_metadata_id = None 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.