From c4474d526d288d866fce3b58fd2b853cd983df14 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 26 Jul 2007 17:53:28 -0400 Subject: Description tweaks to RPM/setup.py and changelog updates --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b9e1c4b..ba6ecf4 100644 --- a/setup.py +++ b/setup.py @@ -4,10 +4,10 @@ import sys from distutils.core import setup, Extension import string -VERSION = "0.5.1" -SHORT_DESC = "Boot and update server configurator" +VERSION = "0.5.2" +SHORT_DESC = "Network Boot and Update Server" LONG_DESC = """ -Cobbler is a command line tool for configuration of boot/provisioning, and update servers which is also accessible as a Python library. Cobbler supports PXE, provisioning virtualized images, and reinstalling machines that are already up and running (over SSH). The last two modes require a helper tool called 'koan' that integrates with cobbler. Cobbler's advanced features include importing distributions from rsync mirrors, kickstart templating, integrated yum mirroring (and linking repository setup with kickstarts), plus managing dhcpd.conf. +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 Management. Cobbler has a Python API for integration with other GPL systems management applications. """ if __name__ == "__main__": -- cgit