2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/78d9f01226d8/ Changeset: 78d9f01226d8 User: natefoo Date: 2014-09-16 22:29:12+00:00 Summary: Fix another instance of the renaming that I broke. Affected #: 1 file diff -r 3d92d6f0ec740391c9b69c0faef1b4cd0c66e946 -r 78d9f01226d8f3a6d7bdc8dc122e01127edc739a install_and_test_tool_shed_repositories.sh --- a/install_and_test_tool_shed_repositories.sh +++ b/install_and_test_tool_shed_repositories.sh @@ -33,7 +33,7 @@ fi if [ -z "$GALAXY_INSTALL_TEST_TOOL_SHEDS_CONF" ] ; then - if grep --quiet $GALAXY_INSTALL_TEST_TOOL_SHED_URL tool_sheds_conf.xml; then + if grep --quiet $GALAXY_INSTALL_TEST_TOOL_SHED_URL config/tool_sheds_conf.xml.sample; then echo "Tool sheds configuration tool_sheds_conf.xml ok, proceeding." else echo "ERROR: Tool sheds configuration tool_sheds_conf.xml does not have an entry for $GALAXY_INSTALL_TEST_TOOL_SHED_URL." https://bitbucket.org/galaxy/galaxy-central/commits/dc14dc1d9d53/ Changeset: dc14dc1d9d53 User: natefoo Date: 2014-09-16 22:29:23+00:00 Summary: Fix typo in Pulsar client lib. Affected #: 1 file diff -r 78d9f01226d8f3a6d7bdc8dc122e01127edc739a -r dc14dc1d9d539a4d9901b22396cb625d45354ae5 lib/pulsar/client/transport/requests.py --- a/lib/pulsar/client/transport/requests.py +++ b/lib/pulsar/client/transport/requests.py @@ -1,7 +1,7 @@ from __future__ import absolute_import try: from galaxy import eggs - eggs.require("requets") + eggs.require("requests") except ImportError: pass 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.