On Wed, 2007-05-23 at 15:09 +0200, Mirko Gmail wrote: > I try to use repoclosure with this alternate yum.conf file: > > [main] > cachedir=/var/cache/yum > debuglevel=10 > logfile=/home/yum.log > pkgpolicy=newest > distroverpkg=redhat-release > > [resi-distrib] > name=Resi Custom Distro > baseurl=file:///home/RH5_CUSTOM/i386/Server/ > gpgcheck=0 > > when i run repoclosure i obtain: > > Reading in repository metadata - please wait.... > Setting up Package Sacks > Traceback (most recent call last): > File "/usr/bin/repoclosure", line 214, in ? > main() > File "/usr/bin/repoclosure", line 171, in main > my.readMetadata() > File "/usr/bin/repoclosure", line 97, in readMetadata > self.repos.populateSack(which=[repo.id], mdtype='filelists') > TypeError: populateSack() got an unexpected keyword argument 'mdtype' > > Where is the error? what ver of yum and what ver of yum-utils are you using? -sv