summaryrefslogtreecommitdiff
path: root/pkg/utils
AgeCommit message (Collapse)Author
2015-11-26[style] fix pep8 errorsRuben Pollan
2015-07-27[pkg] add AUTHORS file + one-liner to generate itKali Kaneko
2015-07-22[pkg] separate leap requirementsKali 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
2013-06-13Fix version number to be a consistent 0.2.2 (Closes: #2849)Micah Anderson
2013-05-03Add setup script and init.d scriptTomas Touceda
Also, some pep8 fixes
2013-04-25Reorder files, normalize repo and add sample configTomas Touceda