SOLVED Re: Mock for more than one config\arch?

Kalev Lember kalev at smartlink.ee
Mon Jul 12 10:07:02 UTC 2010


On 07/12/2010 12:50 PM, Frank Murphy wrote:
> On 12/07/10 10:01, Kalev Lember wrote:
>> for ARCH in fedora-12-i386 fedora-12-x86_64 fedora-rawhide-i386 ; do
>>        mock -r $ARCH mypackage.src.rpm
>> done
>>
> 
> Is it basically bash script?
> I'm not excellent currently with a cli.

Yes, it is. If it's more convenient for you, you can also put it all in one line:
for ARCH in fedora-12-i386 fedora-12-x86_64 fedora-rawhide-i386 ; do mock -r $ARCH mypackage.src.rpm ; done

-- 
Kalev


More information about the test mailing list