diff options
author | Sven Gothel <[email protected]> | 2011-08-05 16:41:34 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-05 16:41:34 +0200 |
commit | 2fa326f0f64afff58e3d0a706a637bd54126c343 (patch) | |
tree | eb0db9dc117b787c7345a89c961515ca87b95e99 /make/scripts/crosstest-junit-linux-armv7-rel.sh | |
parent | e70e44922955dfcf26b222ed36754dea00253bde (diff) |
crosstest rsync, drop src zip
Diffstat (limited to 'make/scripts/crosstest-junit-linux-armv7-rel.sh')
-rw-r--r-- | make/scripts/crosstest-junit-linux-armv7-rel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/crosstest-junit-linux-armv7-rel.sh b/make/scripts/crosstest-junit-linux-armv7-rel.sh index 7330797..6b46b06 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 '.git/' \ + --exclude 'classes/' --exclude 'src/' --exclude '.git/' --exclude 'gluegen-java-src.zip' \ --delete-excluded" ssh $TARGET_UID@$TARGET_IP "\ |