Re: [Spacewalk-devel] [PATCH] make reposync more modular

2011-12-12 Thread Michael Mraka
Jan Pazdziora wrote: % > >>Hello, % > >> % > >>I've written a patch to make reposync more modular. The essential % > >>thing is moving the argument parsing to the spacewalk-repo-sync % > >>script and out of python/site-packages, but there are also a lot of % > >>other style improvements. % > >> % >

Re: [Spacewalk-devel] [PATCH] make reposync more modular

2011-12-09 Thread Jan Pazdziora
On Mon, Dec 05, 2011 at 03:55:07PM +0100, Ionuț Arțăriși wrote: > On 12/02/2011 05:36 PM, Jan Pazdziora wrote: > >On Fri, Dec 02, 2011 at 05:23:25PM +0100, Ionuț Arțăriși wrote: > >>Hello, > >> > >>I've written a patch to make reposync more modular. The essential > >>thing is moving the argument pa

Re: [Spacewalk-devel] [PATCH] make reposync more modular

2011-12-05 Thread Ionuț Arțăriși
On 12/02/2011 05:36 PM, Jan Pazdziora wrote: On Fri, Dec 02, 2011 at 05:23:25PM +0100, Ionuț Arțăriși wrote: Hello, I've written a patch to make reposync more modular. The essential thing is moving the argument parsing to the spacewalk-repo-sync script and out of python/site-packages, but there

Re: [Spacewalk-devel] [PATCH] make reposync more modular

2011-12-02 Thread Jan Pazdziora
On Fri, Dec 02, 2011 at 05:23:25PM +0100, Ionuț Arțăriși wrote: > Hello, > > I've written a patch to make reposync more modular. The essential > thing is moving the argument parsing to the spacewalk-repo-sync > script and out of python/site-packages, but there are also a lot of > other style impro

[Spacewalk-devel] [PATCH] make reposync more modular

2011-12-02 Thread Ionuț Arțăriși
Hello, I've written a patch to make reposync more modular. The essential thing is moving the argument parsing to the spacewalk-repo-sync script and out of python/site-packages, but there are also a lot of other style improvements. We've already applied those changes and others in our branch,