commit/galaxy-central: greg: Improved logging in the tool shed's install and test framework.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/bb5ee4189ada/ Changeset: bb5ee4189ada User: greg Date: 2014-01-18 02:31:47 Summary: Improved logging in the tool shed's install and test framework. Affected #: 1 file diff -r 05b319445babb357d57f0a00968d78a2812ef555 -r bb5ee4189ada638491879e082d7c226bba332575 test/install_and_test_tool_shed_repositories/base/util.py --- a/test/install_and_test_tool_shed_repositories/base/util.py +++ b/test/install_and_test_tool_shed_repositories/base/util.py @@ -1001,6 +1001,8 @@ # Set the time_last_tested entry so that the repository_metadata.time_last_tested will be set in the tool shed. params[ 'time_last_tested' ] = 'This entry will result in this value being set via the Tool Shed API.' url = '%s' % ( suc.url_join( galaxy_tool_shed_url,'api', 'repository_revisions', str( metadata_revision_id ) ) ) + log.debug( 'url: %s' % str( url ) ) + log.degug( 'params: %s' % str( params ) ) try: return update( tool_shed_api_key, url, params, return_formatted=False ) except Exception, e: 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