# HG changeset patch # User Christopher Rogers # Date 1304875563 0 # Node ID 0b8a81b6d4f421c33689ede7936573a52338e6d5 # Parent 61dc9ba0c3a67544399ca03e16d50e6f5386f806 mkiso.sh: Add cookutils to $HG_LIST. Disabled check for $WGET_URL since all of slitaz meta packages wouldn't have it. diff -r 61dc9ba0c3a6 -r 0b8a81b6d4f4 mkiso.sh --- a/mkiso.sh Fri May 06 01:45:21 2011 +0000 +++ b/mkiso.sh Sun May 08 17:26:03 2011 +0000 @@ -49,7 +49,7 @@ PACKAGES_REPOSITORY="$LOCAL_REPOSITORY/packages" INCOMING_REPOSITORY="$LOCAL_REPOSITORY/packages-incoming" SOURCES_REPOSITORY="$LOCAL_REPOSITORY/src" -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" +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" MY_HG_LIST="my-wok" MY_HG_URL="https://bitbucket.org/godane" @@ -354,7 +354,7 @@ tail -1 | sed 's/ *//')" incoming_pkg_VERSION="$(grep -m1 -A1 ^$pkg$ $INCOMING_REPOSITORY/packages.txt | \ tail -1 | sed 's/ *//')" - [ "$WGET_URL" ] || continue + #[ "$WGET_URL" ] || continue if [ -f $INCOMING_REPOSITORY/$PACKAGE-$incoming_pkg_VERSION.tazpkg ]; then ln -sf $INCOMING_REPOSITORY/$PACKAGE-$incoming_pkg_VERSION.tazpkg $PKGISO_DIR/$PACKAGE-$incoming_pkg_VERSION.tazpkg elif [ -f $PACKAGES_REPOSITORY/$PACKAGE-$pkg_VERSION.tazpkg ]; then