Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-22 | [pkg] separate leap requirements | Kali Kaneko | |
this is part of a process to make the setup of the development mode less troublesome. from now on, setting up a virtualenv in pure development mode will be as easy as telling pip to just install the external dependencies:: pip install -r pkg/requirements.pip and traversing all the leap repos for the needed leap dependencies doing:: python setup.py develop - Related: #7288 | |||
2015-04-24 | [pkg] remove initscript from python package | drebs | |
There are some reasons to remove the initscript from the python package: 1. To include the initscript it in the python package it is necessary to assume a lot of things about the system in which the package would be installed. 2. The debian packaging system will correctly create an initscript by itself. 3. We don't have to maintain 2 different setup.py files (one in master/develop branch and another in debian package branches). | |||
2013-10-30 | add freeze_debianver | Kali Kaneko | |
2013-08-23 | Versioneer all the things! | Kali Kaneko | |
2013-08-09 | Bump version to 0.3.00.3.0 | Tomás Touceda | |
2013-06-13 | Fix version number to be a consistent 0.2.2 (Closes: #2849) | Micah Anderson | |
2013-05-10 | bump version | Kali Kaneko | |
moved tac file to pkg | |||
2013-05-09 | fix pip install | Kali Kaneko | |
2013-05-09 | typo | Kali Kaneko | |
2013-05-07 | Place mx.tac in /usr/local/bin/ | Tomas Touceda | |
2013-05-07 | Fix classifier | Tomas Touceda | |
2013-05-03 | Add setup script and init.d script | Tomas Touceda | |
Also, some pep8 fixes |