From e70e44922955dfcf26b222ed36754dea00253bde Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 5 Aug 2011 13:40:13 +0200 Subject: crosstest: exclude .git as well --- make/scripts/crosstest-java-android-armv7-rel.sh | 2 +- make/scripts/crosstest-java-linux-armv7-rel.sh | 2 +- make/scripts/crosstest-junit-android-armv7-rel.sh | 2 +- make/scripts/crosstest-junit-linux-armv7-rel.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'make/scripts') diff --git a/make/scripts/crosstest-java-android-armv7-rel.sh b/make/scripts/crosstest-java-android-armv7-rel.sh index a83f0ee..20a2ae7 100644 --- a/make/scripts/crosstest-java-android-armv7-rel.sh +++ b/make/scripts/crosstest-java-android-armv7-rel.sh @@ -33,7 +33,7 @@ LOGFILE=`basename $0 .sh`.log # -Djava.library.path=/system/lib:$TARGET_ROOT/gluegen/make/$BUILD_DIR/obj:$BUILD_DIR/test/build/natives \ RSYNC_EXCLUDES="--exclude 'build-x86*/' --exclude 'build-linux*/' --exclude 'build-win*/' --exclude 'build-mac*/' \ - --exclude 'classes/' --exclude 'src/' \ + --exclude 'classes/' --exclude 'src/' --exclude '.git/' \ --delete-excluded" echo "#! /system/bin/sh" > $BUILD_DIR/targetcommand.sh diff --git a/make/scripts/crosstest-java-linux-armv7-rel.sh b/make/scripts/crosstest-java-linux-armv7-rel.sh index b38a6f5..60721b0 100644 --- a/make/scripts/crosstest-java-linux-armv7-rel.sh +++ b/make/scripts/crosstest-java-linux-armv7-rel.sh @@ -15,7 +15,7 @@ TSTCLASS=com.jogamp.common.GlueGenVersion LOGFILE=`basename $0 .sh`.log RSYNC_EXCLUDES="--exclude 'build-x86*/' --exclude 'build-linux-x*/' --exclude 'build-android*/' --exclude 'build-win*/' --exclude 'build-mac*/' \ - --exclude 'classes/' --exclude 'src/' \ + --exclude 'classes/' --exclude 'src/' --exclude '.git/' \ --delete-excluded" ssh $TARGET_UID@$TARGET_IP "\ diff --git a/make/scripts/crosstest-junit-android-armv7-rel.sh b/make/scripts/crosstest-junit-android-armv7-rel.sh index 579043f..61dcda4 100644 --- a/make/scripts/crosstest-junit-android-armv7-rel.sh +++ b/make/scripts/crosstest-junit-android-armv7-rel.sh @@ -31,7 +31,7 @@ LOGFILE=`basename $0 .sh`.log # -Djava.library.path=/system/lib:$TARGET_ROOT/gluegen/make/$BUILD_DIR/obj:$BUILD_DIR/test/build/natives \ RSYNC_EXCLUDES="--exclude 'build-x86*/' --exclude 'build-linux*/' --exclude 'build-win*/' --exclude 'build-mac*/' \ - --exclude 'classes/' --exclude 'src/' \ + --exclude 'classes/' --exclude 'src/' --exclude '.git/' \ --delete-excluded" echo "#! /system/bin/sh" > $BUILD_DIR/targetcommand.sh diff --git a/make/scripts/crosstest-junit-linux-armv7-rel.sh b/make/scripts/crosstest-junit-linux-armv7-rel.sh index 84fbc1b..7330797 100644 --- a/make/scripts/crosstest-junit-linux-armv7-rel.sh +++ b/make/scripts/crosstest-junit-linux-armv7-rel.sh @@ -14,7 +14,7 @@ TSTCLASS=com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter LOGFILE=`basename $0 .sh`.log RSYNC_EXCLUDES="--exclude 'build-x86*/' --exclude 'build-linux-x*/' --exclude 'build-android*/' --exclude 'build-win*/' --exclude 'build-mac*/' \ - --exclude 'classes/' --exclude 'src/' \ + --exclude 'classes/' --exclude 'src/' --exclude '.git/' \ --delete-excluded" ssh $TARGET_UID@$TARGET_IP "\ -- cgit v1.2.3