On Mon, Apr 15, 2013 at 9:58 AM, Ronald J. Yacketta <yacke...@potsdam.edu>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
cobbler@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/cobbler

Reply via email to