Package manamgement: Add deploy script
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
This commit is contained in:
9
tools/scripts/sync.sh
Executable file
9
tools/scripts/sync.sh
Executable 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
|
||||
|
Reference in New Issue
Block a user