3 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/5606d3b0cbc7/ Changeset: 5606d3b0cbc7 Branch: BjoernGruening/fix-some-spelling-mistake-and-hopefully--1404051898740 User: BjoernGruening Date: 2014-06-29 16:25:44 Summary: Fix some spelling mistake and hopefully all of the install_*_environments. Affected #: 1 file diff -r 7b02c61a6c21d0ffe8b7160ba51a27ab1bbf2b01 -r 5606d3b0cbc768cff6581a5fd79d561a81d0dc36 lib/tool_shed/galaxy_install/install_manager.py --- a/lib/tool_shed/galaxy_install/install_manager.py +++ b/lib/tool_shed/galaxy_install/install_manager.py @@ -44,8 +44,8 @@ def __init__( self, app ): self.app = app - self.INSTALL_ACTIONS = [ 'download_binary', 'download_by_url', 'download_file', 'setup_perl_environmnet', - 'setup_r_environmnet', 'setup_ruby_environmnet', 'shell_command' ] + self.INSTALL_ACTIONS = [ 'download_binary', 'download_by_url', 'download_file', 'setup_perl_environment', + 'setup_r_environment', 'setup_ruby_environent', 'shell_command' ] def format_traceback( self ): ex_type, ex, tb = sys.exc_info() https://bitbucket.org/galaxy/galaxy-central/commits/a78c3f818c01/ Changeset: a78c3f818c01 Branch: BjoernGruening/fix-some-spelling-mistake-and-hopefully--1404051898740 User: BjoernGruening Date: 2014-06-29 16:28:13 Summary: Fix some spelling mistake and hopefully all of the install_*_environments. Affected #: 1 file diff -r 5606d3b0cbc768cff6581a5fd79d561a81d0dc36 -r a78c3f818c01fbc9bd217c599052f9e6486c1fcf lib/tool_shed/galaxy_install/install_manager.py --- a/lib/tool_shed/galaxy_install/install_manager.py +++ b/lib/tool_shed/galaxy_install/install_manager.py @@ -45,7 +45,7 @@ def __init__( self, app ): self.app = app self.INSTALL_ACTIONS = [ 'download_binary', 'download_by_url', 'download_file', 'setup_perl_environment', - 'setup_r_environment', 'setup_ruby_environent', 'shell_command' ] + 'setup_r_environment', 'setup_ruby_environment', 'shell_command' ] def format_traceback( self ): ex_type, ex, tb = sys.exc_info() https://bitbucket.org/galaxy/galaxy-central/commits/381a36069c14/ Changeset: 381a36069c14 User: davebgx Date: 2014-06-29 16:30:21 Summary: Merged in BjoernGruening/galaxy-central-2/BjoernGruening/fix-some-spelling-mistake-and-hopefully--1404051898740 (pull request #430) Fix some spelling mistake and hopefully all of the install_*_environments. Affected #: 1 file diff -r 7b02c61a6c21d0ffe8b7160ba51a27ab1bbf2b01 -r 381a36069c14bf20c98955c01ab00e7838257943 lib/tool_shed/galaxy_install/install_manager.py --- a/lib/tool_shed/galaxy_install/install_manager.py +++ b/lib/tool_shed/galaxy_install/install_manager.py @@ -44,8 +44,8 @@ def __init__( self, app ): self.app = app - self.INSTALL_ACTIONS = [ 'download_binary', 'download_by_url', 'download_file', 'setup_perl_environmnet', - 'setup_r_environmnet', 'setup_ruby_environmnet', 'shell_command' ] + self.INSTALL_ACTIONS = [ 'download_binary', 'download_by_url', 'download_file', 'setup_perl_environment', + 'setup_r_environment', 'setup_ruby_environment', 'shell_command' ] def format_traceback( self ): ex_type, ex, tb = sys.exc_info() 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.