summaryrefslogtreecommitdiffstats
path: root/build_tools/clarch/sync_profile.sh
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-09-26 03:21:16 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-09-26 03:21:16 (GMT)
commit632b5c764106d112caa36eeefb3759f9d7c8345b (patch)
tree7de24499f23871c77f07599046506f431f9abfa1 /build_tools/clarch/sync_profile.sh
parent4d4488bbddab439d66088b79e14354c4dd87a2ea (diff)
downloadlinhes_dev-632b5c764106d112caa36eeefb3759f9d7c8345b.zip
synce_profile.sh:Added support for syncing release profile.
Diffstat (limited to 'build_tools/clarch/sync_profile.sh')
-rwxr-xr-xbuild_tools/clarch/sync_profile.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_tools/clarch/sync_profile.sh b/build_tools/clarch/sync_profile.sh
index ed93bd4..c6c5e60 100755
--- a/build_tools/clarch/sync_profile.sh
+++ b/build_tools/clarch/sync_profile.sh
@@ -8,3 +8,6 @@ rsync --exclude=vbg.jpg --exclude=pacman.conf --delete -av larch/profiles/$SRC
DEST_PROFILE=$ARCH-testing-REMOTE
rsync --exclude=vbg.jpg --exclude=pacman.conf --delete -av larch/profiles/$SRC_PROFILE/ larch/profiles/$DEST_PROFILE/
+
+DEST_PROFILE=$ARCH-RELEASE-REMOTE
+rsync --exclude=vbg.jpg --exclude=pacman.conf --delete -av larch/profiles/$SRC_PROFILE/ larch/profiles/$DEST_PROFILE/