slitaz-modular rev 94

mkiso.sh: Add cookutils to $HG_LIST. Disabled check for $WGET_URL since all of slitaz meta packages wouldn't have it.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 08 17:26:03 2011 +0000 (2011-05-08)
parents 61dc9ba0c3a6
children 905f35e75c3a
files mkiso.sh
line diff
     1.1 --- a/mkiso.sh	Fri May 06 01:45:21 2011 +0000
     1.2 +++ b/mkiso.sh	Sun May 08 17:26:03 2011 +0000
     1.3 @@ -49,7 +49,7 @@
     1.4  PACKAGES_REPOSITORY="$LOCAL_REPOSITORY/packages"
     1.5  INCOMING_REPOSITORY="$LOCAL_REPOSITORY/packages-incoming"
     1.6  SOURCES_REPOSITORY="$LOCAL_REPOSITORY/src"
     1.7 -HG_LIST="flavors flavors-stable slitaz-base-files slitaz-boot-scripts slitaz-configs slitaz-dev-tools slitaz-doc slitaz-doc-wiki-data slitaz-forge slitaz-modular slitaz-pizza slitaz-tools tazlito tazpanel tazpkg tazusb tazweb tazwok website wok wok-stable wok-tiny wok-undigest"
     1.8 +HG_LIST="cookutils flavors flavors-stable slitaz-base-files slitaz-boot-scripts slitaz-configs slitaz-dev-tools slitaz-doc slitaz-doc-wiki-data slitaz-forge slitaz-modular slitaz-pizza slitaz-tools tazlito tazpanel tazpkg tazusb tazweb tazwok website wok wok-stable wok-tiny wok-undigest"
     1.9  MY_HG_LIST="my-wok"
    1.10  MY_HG_URL="https://bitbucket.org/godane"
    1.11  
    1.12 @@ -354,7 +354,7 @@
    1.13  					tail -1 | sed 's/ *//')"
    1.14  				incoming_pkg_VERSION="$(grep -m1 -A1 ^$pkg$ $INCOMING_REPOSITORY/packages.txt | \
    1.15  					tail -1 | sed 's/ *//')"
    1.16 -				[ "$WGET_URL" ] || continue
    1.17 +				#[ "$WGET_URL" ] || continue
    1.18  				if [ -f $INCOMING_REPOSITORY/$PACKAGE-$incoming_pkg_VERSION.tazpkg ]; then
    1.19  					ln -sf $INCOMING_REPOSITORY/$PACKAGE-$incoming_pkg_VERSION.tazpkg $PKGISO_DIR/$PACKAGE-$incoming_pkg_VERSION.tazpkg
    1.20  				elif [ -f $PACKAGES_REPOSITORY/$PACKAGE-$pkg_VERSION.tazpkg ]; then