slitaz-modular rev 113

mkiso.sh: Add my-cookutils repos to MY_HG_LIST.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 01 09:13:26 2011 +0000 (2011-06-01)
parents 52957508593c
children 2f513d33aeee
files mkiso.sh
line diff
     1.1 --- a/mkiso.sh	Wed Jun 01 08:26:08 2011 +0000
     1.2 +++ b/mkiso.sh	Wed Jun 01 09:13:26 2011 +0000
     1.3 @@ -50,7 +50,7 @@
     1.4  INCOMING_REPOSITORY="$LOCAL_REPOSITORY/packages-incoming"
     1.5  SOURCES_REPOSITORY="$LOCAL_REPOSITORY/src"
     1.6  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"
     1.7 -MY_HG_LIST="wok-tank"
     1.8 +MY_HG_LIST="my-cookutils wok-tank"
     1.9  MY_HG_URL="https://bitbucket.org/godane"
    1.10  
    1.11  error () { echo -e "\033[1;31;40m!!! \033[1;37;40m$@\033[1;0m"; }