
The leaves plugin hardly works and actually seems to cause more damage than benefit in a large amount of cases. Until thats fixed take it out of usage. Change-Id: Id090694ef07fc4c4895a9b48f904edd2965bc585
26 lines
407 B
Bash
26 lines
407 B
Bash
# -*- sh -*-
|
|
STEPS="epel rpm_packages python_rpms"
|
|
EPEL_RPM_URL="http://mirrors.kernel.org/fedora-epel/6/i386/epel-release-6-8.noarch.rpm"
|
|
DISTRO_CONFIG=conf/distros/rhel.yaml
|
|
|
|
## Bootstrap for Red Hat based distros
|
|
REQUIRES='
|
|
gcc
|
|
|
|
make
|
|
git
|
|
patch
|
|
python
|
|
python-devel
|
|
|
|
createrepo
|
|
yum-utils
|
|
|
|
PyYAML
|
|
|
|
rpm-build
|
|
python-pip
|
|
python-argparse
|
|
python-setuptools
|
|
'
|