summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-19 18:30:49 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-19 18:30:49 -0400
commita7db44fab1b5418921b9d57574f588d416724699 (patch)
tree885b3150cf26f0af0cf6297d736503b5c1936d73 /cobbler
parent59fcf7bc502d250ea9cec8d9f9b0d2e3233d95e9 (diff)
downloadthird_party-cobbler-a7db44fab1b5418921b9d57574f588d416724699.tar.gz
third_party-cobbler-a7db44fab1b5418921b9d57574f588d416724699.tar.xz
third_party-cobbler-a7db44fab1b5418921b9d57574f588d416724699.zip
Package the cobbler manpage as html as well as a docs page. Fix a broken docstring in action_sync.py
Diffstat (limited to 'cobbler')
-rw-r--r--cobbler/action_sync.py2
-rw-r--r--cobbler/webui/master.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/cobbler/action_sync.py b/cobbler/action_sync.py
index 69f66b6..9cd7b46 100644
--- a/cobbler/action_sync.py
+++ b/cobbler/action_sync.py
@@ -357,7 +357,7 @@ class BootSync:
* signal the status watcher we're done
* disable PXE if needed
* save the original kickstart file for debug
- ""
+ """
# FIXME: watcher is more of a request than a packaged file
# we should eventually package something and let it do something important"
diff --git a/cobbler/webui/master.py b/cobbler/webui/master.py
index 7fc1d6a..b29bb8c 100644
--- a/cobbler/webui/master.py
+++ b/cobbler/webui/master.py
@@ -33,8 +33,8 @@ VFN=valueForName
currentTime=time.time
__CHEETAH_version__ = '2.0rc8'
__CHEETAH_versionTuple__ = (2, 0, 0, 'candidate', 8)
-__CHEETAH_genTime__ = 1190239979.666712
-__CHEETAH_genTimestamp__ = 'Wed Sep 19 18:12:59 2007'
+__CHEETAH_genTime__ = 1190241010.2348001
+__CHEETAH_genTimestamp__ = 'Wed Sep 19 18:30:10 2007'
__CHEETAH_src__ = 'webui_templates/master.tmpl'
__CHEETAH_srcLastModified__ = 'Tue Sep 18 15:11:43 2007'
__CHEETAH_docstring__ = 'Autogenerated by CHEETAH: The Python-Powered Template Engine'