wok rev 3529
tazbb: Dont clean-up on each commit (only once a night on Tank)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Jun 22 02:07:46 2009 +0200 (2009-06-22) |
parents | bcae4cfaa7e5 |
children | 0109c31e8835 8b3ae6a93757 |
files | tazbb/stuff/tazbb |
line diff
1.1 --- a/tazbb/stuff/tazbb Sun Jun 21 22:21:53 2009 +0000 1.2 +++ b/tazbb/stuff/tazbb Mon Jun 22 02:07:46 2009 +0200 1.3 @@ -430,11 +430,12 @@ 1.4 echo "" ;; 1.5 cook-commit) 1.6 # Cook all packages affected by the last commits in the wok. 1.7 + # Clean up is done only by cook-all to avoid rebuild of corrupted 1.8 + # packages on each commit. 1.9 update_wok $@ 1.10 check_commit 1.11 cook_install 1.12 test_packages $@ 1.13 - clean_up $@ 1.14 check_wok $@ 1.15 echo "(generating lists)" > $DB_DIR/running 1.16 tazwok gen-list --text