diff tool_dependencies.xml @ 18:f479dc64ac7d

I give up. Download package instead.
author Catherine Wise <catherine.wise@csiro.au>
date Fri, 13 Dec 2013 14:04:50 +1100
parents 44eef6ccd875
children 1cae026e4dcd
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Dec 13 12:45:54 2013 +1100
+++ b/tool_dependencies.xml	Fri Dec 13 14:04:50 2013 +1100
@@ -4,9 +4,6 @@
         <readme>
             I should write this.
         </readme>
-        <set_environment version="1.0">
-            <environment_variable name="SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
-        </set_environment>
         <install version="1.0">
             <actions>
                 <action type="setup_virtualenv">
@@ -17,8 +14,8 @@
 simplejson
 passlib
                 </action>
-                <action type="shell_command">ls $SCRIPT_PATH</action>
-                <action type="shell_command">pip install $SCRIPT_PATH/PythonTrustStore-0.2.0.tar.gz</action>
+                <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.2.0.tar.gz</action>
+                <action type="shell_command">pip install PythonTrustStore-0.2.0.tar.gz</action>
             </actions>
         </install>
      </package>