Is yum up to date? We saw this error briefly too, but it went away once it was corrected in that package. I'll see if I can dig up the bugzilla...
----- "Doug Reiland" <[email protected]> wrote: > I started to get errors trying to do a koji spin-livecd > > In my mock directory, under tmp/koji-livecd. I am seeing a directory > called "installed" show up. It doesn't have a packages subdirectory > so > os.listdirs generates a fault. > > > --- /usr/sbin/kojid 2010-06-04 13:54:50.773811154 -0400 > +++ /tmp/kojid 2010-06-04 13:54:42.235810018 -0400 > @@ -2386,9 +2386,6 @@ > pkgpath = os.path.join(broot.rootdir(), cachedir[1:], > repo, > 'packages') > > - if not os.path.exists(pkgpath): > - continue > - > pkgs = os.listdir(pkgpath) > for pkg in pkgs: > pkgfile = os.path.join(pkgpath, pkg) > -- > buildsys mailing list > [email protected] > https://admin.fedoraproject.org/mailman/listinfo/buildsys -- buildsys mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/buildsys
