summaryrefslogtreecommitdiffstats
path: root/build_tools/clarch/sync_profile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/clarch/sync_profile.sh')
-rwxr-xr-xbuild_tools/clarch/sync_profile.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/build_tools/clarch/sync_profile.sh b/build_tools/clarch/sync_profile.sh
index b908f76..05d6c25 100755
--- a/build_tools/clarch/sync_profile.sh
+++ b/build_tools/clarch/sync_profile.sh
@@ -1,5 +1,10 @@
#!/bin/bash
-SRC_PROFILE=R6-local
-DEST_PROFILE=R6-dev
+. /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/