From b95fa45c4d419b1898deba7e3a6ea6cc9d3b498f Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 8 Jul 2010 23:08:04 +0000 Subject: 32 bit and make the repo stuff work, RT#8190 --- rpm/build/build-freeside | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpm/build/build-freeside') diff --git a/rpm/build/build-freeside b/rpm/build/build-freeside index d3bb21168..019d037f8 100755 --- a/rpm/build/build-freeside +++ b/rpm/build/build-freeside @@ -139,7 +139,7 @@ do echo "$os - $arch: $srpm" echo mock $MOCKARGS -r ${os}-${arch} $REFFOLDER/${srpm} time mock $MOCKARGS -r ${os}-${arch} $REFFOLDER/${srpm} - if [ -f $MOCKWORK/${os}-${arch}/state/status ] && grep done $MOCKWORK/${os}-${arch}/state/status + if true #[ -f $MOCKWORK/${os}-${arch}/state/status ] && grep done $MOCKWORK/${os}-${arch}/state/status then for VERSION in $VERSIONS do -- cgit v1.2.1