Statistics
| Branch: | Tag: | Revision:

root / setup.py @ c71f38be

History | View | Annotate | Download (2.3 kB)

# Date Author Comment
121f3bc0 06/11/2013 05:41 pm Nikos Skalkotos

Code Cleanup

  • Prefix all private methods with _
  • Write missing docstrings
  • Move all public methods above the private ones
  • Add module docstrings where missing
  • Define source code encodings on all modules
61346179 04/30/2013 01:59 pm Nikos Skalkotos

Change Author to "Synnefo development team"

e982b634 02/01/2013 01:18 pm Nikos Skalkotos

Fix minor pep8 errors

1deb6a25 01/30/2013 05:56 pm Nikos Skalkotos

Rename README.rst to README

717b0434 01/16/2013 05:13 pm Nikos Skalkotos

Support python-sendfile 2.x

Support both versions (1.2.x and 2.x) of python-sendfile. In
v1.2.x (py-sendfile) the returning value of the sendfile function is a
tuple, where in v2.x (pysendfile) it's a simple integer.

c282b18e 01/11/2013 04:20 pm Nikos Skalkotos

Add author and author_mail in setup.py

cf5c6de5 11/05/2012 12:34 pm Nikos Skalkotos

Revert "Monkey patch the source to work with gevent"

This reverts commit 883e57b07a5cfcb2d0462d67399bfa57bacba846.
Drop the greenlet support.

883e57b0 11/02/2012 01:39 pm Nikos Skalkotos

Monkey patch the source to work with gevent

Needed by new kamaki, otherwise it throughs an exception at the end.

a716819f 11/02/2012 01:08 pm Nikos Skalkotos

Use py-sendfile in favor of pysendfile

The former is older but there are packages for it in distros like
Ubuntu.

0dbc4db9 10/22/2012 05:46 pm Nikos Skalkotos

Drop pbs dependency in favor of sh

PBS has now bocome sh.

4787037b 10/18/2012 01:40 pm Nikos Skalkotos

Remove the goto(1) empty progress bar workaround

Add progress >= 1.0.2 as install_dependency, since this is the version
that fixed the empty progress bar problem.

38014222 10/08/2012 01:56 pm Nikos Skalkotos

Rename the dialog-based program to snf-mkimage

Also add a basic readme file.

023e1217 09/04/2012 05:45 pm Nikos Skalkotos

Code cleanup and refactoring

Create a new dialog_menu module to host all the "expert mode" code.
Check the code with a new version of pep8

3251a62c 06/19/2012 05:54 pm Nikos Skalkotos

Add help subpackage

This dir will host help files used by snf-image-create-dialog

672cabb9 06/14/2012 06:19 pm Nikos Skalkotos

Initial commit for snf-image-creator-dialog

snf-image-creator-dialog is a dialog based version of snf-image-creator
Nothing works yet

42ace959 04/24/2012 12:45 pm Nikos Skalkotos

Switch to ansicolor for coloring & fix pep8 errors

b1395967 04/23/2012 06:53 pm Nikos Skalkotos

Use progress for progress bar & implement register

79d566de 03/24/2012 01:20 pm Nikos Skalkotos

Add image_creator.os_type to packages in setup

22a6d232 03/20/2012 06:04 pm Nikos Skalkotos

Beautify program's output.

ae48a082 03/19/2012 12:26 pm Nikos Skalkotos

Fix license, copyright and pep8 infractions

3ccb2618 03/09/2012 05:26 pm Nikos Skalkotos

Remove python-losetup dependency

The package is buggy and we can use pbs to do the same thing.

586da0a0 03/08/2012 05:32 pm Nikos Skalkotos

Add progress bar for the guestfs launch method

2a79684d 03/05/2012 03:45 pm Nikos Skalkotos

Add external dependencies in setuptools

d57775d4 02/15/2012 07:19 pm Nikos Skalkotos

Initial commit