summaryrefslogtreecommitdiffstats
path: root/contrib/local/compress_and_upload_deps.sh
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-08-25 13:38:40 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-08-25 13:38:40 (GMT)
commit5016d7c37945b080df4dce572101b4d7e3d258aa (patch)
treef992b4d39c6ade8eba7acc6997e4f1bf1e59d048 /contrib/local/compress_and_upload_deps.sh
parent7e8259aabe9d0700b09ce6d801f939bce9ff69c3 (diff)
downloaduscxml-5016d7c37945b080df4dce572101b4d7e3d258aa.zip
uscxml-5016d7c37945b080df4dce572101b4d7e3d258aa.tar.gz
uscxml-5016d7c37945b080df4dce572101b4d7e3d258aa.tar.bz2
Some fixes for the build slaves
Diffstat (limited to 'contrib/local/compress_and_upload_deps.sh')
-rwxr-xr-xcontrib/local/compress_and_upload_deps.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/local/compress_and_upload_deps.sh b/contrib/local/compress_and_upload_deps.sh
index 3cc9684..cf7c758 100755
--- a/contrib/local/compress_and_upload_deps.sh
+++ b/contrib/local/compress_and_upload_deps.sh
@@ -38,5 +38,9 @@ for FILE in ${PLATFORMS}; do
tar cvzf uscxml-prebuilt-${PLATFORM}.tgz ${FILE}
scp uscxml-prebuilt-${PLATFORM}.tgz ${USCXML_PREBUILT_HOST}:${USCXML_PREBUILT_PATH}/${VERSION}
rm uscxml-prebuilt-${PLATFORM}.tgz
+ else
+ tar cvzf include.tgz ${FILE}
+ scp include.tgz ${USCXML_PREBUILT_HOST}:${USCXML_PREBUILT_PATH}/${VERSION}
+ rm include.tgz
fi
done \ No newline at end of file