summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-08-30 14:36:52 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-08-30 14:36:52 -0400
commit7b5da0bf400c2a09137c3fb7ff4d96f22750e612 (patch)
treedd8ed70e8160333c9e927b56b2fb687635c55cd0 /cobbler
parent229c95d03baae05d22e03619c9c7d4d6ba48bd8b (diff)
downloadthird_party-cobbler-7b5da0bf400c2a09137c3fb7ff4d96f22750e612.tar.gz
third_party-cobbler-7b5da0bf400c2a09137c3fb7ff4d96f22750e612.tar.xz
third_party-cobbler-7b5da0bf400c2a09137c3fb7ff4d96f22750e612.zip
Allow "cobbler import" to deal with the new F8 tree renames. (Grr...)
Diffstat (limited to 'cobbler')
-rw-r--r--cobbler/action_import.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/action_import.py b/cobbler/action_import.py
index 3703c13..b9aaf0e 100644
--- a/cobbler/action_import.py
+++ b/cobbler/action_import.py
@@ -29,7 +29,7 @@ WGET_CMD = "wget --mirror --no-parent --no-host-directories --directory-prefix %
RSYNC_CMD = "rsync -a %s %s %s/ks_mirror/%s --exclude-from=/etc/cobbler/rsync.exclude --progress"
TRY_LIST = [
- "Fedora", "RedHat", "Client", "Server", "Centos", "CentOS",
+ "Fedora", "Packages", "RedHat", "Client", "Server", "Centos", "CentOS",
"Fedora/RPMS", "RedHat/RPMS", "Client/RPMS", "Server/RPMS", "Centos/RPMS",
"CentOS/RPMS", "RPMS"
]