slitaz-dev-tools rev 93

tazdev: we will gen flavors files wirh cook
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 27 13:33:50 2011 +0200 (2011-05-27)
parents 40a98f34c72e
children c9f517d25721
files tazdev/tazdev
line diff
     1.1 --- a/tazdev/tazdev	Mon May 16 21:22:32 2011 +0100
     1.2 +++ b/tazdev/tazdev	Fri May 27 13:33:50 2011 +0200
     1.3 @@ -314,21 +314,6 @@
     1.4  		get_version $@
     1.5  		purge_packages $1
     1.6  		purge_sources $1 ;;
     1.7 -	pack-flavors)
     1.8 -		# Create all flavors files at once. Do we realy need code to monitor
     1.9 -		# flavors changes ? Let just build them all before syncing the mirror.
    1.10 -		get_version $@
    1.11 -		flavors=$slitaz/flavors
    1.12 -		cd $flavors && hg pull -u && cd ..
    1.13 -		for i in *
    1.14 -		do
    1.15 -			echo "Flavor: $i"
    1.16 -			#tazlito pack-flavor $i
    1.17 -			#mv $i.flavor $PKGS
    1.18 -		done
    1.19 -		# FIXME
    1.20 -		echo "FIXME: tazlito will use the host packages list for version"
    1.21 -		echo "FIXME: tazlito must use: $slitaz/packages" ;;
    1.22  	relpkg|-rp)
    1.23  		# Release a slitaz sub-project and upload tarball to mirror
    1.24  		[ -z "$MIRROR_SOURCES" ] && MIRROR_SOURCES="/var/www/slitaz/mirror/sources"