diff options
author | James Meyer <james.meyer@operamail.com> | 2008-10-09 20:04:41 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-10-09 20:04:41 (GMT) |
commit | fa116742240c1b1638ab4c10c979f61a6c602787 (patch) | |
tree | 119185ec45c4709e1cd405462fdc8a0f9acae665 /build_tools | |
parent | 7fc4a45f0e4642a4f2be67770fae1a284abb6eb5 (diff) | |
download | linhes_dev-fa116742240c1b1638ab4c10c979f61a6c602787.zip |
update sync profile to work with LinHES.
sync the local http profile
Diffstat (limited to 'build_tools')
3 files changed, 14 insertions, 2 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks index 6668d64..0dfef17 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks +++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks @@ -52,6 +52,7 @@ xterm xorg-fonts-100dpi xorg-fonts-75dpi xorg-res-utils +ttf-ms-fonts #xorg-video-drivers xf86-video-amd @@ -168,3 +169,7 @@ zd1211-firmware live-installer etcnet runit + +#--- +tweaker + diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs index b95e6f4..9f5096b 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs +++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs @@ -1 +1,3 @@ mythdb-initial +nvidia +nvidia-utils 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/ |