Tracked it down to an error in views.py

 563     elif what == "profile" and multi_mode == "reposync":
 564         options = { "repos" : names, "tries" : 3 }

should be 

 563     elif what == "repo" and multi_mode == "reposync":
 564         options = { "repos" : names, "tries" : 3 }
 
 
On Monday, 15 April, 2013 09:40 EDT, "James Cammarata" <[email protected]> wrote: 
 
> On Mon, Apr 15, 2013 at 7:42 AM, Ronald J. Yacketta 
> <[email protected]>wrote:
> 
> > Just noticed that 'reposync' is not a valid batch command for repo's, has
> > this been added already? if so, might their be a patch I can apply to
> > cobbler-web-2.2.3-2?
> >
> 
> That is a good point. Feel free to add the patch yourself, however I would
> prefer it to be made against the master branch or at worst, the release24
> branch. Otherwise just open an issue on github and I'll get it taken care
> of.
 
 

_______________________________________________
cobbler mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/cobbler

Reply via email to