summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-04-11 18:53:50 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-04-11 18:53:50 -0400
commitc3d1d703cdcbb911561c34f30f190067c641176f (patch)
tree3b4193133d9ff8d8d2e0b1cac3e9bb3307f7864a /MANIFEST.in
parent2e89faaf2853741579ed176baa761021311853a3 (diff)
downloadthird_party-cobbler-c3d1d703cdcbb911561c34f30f190067c641176f.tar.gz
third_party-cobbler-c3d1d703cdcbb911561c34f30f190067c641176f.tar.xz
third_party-cobbler-c3d1d703cdcbb911561c34f30f190067c641176f.zip
Kickstart tracking now mines the apache logs rather than relying on the
watcher.py mod_python script, so there is room for greater platform compatibility. A cgi-based more-portable alternative to watcher is still desirable. Since apache logs are cycled more frequently than cobbler logs, this does mean that we lose a bit of granularity with regards to start/stop times, though this can presumably be refined. Last request time (the most important bit) is still solid. Need to verify that Apache log time parsing (strptime) isn't doing anything strange with time zones as cobbler is logging GMT. I suspect it might and that would affect results and state detection.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 650b088..445e623 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,7 @@
include loaders/COPYING_ELILO
include loaders/elilo-3.6-ia64.efi
include loaders/menu.c32
+include templates/cobbler.conf
include templates/dhcp.template
include templates/pxeprofile.template
include templates/pxedefault.template