cookutils diff cooker @ rev 98

cooker: list testing is finish now cook them all. cook: one more QA check right after genpkg_rules
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 08 23:05:44 2011 +0200 (2011-05-08)
parents 810b56de8281
children ff176ddd0154
line diff
     1.1 --- a/cooker	Sun May 08 02:07:12 2011 +0200
     1.2 +++ b/cooker	Sun May 08 23:05:44 2011 +0200
     1.3 @@ -323,7 +323,8 @@
     1.4  			echo -e "\nSpecified list does not exist: $list\n" && exit 1
     1.5  		cp -a $list $cooklist
     1.6  		strip_blocked
     1.7 -		cook_order | tee $LOGS/cookorder.log ;;
     1.8 +		cook_order | tee $LOGS/cookorder.log
     1.9 +		cook_list ;;
    1.10  	rev|-r)
    1.11  		# Cook or recook a specific Hg revision.
    1.12  		rev="$2"