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 -- test mailing list test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/test