Mock for more than one config\arch?

2010-07-12 Thread Frank Murphy
I'm doing something wrong but what is the correct sequence to build for 
more that one arch, mock --help\man not throwing much light for me.

mock -r fedora12.i386 fedora12.x86_64 fedora 13.xx fedoraDevel.xx 
--rebuild --resultdir=/some/local/path somesrc.rpm


-- 
Regards,

Frank Murphy
UTF_8 Encoded
Friend of Fedora
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test


Re: Mock for more than one config\arch?

2010-07-12 Thread Kalev Lember
On 07/12/2010 11:39 AM, Frank Murphy wrote:
 I'm doing something wrong but what is the correct sequence to build for
 more that one arch, mock --help\man not throwing much light for me.

 mock -r fedora12.i386 fedora12.x86_64 fedora 13.xx fedoraDevel.xx
 --rebuild --resultdir=/some/local/path somesrc.rpm



for ARCH in fedora-12-i386 fedora-12-x86_64 fedora-rawhide-i386 ; do
 mock -r $ARCH mypackage.src.rpm
done

-- 
Kalev
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test


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

2010-07-12 Thread Frank Murphy
On 12/07/10 10:01, Kalev Lember wrote:
 On 07/12/2010 11:39 AM, Frank Murphy wrote:
 I'm doing something wrong but what is the correct sequence to build for
 more that one arch, mock --help\man not throwing much light for me.

 mock -r fedora12.i386 fedora12.x86_64 fedora 13.xx fedoraDevel.xx
 --rebuild --resultdir=/some/local/path somesrc.rpm



 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.
-- 
Regards,

Frank Murphy
UTF_8 Encoded
Friend of Fedora
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test