wok-stable rev 5034

tazbb: clean flavor status
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 03 11:58:08 2010 +0100 (2010-03-03)
parents 5ebee3253e45
children ea20cff80fb0
files tazbb/stuff/tazbb
line diff
     1.1 --- a/tazbb/stuff/tazbb	Wed Mar 03 11:18:36 2010 +0100
     1.2 +++ b/tazbb/stuff/tazbb	Wed Mar 03 11:58:08 2010 +0100
     1.3 @@ -785,12 +785,13 @@
     1.4  		check_wok $@
     1.5  		cook_install
     1.6  		test_packages $@
     1.7 +		check_flavors $@
     1.8 +		pack_flavors
     1.9  		clean_up $@
    1.10  		check_wok $@
    1.11  		echo "(generating lists)" > $DB_DIR/running
    1.12  		tazwok gen-list --text
    1.13  		check_flavors $@
    1.14 -		pack_flavors
    1.15  		gen_flavor_list
    1.16  		echo "" ;;
    1.17  	cook-commit)
    1.18 @@ -801,11 +802,12 @@
    1.19  		check_commit
    1.20  		cook_install
    1.21  		test_packages $@
    1.22 +		check_flavors $@
    1.23 +		pack_flavors
    1.24  		check_wok $@
    1.25 +		check_flavors $@
    1.26  		echo "(generating lists)" > $DB_DIR/running
    1.27  		tazwok gen-list --text
    1.28 -		check_flavors $@
    1.29 -		pack_flavors
    1.30  		gen_flavor_list
    1.31  		echo "" ;;
    1.32  	block)