summaryrefslogtreecommitdiffstats
path: root/cobbler/action_import.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-06-12 17:30:54 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-06-12 17:30:54 -0400
commite83d677c82a0ad728501d0fa2f6df8737980a68c (patch)
tree3984bac8c1a61a0d91199b5af32c8d0b49e52d20 /cobbler/action_import.py
parentd92ed20f0cd6ae40cca561c3ed7c34561693827b (diff)
downloadthird_party-cobbler-e83d677c82a0ad728501d0fa2f6df8737980a68c.tar.gz
third_party-cobbler-e83d677c82a0ad728501d0fa2f6df8737980a68c.tar.xz
third_party-cobbler-e83d677c82a0ad728501d0fa2f6df8737980a68c.zip
random FIXME cleanup
Diffstat (limited to 'cobbler/action_import.py')
-rw-r--r--cobbler/action_import.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/cobbler/action_import.py b/cobbler/action_import.py
index 3275e07..c906bdc 100644
--- a/cobbler/action_import.py
+++ b/cobbler/action_import.py
@@ -301,10 +301,8 @@ class Importer:
try:
- # store the location of the RPMs in the distro object.
- # this is so sync can find it later.
- # FIXME: can't really do that as there right be more than one.
-
+ # store the yum configs on the filesystem so we can use them later.
+ # and configure them in the kickstart post, etc
counter = len(distro.source_repos)