cookutils rev 157

cook: disable link checking
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 14 02:00:29 2011 +0200 (2011-05-14)
parents 7190420bedb8
children e29347f2be9d
files cook
line diff
     1.1 --- a/cook	Fri May 13 17:40:01 2011 +0200
     1.2 +++ b/cook	Sat May 14 02:00:29 2011 +0200
     1.3 @@ -589,10 +589,10 @@
     1.4  
     1.5  # Verify package quality and consistency.
     1.6  packit_quality() {
     1.7 -	gettext "QA: Checking for broken link..."
     1.8 -	link=$(find $fs/usr -type l -follow)
     1.9 -	[ "$link" ] && echo -e "\nERROR: broken link in filesystem"
    1.10 -	status
    1.11 +	#gettext "QA: Checking for broken link..."
    1.12 +	#link=$(find $fs/usr -type l -follow)
    1.13 +	#[ "$link" ] && echo -e "\nERROR: broken link in filesystem"
    1.14 +	#status
    1.15  	
    1.16  	# Exit if any error found in log file.
    1.17  	if fgrep -q ERROR: $LOGS/$pkg.log; then