summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-06-09 16:45:38 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-06-09 16:45:38 -0400
commit808f53e2c8c137778c8c1beea27c1668e8786d6e (patch)
tree2be90d8a81f4ded1bfb54f0817b1ea568448c36d /setup.py
parent8808ac797cbbd26dfb2a9b2e76f668ea42d3827a (diff)
downloadthird_party-cobbler-808f53e2c8c137778c8c1beea27c1668e8786d6e.tar.gz
third_party-cobbler-808f53e2c8c137778c8c1beea27c1668e8786d6e.tar.xz
third_party-cobbler-808f53e2c8c137778c8c1beea27c1668e8786d6e.zip
Fix for mkdir invocation now that we no longer own the tftp directories in the RPM.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 680f22c..dc087d7 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "1.0.3"
+VERSION = "1.0.2"
SHORT_DESC = "Network Boot and Update Server"
LONG_DESC = """
Cobbler is a network boot and update server. Cobbler supports PXE, provisioning virtualized images, and reinstalling existing Linux machines. The last two modes require a helper tool called 'koan' that integrates with cobbler. Cobbler's advanced features include importing distributions from DVDs and rsync mirrors, kickstart templating, integrated yum mirroring, and built-in DHCP/DNS Management. Cobbler also has a Python and XMLRPC API for integration with other applications.