changeset 9:d9017e11cde5

Fix toolshed location in tool_dependencies.xml
author Jim Johnson <jj@umn.edu>
date Wed, 05 Jun 2013 15:52:32 -0500
parents 06675bd664ee
children 08e9244aeab8
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jun 05 15:37:57 2013 -0500
+++ b/tool_dependencies.xml	Wed Jun 05 15:52:32 2013 -0500
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <tool_dependency>
     <package name="boost" version="1.53.0">
-        <repository changeset_revision="f5b13e56a321" name="package_boost_1_53" owner="bgruening" prior_installation_required="True" toolshed="http://localhost:19009" />
+        <repository changeset_revision="f5b13e56a321" name="package_boost_1_53" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
     </package>
     <package name="samtools" version="0.1.18">
         <repository changeset_revision="5f7ec5048224" name="package_samtools_0_1_18" owner="devteam" toolshed="http://testtoolshed.g2.bx.psu.edu" />
@@ -21,7 +21,7 @@
                 <action type="download_by_url">http://sourceforge.net/projects/defuse/files/defuse/0.6/defuse-0.6.1.tar.gz</action>
                 <!-- populate the environment variables from the dependent repos -->
                 <action type="set_environment_for_install">
-                    <repository changeset_revision="f5b13e56a321" name="package_boost_1_53" owner="bgruening" prior_installation_required="True" toolshed="http://localhost:19009" >
+                    <repository changeset_revision="f5b13e56a321" name="package_boost_1_53" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" >
                         <package name="boost" version="1.53.0" />
                     </repository>
                 </action>