Package manamgement: Add deploy script

Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
This commit is contained in:
2017-09-16 08:03:23 +02:00
parent d38b75d377
commit edea7701dd
2 changed files with 12 additions and 2 deletions

9
tools/scripts/sync.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
if [ -n "$1" ]; then
rsync -avz -e "ssh -o StrictHostKeyChecking=no" --progress tmp/deploy/ipk/ tkl@proxy:/mnt/data/ipk/$1
else
echo "Which branch?"
exit -1
fi