# HG changeset patch # User Pascal Bellard # Date 1267613888 -3600 # Node ID 7dc01a8df1dff385ea1ef470f542c693dc1ef681 # Parent 5ebee3253e456fcc235563adb90a9fab17156ee3 tazbb: clean flavor status diff -r 5ebee3253e45 -r 7dc01a8df1df tazbb/stuff/tazbb --- a/tazbb/stuff/tazbb Wed Mar 03 11:18:36 2010 +0100 +++ b/tazbb/stuff/tazbb Wed Mar 03 11:58:08 2010 +0100 @@ -785,12 +785,13 @@ check_wok $@ cook_install test_packages $@ + check_flavors $@ + pack_flavors clean_up $@ check_wok $@ echo "(generating lists)" > $DB_DIR/running tazwok gen-list --text check_flavors $@ - pack_flavors gen_flavor_list echo "" ;; cook-commit) @@ -801,11 +802,12 @@ check_commit cook_install test_packages $@ + check_flavors $@ + pack_flavors check_wok $@ + check_flavors $@ echo "(generating lists)" > $DB_DIR/running tazwok gen-list --text - check_flavors $@ - pack_flavors gen_flavor_list echo "" ;; block)