# HG changeset patch # User Christopher Rogers # Date 1306919606 0 # Node ID 41cd6454e50452f6f79c2eb7b0a5b6eef8c30518 # Parent 52957508593cc75594efe4ff1692af7cca195fad mkiso.sh: Add my-cookutils repos to MY_HG_LIST. diff -r 52957508593c -r 41cd6454e504 mkiso.sh --- a/mkiso.sh Wed Jun 01 08:26:08 2011 +0000 +++ b/mkiso.sh Wed Jun 01 09:13:26 2011 +0000 @@ -50,7 +50,7 @@ INCOMING_REPOSITORY="$LOCAL_REPOSITORY/packages-incoming" SOURCES_REPOSITORY="$LOCAL_REPOSITORY/src" 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-tiny wok-undigest" -MY_HG_LIST="wok-tank" +MY_HG_LIST="my-cookutils wok-tank" MY_HG_URL="https://bitbucket.org/godane" error () { echo -e "\033[1;31;40m!!! \033[1;37;40m$@\033[1;0m"; }