beaglebone: Reorder folder structure

Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
This commit is contained in:
Thomas Klaehn
2018-01-14 09:57:37 +01:00
committed by Thomas Klaehn
parent 9dfd5da5aa
commit 7a88af7d0c
6 changed files with 37 additions and 12 deletions

View File

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

3
tools/scripts/sync_src_up.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
rsync -tvz -e "ssh -o StrictHostKeyChecking=no" --progress downloads/ tkl@e320:/srv/files/mirror/sources