cookutils rev 436

cooker.cgi: show only x86_64 packages for x86_64 cooker
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 22 14:25:21 2012 +0200 (2012-05-22)
parents 1dba4b5fade0
children cc91909f0591
files web/cooker.cgi
line diff
     1.1 --- a/web/cooker.cgi	Tue May 22 11:03:36 2012 +0200
     1.2 +++ b/web/cooker.cgi	Tue May 22 14:25:21 2012 +0200
     1.3 @@ -266,7 +266,7 @@
     1.4  		# use 'cooker arch' to manually create arch.$ARCH files.
     1.5  		# We may have arm only packages, use arch.i486 ?
     1.6  		case "$ARCH" in
     1.7 -			arm) inwok=$(ls $WOK/*/arch.$ARCH | wc -l) ;;
     1.8 +			arm|x86_64) inwok=$(ls $WOK/*/arch.$ARCH | wc -l) ;;
     1.9  			*) inwok=$(ls $WOK | wc -l) ;;
    1.10  		esac
    1.11  		cooked=$(ls $PKGS/*.tazpkg | wc -l)