summaryrefslogtreecommitdiff
path: root/tools/to-pack/2-send-sources.sh
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2018-02-23 23:49:48 +0000
committerThomas Preud'homme <robotux@celest.fr>2018-02-23 23:49:48 +0000
commitbd56579c7d9de94c17287adefa118290e6b7ba33 (patch)
tree666d7d0b6945b442573b7a3145969f66a53aa460 /tools/to-pack/2-send-sources.sh
parentb3c8bdcc0d1e4b2ab298847a7902b6d60410a5bc (diff)
New upstream version 1.4.0.3
Diffstat (limited to 'tools/to-pack/2-send-sources.sh')
-rwxr-xr-xtools/to-pack/2-send-sources.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/to-pack/2-send-sources.sh b/tools/to-pack/2-send-sources.sh
new file mode 100755
index 0000000..1daced1
--- /dev/null
+++ b/tools/to-pack/2-send-sources.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+cd ../../
+find ./ -name "Thumbs.db" -exec rm {} \; >> /dev/null 2>&1
+find ./ -name ".directory" -exec rm {} \; >> /dev/null 2>&1
+
+echo "Send sources..."
+/usr/bin/rsync -avrtz --compress-level=9 --rsh='ssh -p54973' --delete --partial --progress /home/user/Desktop/ultracopier/sources/ root@ssh.first-world.info:/root/ultracopier/sources/ --exclude='*build*' --exclude='*Qt_5*' --exclude='*qt5*' --exclude='*.pro.user' --exclude='*.qm'
+echo "Send sources... done"
+
+
+