Mercurial > repos > cathywise > truststore_import
changeset 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 |
files | PythonTrustStore-0.2.0.tar.gz requirements.txt tool_dependencies.xml |
diffstat | 3 files changed, 2 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/requirements.txt Fri Dec 13 12:45:54 2013 +1100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -requests <= 0.14.2 -requests_oauth2 -xmltodict -boto >= 2.5.0 -simplejson -passlib -PythonTrustStore-0.2.0.tar.gz \ No newline at end of file
--- 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>