Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 801 Bytes

HOWTO_CentOS.md

File metadata and controls

38 lines (29 loc) · 801 Bytes

Developing on CentOS 6

Get the sources

We need git to clone the repository

sudo yum install git

Clone the yadt-config-rpm-maker repository

git clone https://github.com/yadt/yadt-config-rpm-maker

Install Dependencies

Install python development dependencies.

sudo yum install python-devel python-setuptools python-mock

Install yadt-config-rpm-maker runtime dependencies. To install pysvn we need to enable the RHEL EPEL repository.

sudo yum install subversion rpm-build install pysvn python-yaml

Running Tests

Change directory into the cloned repository

cd yadt-config-rpm-maker

Execute tests

./setup.py test