From a0b61ddb6681474cc67a0667f679ceea08191d3e Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 11 Oct 2006 11:43:13 -0400 Subject: (1) initial work on a command to import build trees into cobbler in a really fast, automated way (2) bundling 2.4's subprocess as sub_process (it's supposed to work) since subprocess isn't available on 2.3 and we want to support lots of 2.3 machines --- TODO | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index d6c5868..f7d2066 100644 --- a/TODO +++ b/TODO @@ -6,3 +6,7 @@ cobbler TODO list - Locking - For "enchant", try to verify that syslinux and mkinitrd are installed on the remote. - "make test" shouldn't overwrite files in /var/lib/cobbler/ + +Non functional: + - an argument parsing overhaul is probably due + - remove the cobbler_msg logic since i18n isn't likely -- cgit