comparison tool_dependencies.xml @ 3:cf52bb01cfe2 draft

Uploaded
author jeremie
date Wed, 25 Jun 2014 11:01:01 -0400
parents cf40d48b712e
children 2b5b5ec5484b
comparison
equal deleted inserted replaced
2:cf40d48b712e 3:cf52bb01cfe2
3 <package name="breakdancer" version="1.4.4(commit e2ceb53)"> 3 <package name="breakdancer" version="1.4.4(commit e2ceb53)">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="shell_command">ls</action> 6 <action type="shell_command">ls</action>
7 <action type="shell_command">pwd</action> 7 <action type="shell_command">pwd</action>
8 <action type="shell_command">git clone --recursive https://github.com/genome/breakdancer.git</action> 8 <action type="shell_command">cd ..</action>
9 <action type="shell_command">git clone --recursive https://github.com/genome/breakdancer.git breakdancer</action>
9 <action type="shell_command">ls</action> 10 <action type="shell_command">ls</action>
10 <action type="shell_command">pwd</action> 11 <action type="shell_command">pwd</action>
12 <action type="shell_command">cd breakdancer</action>
11 <!-- <action type="shell_command">cd breakdancer</action> --> 13 <!-- <action type="shell_command">cd breakdancer</action> -->
12 <action type="shell_command">ls</action> 14 <action type="shell_command">ls</action>
13 <action type="shell_command">mkdir build</action> 15 <action type="shell_command">mkdir build</action>
14 <action type="shell_command">ls</action> 16 <action type="shell_command">ls</action>
15 <action type="shell_command">pwd</action> 17 <action type="shell_command">pwd</action>