slitaz-dev-tools rev 3

tazdev: enable undigest
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 24 05:18:06 2011 +0100 (2011-02-24)
parents 752977e5f5bc
children d9b5be1f9ad3
files tazdev/tazdev tazdev/tazdev.conf
line diff
     1.1 --- a/tazdev/tazdev	Thu Feb 24 04:42:45 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/
     2.1 --- a/tazdev/tazdev.conf	Thu Feb 24 04:42:45 2011 +0100
     2.2 +++ b/tazdev/tazdev.conf	Thu Feb 24 05:18:06 2011 +0100
     2.3 @@ -7,7 +7,7 @@
     2.4  # Path for the wok, chroot and packages directory of each version.
     2.5  COOKING="/home/slitaz/cooking"
     2.6  STABLE="/home/slitaz/stable"
     2.7 -EXPERIMENTAL="/home/slitaz/experimental"
     2.8 +UNDIGEST="/home/slitaz/undigest"
     2.9  
    2.10  # Path to the Website repo.
    2.11  WEBSITE="/home/slitaz/www/website"