diff options
Diffstat (limited to 'build_tools/clarch/sync_profile.sh')
-rwxr-xr-x | build_tools/clarch/sync_profile.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build_tools/clarch/sync_profile.sh b/build_tools/clarch/sync_profile.sh index 05d6c25..ed93bd4 100755 --- a/build_tools/clarch/sync_profile.sh +++ b/build_tools/clarch/sync_profile.sh @@ -4,7 +4,7 @@ ARCH=$CARCH SRC_PROFILE=$ARCH-testing-local DEST_PROFILE=$ARCH-testing-local-httpd -rsync --exclude=vbg.jpg --exclude=pacman.conf -av larch/profiles/$SRC_PROFILE/ larch/profiles/$DEST_PROFILE/ +rsync --exclude=vbg.jpg --exclude=pacman.conf --delete -av larch/profiles/$SRC_PROFILE/ larch/profiles/$DEST_PROFILE/ -DEST_PROFILE=$ARCH-testing-REMOTE-httpd -rsync --exclude=vbg.jpg --exclude=pacman.conf -av larch/profiles/$SRC_PROFILE/ larch/profiles/$DEST_PROFILE/ +DEST_PROFILE=$ARCH-testing-REMOTE +rsync --exclude=vbg.jpg --exclude=pacman.conf --delete -av larch/profiles/$SRC_PROFILE/ larch/profiles/$DEST_PROFILE/ |