summaryrefslogtreecommitdiffstats
path: root/cobbler/action_sync.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-12-06 17:17:04 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-12-06 17:17:04 -0500
commita3dae83c8e09a3c9d9c4b3a52c43fc9fde6119f5 (patch)
treec17991d1d472b147737267c3db97660175e0e5fe /cobbler/action_sync.py
parentee982d8decf00b76afb659829946f0c48c40e57b (diff)
downloadthird_party-cobbler-a3dae83c8e09a3c9d9c4b3a52c43fc9fde6119f5.tar.gz
third_party-cobbler-a3dae83c8e09a3c9d9c4b3a52c43fc9fde6119f5.tar.xz
third_party-cobbler-a3dae83c8e09a3c9d9c4b3a52c43fc9fde6119f5.zip
Lots of logging improvements, keep sync from blitzing the WebUI
Diffstat (limited to 'cobbler/action_sync.py')
-rw-r--r--cobbler/action_sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/action_sync.py b/cobbler/action_sync.py
index 987a7f8..44f1c6b 100644
--- a/cobbler/action_sync.py
+++ b/cobbler/action_sync.py
@@ -269,7 +269,7 @@ class BootSync:
if not x.endswith(".py"):
self.rmfile(path)
if os.path.isdir(path):
- if not x in ["webui", "localmirror","repo_mirror","ks_mirror","kickstarts","kickstarts_sys","distros","images","systems","profiles","links","repo_profile","repo_system"] :
+ if not x in ["web", "webui", "localmirror","repo_mirror","ks_mirror","kickstarts","kickstarts_sys","distros","images","systems","profiles","links","repo_profile","repo_system"] :
# delete directories that shouldn't exist
self.rmtree(path)
if x in ["kickstarts","kickstarts_sys","images","systems","distros","profiles","repo_profile","repo_system"]: