Properties
Properties
- Step Type
- Drydock: Run Command
- Created
- Mar 8 2016, 3:35 PM
- Command
- curmodule=$(basename $(pwd)); cd ../swh-environment; mr -t -j5 up; for file in * .mrconfig; do if [ $file != $curmodule ]; then rm -rf ../$file; cp -r $file ../; fi; done
- Drydock Lease
- test-artifact
Event Timeline
olasd set Command to curdir=$(basename $(pwd)); cd ../swh-environment; mr -t -j5 up; rm -r $curdir; mv ../$curdir .; ln -s $curdir ../$curdir.Mar 8 2016, 4:16 PM2016-03-08 16:16:57 (UTC+1)
olasd set Drydock Lease to test-artifact.
olasd set Command to basedir=$(dirname $(pwd)); curmodule=$(basename $(pwd)); cd $basedir/swh-environment; mr -t -j5 up; rm -r $curmodule; mv * ...Mar 8 2016, 4:21 PM2016-03-08 16:21:08 (UTC+1)
olasd set Drydock Lease to test-artifact.
olasd set Command to curmodule=$(basename $(pwd)); cd ../swh-environment; mr -t -j5 up; rm -r $curmodule; mv * ...
olasd set Drydock Lease to test-artifact.
olasd set Command to curmodule=$(basename $(pwd)); if [ -d ../swh-environment ]; then cd ../swh-environment; mr -t -j5 up; rm -r $curmodule; mv * ..; fi.Mar 8 2016, 4:46 PM2016-03-08 16:46:51 (UTC+1)
olasd set Drydock Lease to test-artifact.
olasd set Command to curmodule=$(basename $(pwd)); cd ../swh-environment; mr -t -j5 up; rm -r $curmodule; for file in *; do rm -rf ../$file; mv $file ../; done.Mar 8 2016, 4:50 PM2016-03-08 16:50:16 (UTC+1)
olasd set Drydock Lease to test-artifact.
olasd set Command to curmodule=$(basename $(pwd)); cd ../swh-environment; mr -t -j5 up; for file in * .mrconfig; do if [ $file != $curmodule ]; do rm -rf ../$file; cp -r $file ../; fi; done.Mar 8 2016, 4:55 PM2016-03-08 16:55:13 (UTC+1)
olasd set Drydock Lease to test-artifact.
olasd set Command to curmodule=$(basename $(pwd)); cd ../swh-environment; mr -t -j5 up; for file in * .mrconfig; do if [ $file != $curmodule ]; then rm -rf ../$file; cp -r $file ../; fi; done.
olasd set Drydock Lease to test-artifact.
olasd edited this Build Step.
olasd set Command to curmodule=$(basename $(pwd)); cd ../swh-environment; mr -t -j5 up; for file in * .mrconfig; do if [ $file != $curmodule ]; then rm -rf ../$file; cp -r $file ../; fi; done.
olasd set Drydock Lease to test-artifact.