summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-10-09 20:04:41 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-10-09 20:04:41 (GMT)
commitfa116742240c1b1638ab4c10c979f61a6c602787 (patch)
tree119185ec45c4709e1cd405462fdc8a0f9acae665
parent7fc4a45f0e4642a4f2be67770fae1a284abb6eb5 (diff)
downloadlinhes_dev-fa116742240c1b1638ab4c10c979f61a6c602787.zip
update sync profile to work with LinHES.
sync the local http profile
-rw-r--r--build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks5
-rw-r--r--build_tools/clarch/larch/profiles/i686-testing-local-httpd/cache_packs2
-rwxr-xr-xbuild_tools/clarch/sync_profile.sh9
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/