On Wed, Jul 6, 2011 at 2:34 AM, James Cammarata <j...@sngx.net> wrote:
> On Tue, Jul 5, 2011 at 2:01 PM, Scott Henson <shen...@redhat.com> wrote:
>> On Thu, 30 Jun 2011 17:23:58 -0500, James Cammarata <j...@sngx.net> wrote:
>>> Pushed to my github:
>>
>> Merged. I also picked up your mongodb serializer. Thanks.
>>
>
> Ok, I didn't think I had committed that, but oh well :)
> _______________________________________________
> cobbler-devel mailing list
> cobbler-devel@lists.fedorahosted.org
> https://fedorahosted.org/mailman/listinfo/cobbler-devel
>

Right now in git master we have a couple issues.

Basically now we require pymongo or it throws an exception on install.
 I'm not sure why it doesn't do that for couch...

We also have some debugging stuff going on in utils.py

3d490ed4 cobbler/utils.py (Peter Vreman       2010-02-04 14:21:28
+0100 1958) def local_get_cobbler_api_url():
3d490ed4 cobbler/utils.py (Peter Vreman       2010-02-04 14:21:28
+0100 1959)     # Load server and http port
3d490ed4 cobbler/utils.py (Peter Vreman       2010-02-04 14:21:28
+0100 1960)     try:
627fe7a3 cobbler/utils.py (James Cammarata    2011-06-22 22:19:56
-0500 1961)         #fh = open("/etc/cobbler/settings")
627fe7a3 cobbler/utils.py (James Cammarata    2011-06-22 22:19:56
-0500 1962)         fh = open("/etc/cobbler/settings.json")
627fe7a3 cobbler/utils.py (James Cammarata    2011-06-22 22:19:56
-0500 1963)         #data = yaml.load(fh.read())
627fe7a3 cobbler/utils.py (James Cammarata    2011-06-22 22:19:56
-0500 1964)         data = simplejson.load(fh)

I don't think he meant to have this committed.
_______________________________________________
cobbler-devel mailing list
cobbler-devel@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/cobbler-devel

Reply via email to