From fa116742240c1b1638ab4c10c979f61a6c602787 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Thu, 9 Oct 2008 13:04:41 -0700 Subject: update sync profile to work with LinHES. sync the local http profile --- .../clarch/larch/profiles/i686-testing-local-httpd/addedpacks | 5 +++++ .../clarch/larch/profiles/i686-testing-local-httpd/cache_packs | 2 ++ build_tools/clarch/sync_profile.sh | 9 +++++++-- 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/ -- cgit v0.12