[Yum-devel] Re: [yum-cvs] /yum-utils reposync.py,1.9,1.10

Menno Smits menno-yum at freshfoo.com
Mon Sep 25 13:40:43 UTC 2006


Tim Lauridsen wrote:
> Update of /home/groups/yum/cvs//yum-utils
> In directory login1.linux.duke.edu:/tmp/cvs-serv4606
> 
> Modified Files:
> 	reposync.py 
> Log Message:
> fixed reposync to work with the latest yum API (2.9.x)
> 
> Index: reposync.py
> ===================================================================
> RCS file: /home/groups/yum/cvs//yum-utils/reposync.py,v
> retrieving revision 1.9
> retrieving revision 1.10
> diff -u -r1.9 -r1.10
> --- reposync.py	29 Jun 2006 14:57:25 -0000	1.9
> +++ reposync.py	25 Sep 2006 13:36:44 -0000	1.10
> @@ -34,6 +34,8 @@
>  
>  import os
>  import sys
> +sys.path.insert(0, '/usr/share/yum-cvs')

I'm guessing this line shouldn't be there?

Menno



More information about the Yum-devel mailing list