On Mon, Apr 15, 2013 at 9:58 AM, Ronald J. Yacketta <[email protected]>wrote:
> 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 }
>
Now that you mention it, this was fixed in the upstream code, which will be
included in release24.
_______________________________________________
cobbler mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/cobbler