Re: [PATCH] import enhancements

2011-10-16 Thread Jörgen Maas
On Sun, Oct 16, 2011 at 4:20 AM, James Cammarata wrote: > > Whether they imported with zero issues or not is the question, so a > lot of kickstart testing should be done just to verify I didn't > introduce a regression. Please push to the development branch (2.3?), so we can get our hands on it m

[PATCH] Ticket #611

2011-10-16 Thread Jörgen Maas
Hi Two patches: 0001) Fix for Ticket #611 (add fedora rawhide to codes.py, and while at it added some opensuse versions) 0002) Minor cleanup in the redhat importer, the valid os versions were duplicated there. They should be fetched from codes.py -- Grtz, Jörgen Maas From 951e72bb79f2103c76849f

Re: [PATCH] 3 little cleanup patches

2011-10-16 Thread James Cammarata
On Sat, Oct 15, 2011 at 8:54 AM, Jörgen Maas wrote: > Hi, > > These patches remove the importing of the sub_process module from the > Cobbler tree except utils.py > Koan, setup.py > Existing calls have been changed to use the util.subprocess_call function. Committed and pushed. Thanks! __

Re: [PATCH] 3 little cleanup patches

2011-10-16 Thread James Cammarata
On Sat, Oct 15, 2011 at 9:02 AM, Jörgen Maas wrote: > Something went wrong with gmail there.. i wasn't done yet ;) > Another patch is attached, this is for remote.py (same story). This one too, thanks! ___ cobbler-devel mailing list cobbler-devel@lists.

Re: [PATCH] Ticket #611

2011-10-16 Thread James Cammarata
On Sun, Oct 16, 2011 at 7:38 AM, Jörgen Maas wrote: > Hi > > Two patches: > > 0001) Fix for Ticket #611 (add fedora rawhide to codes.py, and while > at it added some opensuse versions) > 0002) Minor cleanup in the redhat importer, the valid os versions were > duplicated there. They should be fetch

Re: [PATCH] import enhancements

2011-10-16 Thread James Cammarata
On Sun, Oct 16, 2011 at 7:35 AM, Jörgen Maas wrote: > On Sun, Oct 16, 2011 at 4:20 AM, James Cammarata wrote: >> >> Whether they imported with zero issues or not is the question, so a >> lot of kickstart testing should be done just to verify I didn't >> introduce a regression. > > Please push to

Re: [PATCH] import enhancements

2011-10-16 Thread Jörgen Maas
On Sun, Oct 16, 2011 at 4:21 PM, James Cammarata wrote: > I was debating whether I should push this up to origin/master since it > was a pretty significant change. I've gone ahead and pushed it up, > since I was able to import all those distros successfully, so I have > less fear that there is a p

Bugtracker / roadmap

2011-10-16 Thread Jörgen Maas
Hi guys, Today i've spent some time in the bugtracker closing some obvious issues which seem to be resolved now. If there are any objections let me know! Also, can someone create a new milestone for 2.2/2.4 or provide me the privilege to do so myself? :) Closed tickets: Ticket #581 (defect) clos

[PATCH] implement a version call in services.py

2011-10-16 Thread Jörgen Maas
Hi, This patch allows to remotely query the cobbler version, useful for use in kickstarts/snippets. Requested in (RFE) ticket 650. -- Grtz, Jörgen Maas From 4422c14a5df76ebafb1557218d36b1a8bc4e13c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rgen=20Maas?= Date: Sun, 16 Oct 2011 20:59:22 +02

Re: Bugtracker / roadmap

2011-10-16 Thread Garrett Holmstrom
On 2011-10-16 10:15, Jörgen Maas wrote: > Hi guys, > > Today i've spent some time in the bugtracker closing some obvious > issues which seem to be resolved now. If there are any objections let > me know! Also, can someone create a new milestone for 2.2/2.4 or > provide me the privilege to do so mys

Re: Snapshotting repos

2011-10-16 Thread Tom Ellis
On 30/08/11 17:08, Gerhardus Geldenhuis wrote: > Hi > I am working on a simple internal file based (symlinks) method to > snapshot repos on a monthly basis making use of cobbler. For various > reasons we are not using spacewalk to manage that... I am thinking with > a Red Hat / CentOS hat on so pr