Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Latest commit

 

History

History
61 lines (27 loc) · 708 Bytes

README.rst

File metadata and controls

61 lines (27 loc) · 708 Bytes

Joulupukki

Joulupukki is a webservice to build linux packages (deb, RPM) using Docker.

Installation

Install before joulupukki-common

After

pip install -r requirements.txt
python setup.py develop

Run it

How to use it

Testing

You may run all tests with tox or run the tests with a specific interpreter with tox -epy27.

Note

Maybe you need to install tox: pip instal tox

Documentation

You can build the documentation tox -edocs. The HTML documentation will be built in docs/build/html.

Dev Env

apt-get install rpm
virtualenv --system-site-packages env