[PATCH] little correction to setup.py

2011-11-04 Thread Jörgen Maas
Hi, After installing cobbler-web users had to manually create the directory /var/www/cobbler/pub to make calling buildiso from cobbler-web actually work. This one line patch corrects this issue. Please apply to master and release22 -- Grtz, Jörgen Maas __

Re: [PATCH] little correction to setup.py

2011-11-04 Thread Jörgen Maas
sigh, with atached patch now... On Fri, Nov 4, 2011 at 5:10 PM, Jörgen Maas wrote: > Hi, > > After installing cobbler-web users had to manually create the > directory /var/www/cobbler/pub to make calling buildiso from > cobbler-web actually work. This one line patch corrects this issue. > > Pleas

[PATCH] little cleanup in debian/ubuntu importer

2011-11-04 Thread Jörgen Maas
Hi, Use the OS versions from codes.py in the debian/ubuntu importer (DRY). -- Grtz, Jörgen Maas From da9933dc2ac066c47b109c731eb432559590aa3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=F6rgen=20Maas?= Date: Fri, 4 Nov 2011 18:35:33 +0100 Subject: [PATCH] cleanup: use codes.VALID_OS_VERSIONS in

[PATCH] cleanup in freebsd importer

2011-11-04 Thread Jörgen Maas
Hi, Use the OS versions from codes.py in the freebsd importer (DRY). -- Grtz, Jörgen Maas From d10a46d82bd9b0dff653a61ba8d3cac856c99ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=F6rgen=20Maas?= Date: Fri, 4 Nov 2011 18:46:09 +0100 Subject: [PATCH] cleanup: use codes.VALID_OS_VERSIONS in the fr

[PATCH] removed a lot of useless spaces in koan

2011-11-04 Thread Christian Berendt
Hi. I started working on the provisioning of images using cobbler (I tried it with the latest release 2.2.1 and got a few exceptions on the client side). Before changing code I removed a bulk of useless spaces in the sources of koan. I attached the patch, hope it's useful to beautify the code a li