X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=scripts%2Fremote_build.sh;fp=scripts%2Fremote_build.sh;h=0000000000000000000000000000000000000000;hb=13a31c5cdbb0bc24b8cd51776d32d73561294622;hp=149ac71c933f79bcd03a2ba439d8e04b1120d174;hpb=0ac7e1ca2a56397b76df4d4970c8326d3f11518d;p=dotfiles.git diff --git a/scripts/remote_build.sh b/scripts/remote_build.sh deleted file mode 100755 index 149ac71..0000000 --- a/scripts/remote_build.sh +++ /dev/null @@ -1,12 +0,0 @@ -#/bin/bash - -svn diff > temp.diff -scp temp.diff cpvedev@cpvedev:cpve_trunk/ - -ssh cpvedev@cpvedev 'cd ~/cpve_trunk && \ - svn revert -R . && \ - patch -p0 < temp.diff &&\ - scons arch=arm platform=android debug=True -j4 androidndk=/opt/android-ndk' -scp cpvedev@cpvedev:cpve_trunk/target/run/Debug/acpvetest.apk ~/CPVE/cpve_trunk/temp/run/Release/ -scp cpvedev@cpvedev:cpve_trunk/target/run/Debug/run_monkey.sh ~/CPVE/cpve_trunk/temp/run/Release/ -#scp cpvedev@cpvedev:cpve_trunk/target/run/Debug/monkeytalk-runner.jar ~/CPVE/cpve_trunk/temp/run/Release/