Differences From Artifact [da94267cde]:
- Executable file mkdeploy/tests/executables/install.sh — part of check-in [1f5fe87e8e] at 2013-03-27 17:30:08 on branch development — Added mkdeploy as a eat yer own dogfood megatest automation of making the deploy target (user: mrwellan, size: 54) [annotate] [blame] [check-ins using]
To Artifact [de5fcdb1f7]:
- Executable file mkdeploy/tests/executables/install.sh — part of check-in [942beb12d3] at 2013-03-27 23:55:04 on branch development — Added deploy of the eggs (user: matt, size: 114) [annotate] [blame] [check-ins using] [more...]
1 2 | #!/bin/bash -e | > > | | | 1 2 3 4 5 6 7 | #!/bin/bash -e unset LD_LIBRARY_PATH rm -rf $EXECUTABLE mkdir $EXECUTABLE csc -deploy $EXECUTABLE ls $EXECUTABLE |