cookutils diff cook @ rev 26

cooker: add option --list= and log all stderr
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 06 04:07:11 2011 +0200 (2011-05-06)
parents a7f0d97a9ccc
children 107f17f16133
line diff
     1.1 --- a/cook	Fri May 06 00:05:14 2011 +0200
     1.2 +++ b/cook	Fri May 06 04:07:11 2011 +0200
     1.3 @@ -654,11 +654,11 @@
     1.4  		fi
     1.5  
     1.6  		# Cook and pack or exit on error and log everything.
     1.7 -		cookit | tee $LOGS/$pkg.log
     1.8 +		cookit 2>&1 | tee $LOGS/$pkg.log
     1.9  		remove_deps | tee -a $LOGS/$pkg.log
    1.10  		cookit_quality
    1.11  		
    1.12 -		packit | tee -a $LOGS/$pkg.log
    1.13 +		packit 2>&1 | tee -a $LOGS/$pkg.log
    1.14  		clean_log
    1.15  		packit_quality
    1.16