From 58db8115919893836ab272390a21f1fcd61b3009 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Sun, 28 Jun 2009 21:20:25 -0500 Subject: linhes-config: revert changes that break the build & remove config_diskless as it moved to diskless-legacy. --- abs/core-testing/LinHES-config/PKGBUILD | 42 +++------------------------------ 1 file changed, 3 insertions(+), 39 deletions(-) diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD index 2998dfc..8a17408 100755 --- a/abs/core-testing/LinHES-config/PKGBUILD +++ b/abs/core-testing/LinHES-config/PKGBUILD @@ -1,14 +1,12 @@ pkgname=LinHES-config pkgver=2.0 -pkgrel=28 +pkgrel=29 conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev ) pkgdesc="Install and configure your system" depends=(bc libstatgrab mysql-python expect curl dnsutils parted sg3_utils nmbscan system-templates rsync python-parted ddcxinfo) arch=('i686') -source=(mv_install.py mv_config.py -#mythinstall.bin -myth_user_call file_time_offset.py install-ui.xml install_proxy.sh install_functions.sh systemconfig.sh install_db_chroot.sh restore_default_settings.sh xconfig.sh timezip.py soundconfig.sh LinHES-release issue MythVantage.sh create_master.sh build_diskless.sh networkconfig.sh timezone.bin autocard.py restore_km_db_chroot.sh README mv_advanced.py mv_common.py mv_ir.py mv_misc.py mv_network.py mv_screensaver.py mv_smolt.py mv_software.py mv_webuser.py mv_hostype.py systemconfig.py) +source=(mv_install.py mv_config.py mythinstall.bin myth_user_call file_time_offset.py install-ui.xml install_proxy.sh install_functions.sh systemconfig.sh install_db_chroot.sh restore_default_settings.sh xconfig.sh timezip.py soundconfig.sh LinHES-release issue MythVantage.sh create_master.sh build_diskless.sh networkconfig.sh timezone.bin autocard.py restore_km_db_chroot.sh README mv_advanced.py mv_common.py mv_ir.py mv_misc.py mv_network.py mv_screensaver.py mv_smolt.py mv_software.py mv_webuser.py mv_hostype.py systemconfig.py) install=LinHES.install build() { @@ -65,44 +63,10 @@ build() { install -m 0755 install-ui.xml $startdir/pkg/usr/share/mythtv/themes/default/ #copy in the binaries -# install -m 4755 mythinstall.bin $MVDIR/bin/MythVantage + install -m 4755 mythinstall.bin $MVDIR/bin/MythVantage cd $MVDIR/bin ln -s MythVantage mythvantage ln -s MythVantage mythinstall cd - } -md5sums=('97a75e1c2d780881566d3388532ac0f7' - '40e3173b3f98beb1d94320eef3b60854' - 'e36da536dd651ef182e7642337889e77' - '3baa23764e1b6bcb2d66d7d859096940' - 'd6009f9a4ff3238aa911d6e61a8c675a' - 'd7a8cd4a0060399ae22e69f74e04eb07' - '0abe8d207147eeb306743640e33e4757' - 'f88d2fb88339a4bf8ec9217a3fbcdef7' - '8ac1cfd2eca0f641737da0d0aca416a7' - 'd8a4a1699e04eed9ee69d58616069f33' - '3a91b587179be4fecb2549e46821708e' - 'a02a7c0c59a1cc96d88137a41354c96a' - 'e459ed069317bccb20351f037a9df3d2' - 'd092238975aafaac4ec576d34303f762' - '6aff504ed5e860adc1b7317cd0780900' - '55fccb1da0417a896b724f7cfc32dd5a' - 'ab2aa42c2947148c2b1cac0ade6d1d55' - 'd429b59d3cfb37b0624c6a4a71a7c2c0' - 'a225143e3df6f56d451c2875e54ddbae' - '1ee558ee9efec54016cb4c87c61e569c' - '687555968d4ca688d8f95c8f13e1d8d4' - '3d1e4a119f38cff0498bf8a67e94e4b3' - 'e9cfd0ccad3a984520780947b2f420bd' - '5ad4a57fe6bd53ea6a5820751c476e4d' - 'cf0113438a4916a8d815a3b7bde50c42' - '4aa795a1f5d789d5532a752606eca4df' - '65d93f15ac85adf8299552581789a731' - 'a6c9cd6cf243daea737e4ed601c88567' - '32385482ecc1275409b71f08d8b03acc' - 'da0a2fb1e3cdbabac1f62e8b908c5d7f' - '30e527552ae86eb90d5c2169c6316fd1' - 'f19917bed3a1e00cbe08838bee18b4b7' - '08282647ebf7e563cb9f3bc2ad8aee14' - 'd53f305749abdf5fca176f50b40df4fc') -- cgit v0.12 From 7679baf94f5951e1dae312f4f64487f3d2d61d66 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Sun, 28 Jun 2009 21:22:32 -0500 Subject: test commit --- abs/core-testing/LinHES-config/live-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/abs/core-testing/LinHES-config/live-install.sh b/abs/core-testing/LinHES-config/live-install.sh index 573bb1f..0f8301e 100755 --- a/abs/core-testing/LinHES-config/live-install.sh +++ b/abs/core-testing/LinHES-config/live-install.sh @@ -1,4 +1,5 @@ #!/bin/bash +# #redirect stderr to stdout, then rediret stdout to file . /etc/profile exec 2>&1 -- cgit v0.12 From 756512a2e8a41dc2c29d910a5911e8b625de7a99 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Sun, 28 Jun 2009 21:27:51 -0500 Subject: remove test commit --- abs/core-testing/LinHES-config/live-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/abs/core-testing/LinHES-config/live-install.sh b/abs/core-testing/LinHES-config/live-install.sh index 0f8301e..573bb1f 100755 --- a/abs/core-testing/LinHES-config/live-install.sh +++ b/abs/core-testing/LinHES-config/live-install.sh @@ -1,5 +1,4 @@ #!/bin/bash -# #redirect stderr to stdout, then rediret stdout to file . /etc/profile exec 2>&1 -- cgit v0.12 From 7b8ad87e6071e6aada4f190b7b6cb7b77baef742 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Sun, 28 Jun 2009 21:51:14 -0500 Subject: ntfs-3g: bumped version to avoid conflict on the next sync. --- abs/core-testing/ntfs-3g/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abs/core-testing/ntfs-3g/PKGBUILD b/abs/core-testing/ntfs-3g/PKGBUILD index 738f131..9529a86 100644 --- a/abs/core-testing/ntfs-3g/PKGBUILD +++ b/abs/core-testing/ntfs-3g/PKGBUILD @@ -4,7 +4,7 @@ pkgname=ntfs-3g pkgver=2009.4.4 -pkgrel=1 +pkgrel=2 pkgdesc="Stable read and write NTFS driver" url="http://www.ntfs-3g.org/" arch=('i686' 'x86_64') -- cgit v0.12