# HG changeset patch # User Antoine Bodin # Date 1296591150 -3600 # Node ID 21527e69d8c5313b19355fba9ac3aaa05c10fc20 # Parent 72168fe681a5e361031495440b9f6aa2bd305678 Fix: blocked should not be removed anymore diff -r 72168fe681a5 -r 21527e69d8c5 tazwok --- a/tazwok Tue Feb 01 20:53:27 2011 +0100 +++ b/tazwok Tue Feb 01 21:12:30 2011 +0100 @@ -1237,7 +1237,6 @@ sort_db() { report step "Generating cookorder.txt" - rm $PACKAGES_REPOSITORY/blocked && touch $PACKAGES_REPOSITORY/blocked cat $dep_db | sed 's/ \t / /' | while read PACKAGE BUILD_DEPENDS; do grep -q ^$PACKAGE$'\t' $wan_db && continue