slitaz-dev-tools diff tazdev/tazdev @ rev 3

tazdev: enable undigest
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 24 05:18:06 2011 +0100 (2011-02-24)
parents 87e9b59fc58f
children 65ae34724ae6
line diff
     1.1 --- a/tazdev/tazdev	Thu Feb 24 04:02:55 2011 +0100
     1.2 +++ b/tazdev/tazdev	Thu Feb 24 05:18:06 2011 +0100
     1.3 @@ -20,7 +20,7 @@
     1.4  usage()
     1.5  {
     1.6  	echo -e "\nSliTaz developers and build host tool\n
     1.7 -\033[1mUsage: \033[0m `basename $0` [command] [user] [stable|cooking|experimental|path]
     1.8 +\033[1mUsage: \033[0m `basename $0` [command] [user] [stable|cooking|undigest|path]
     1.9  \033[1mCommands: \033[0m\n
    1.10   usage          Print this short usage and command list.
    1.11   projects-stats Display statistics about your projects (-ps).
    1.12 @@ -89,9 +89,9 @@
    1.13  	if [ "$2" = "stable" ] || [ "$3" = "stable" ]; then
    1.14  		REMOTE_DIR=$MIRROR_PKGS/stable/
    1.15  		LOCAL_DIR=$STABLE/packages/
    1.16 -	elif [ "$2" = "experimental" ] || [ "$3" = "experimental" ]; then
    1.17 -		REMOTE_DIR=$MIRROR_PKGS/experimental/
    1.18 -		LOCAL_DIR=$EXPERIMENTAL/packages/
    1.19 +	elif [ "$2" = "undigest" ] || [ "$3" = "undigest" ]; then
    1.20 +		REMOTE_DIR=$MIRROR_PKGS/undigest/
    1.21 +		LOCAL_DIR=$UNDIGEST/packages/
    1.22  	else
    1.23  		REMOTE_DIR=$MIRROR_PKGS/cooking/
    1.24  		LOCAL_DIR=$COOKING/packages/