diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/mv-core/mp_all.sh | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/mv-core/mp_all.sh')
-rw-r--r-- | abs/mv-core/mp_all.sh | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/abs/mv-core/mp_all.sh b/abs/mv-core/mp_all.sh deleted file mode 100644 index dd310fc..0000000 --- a/abs/mv-core/mp_all.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -pkgver=21228 -pkgrel=1 - -# NOTE: Make sure to build and install mythtv first BEFORE building anything else -buildlist=('mythtv' 'mytharchive' 'mythbrowser' 'mythflix' 'mythgallery' 'mythgame' 'mythmovies' 'mythmusic' 'mythnews' 'mythvideo' 'mythweather' 'mythzoneminder' 'mythweb' 'myththemes' 'morethemes') -#buildlist=(mythtv-release-fixes Midnight-blue Midnight-wide MythVanage-mythmenu basic-amber basic-blue basic-green basic-purple basic-red mytharchive mythbrowser mythcontrols mythflix mythgallery mythgame mythmovietime mythmusic mythnews mythphone mythsmolt mythtv-themes mythvideo mythweather mythweb syth-lacquer-clean syth-lacquer-wide) -buildlist=(Midnight-blue Midnight-wide MythVanage-mythmenu basic-amber basic-blue basic-green basic-purple basic-red mytharchive mythbrowser mythcontrols mythflix mythgallery mythgame mythmovietime mythmusic mythnews mythphone mythsmolt mythtv-themes mythvideo mythweather mythweb syth-lacquer-wide) -buildlist=(MythVantage-config MythVantage-system certmaster confuse dnsmasq e16-myth-settings enlightenment evrouter func ghosd graphviz hobbit-client hobbitmon keylaunch lcdproc lighttpd local-website mediadirs mythdb-initial mythtv-status mythvantage-live ncid openssh runit-scripts-mv syslog-ng tilda webcal) -# build and install -for i in `echo ${buildlist[@]:0}` -do - echo "---------- building $i ----------" - cd ./$i - - # set svn version in the PKGBUILD -# sed -i s/^pkgver=.*/pkgver=$pkgver/ PKGBUILD -# sed -i s/^pkgrel=.*/pkgrel=$pkgrel/ PKGBUILD - - # make the package - mp -sr --noconfirm -f --holdver || exit 1 - pacman -Sy - # clean up afterwards - rm -rf pkg - rm -f *~ - - cd .. -done - -echo "" -echo "DONE!" |