Loading bin/cc-server +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ try: except ImportError: DAEMONIZE = False __VERSION__ = 4 __VERSION__ = 5 DEFAULT_CONFIG_FILE = '/etc/cc-server.conf' DEFAULT_PID_FILE = '/var/run/cc-server.pid' Loading debian/changelog +7 −0 Original line number Diff line number Diff line cc-server (5) unstable; urgency=low * Fixed initscripts. * Fixed bug in VM actions. -- Antoine Millet <antoine.millet@smartjog.com> Mon, 27 Dec 2010 17:51:50 +0100 cc-server (4-1) unstable; urgency=low * Fixed many many bugs. Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ ldesc = open(os.path.join(os.path.dirname(__file__), 'README')).read() setup( name='cc-server', version='4', version='5', description='CloudControl server', long_description=ldesc, author='Antoine Millet', Loading Loading
bin/cc-server +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ try: except ImportError: DAEMONIZE = False __VERSION__ = 4 __VERSION__ = 5 DEFAULT_CONFIG_FILE = '/etc/cc-server.conf' DEFAULT_PID_FILE = '/var/run/cc-server.pid' Loading
debian/changelog +7 −0 Original line number Diff line number Diff line cc-server (5) unstable; urgency=low * Fixed initscripts. * Fixed bug in VM actions. -- Antoine Millet <antoine.millet@smartjog.com> Mon, 27 Dec 2010 17:51:50 +0100 cc-server (4-1) unstable; urgency=low * Fixed many many bugs. Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ ldesc = open(os.path.join(os.path.dirname(__file__), 'README')).read() setup( name='cc-server', version='4', version='5', description='CloudControl server', long_description=ldesc, author='Antoine Millet', Loading