Assembling packages for ISO's

Bryce bryce at zeniv.linux.org.uk
Wed Sep 10 11:33:03 UTC 2008


Can anyone think of a more succinct means to drag out all the latest
rpms based on a tag?
I could only came up with this horror.

mkdir pool; cd pool
TAG=f9-bryced
koji list-pkgs --tag=${TAG} --quiet | cut -f 1 -d " " | xargs koji latest-pkg ${TAG} --quiet | cut -f1 -d " " | xargs -n1 koji download-build --arch=i386 --arch=i686 --arch=noarch


Phil
=--=




More information about the Fedora-buildsys-list mailing list