SolidCharity / LightBuildServer

LightBuildServer for building rpm and deb packages and running CI scripts, using linux containers
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

support special repo remi which needs to be enabled #138

Closed tpokorra closed 8 years ago

tpokorra commented 8 years ago

goal: I need to install composer on CentOS6 to be able to build roundcubemail for Kolab 3.5

according to http://blog.remirepo.net/pages/Config-en, these are the steps that are needed:

yum install http://rpms.remirepo.net/enterprise/remi-release-6.rpm
yum-config-manager --enable remi

This should be done somehow via the project's config.yml file.