summaryrefslogtreecommitdiffstats
path: root/build_tools/clarch/sync_profile.sh
blob: 05d6c250da8814d9cc14a4f9ba3fb2ed3a688590 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
. /etc/makepkg.conf
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/  

DEST_PROFILE=$ARCH-testing-REMOTE-httpd
rsync   --exclude=vbg.jpg --exclude=pacman.conf -av larch/profiles/$SRC_PROFILE/ larch/profiles/$DEST_PROFILE/