commit/galaxy-central: 2 new changesets

2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/63c492b8f6da/ Changeset: 63c492b8f6da User: dannon Date: 2013-09-11 20:35:33 Summary: Touch. Affected #: 1 file diff -r fe1a800dfcb6d842c3769c3334d602ce95095570 -r 63c492b8f6da79d7ecc4459419c4e90fe4bf4fc6 universe_wsgi.ini.sample --- a/universe_wsgi.ini.sample +++ b/universe_wsgi.ini.sample @@ -42,7 +42,7 @@ # Set the number of seconds a thread can work before you should kill it (assuming it will never finish) to 3 hours. threadpool_kill_thread_limit = 10800 - + # ---- Filters -------------------------------------------------------------- # Filters sit between Galaxy and the HTTP server. https://bitbucket.org/galaxy/galaxy-central/commits/5c606445f35e/ Changeset: 5c606445f35e User: dannon Date: 2013-09-11 20:36:00 Summary: Merge Affected #: 1 file diff -r 63c492b8f6da79d7ecc4459419c4e90fe4bf4fc6 -r 5c606445f35e6328e92e70a2c55eb148086696e1 lib/tool_shed/util/common_install_util.py --- a/lib/tool_shed/util/common_install_util.py +++ b/lib/tool_shed/util/common_install_util.py @@ -344,7 +344,7 @@ required_repository_tups.append( components_list ) else: # We have a single repository with no dependencies. - components_list = [ tool_shed_url, repository_name, repository_owner, changeset_revision, 'False', 'False' ] + components_list = [ tool_shed_url, repository_name, repository_owner, changeset_revision ] required_repository_tups.append( components_list ) if required_repository_tups: # The value of required_repository_tups is a list of tuples, so we need to encode it. 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