2008/9/26 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
Patrice Dumas wrote, at 09/26/2008 06:11 PM +9:00:

Hello,

I understand why rawhide should be frozen at some points, but sometime
there is a package one really wants, that is built in koji, but not
available in rawhide because it is frozen. In my case, for example,
rpm-build is broken but aleady fixed. So maybe it would be worth having
a special repo that would not be enabled, but that would allow to have
the latest builds during a beta freeze. In my opinion this repo should
also be used for Matt rebuilds since there are alot of already fixed FTBS
in his reports due to the freeze, which is a bit annoying.

--
Pat

I always use a repo file (named fedora-koji.repo) which contains:
---------------------------------------------------------------
[koji]
name= koji - koji snapshot tree
baseurl=http://koji.fedoraproject.org/static-repos/dist-f10-build-current/$basearch/
enabled=1
gpgcheck=0
---------------------------------------------------------------

And I think fedora-devel-i386.cfg (in mock) has similar lines.

Wow, I never knew koji did that, very cool indeed.