Page MenuHomeSoftware Heritage

Build Step 4: Update environment from working copy

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 edited this Build Step.
olasd edited this Build Step.
olasd edited this Build Step.
olasd set Command to ec.
olasd set Drydock Lease to test-artifact.
olasd set Command to pwd.
olasd set Drydock Lease to test-artifact.
olasd set Command to python3 -m nose swh -sva !db.
olasd set Drydock Lease to test-artifact.
olasd set Command to cd ../swh-environment; mr -t -j5 up.
olasd set Drydock Lease to test-artifact.
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 PM
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 PM
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 PM
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 PM
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 PM
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.