ykarel / centos / cbs-tools

Forked from centos/cbs-tools 3 years ago
Clone

Blame scripts/sigs/cloud/openstack/config.sh

Thomas Oulevey 63828c
# Add settings per distributions
Thomas Oulevey 63828c
Thomas Oulevey 63828c
if [[ "x$DIST" == "x8" || "x$DIST" == "x8s" ]]
Thomas Oulevey 63828c
then
361ec6
	BUILDROOT_DEFAULT="bash bzip2 coreutils cpio diffutils redhat-release findutils gawk gcc gcc-c++ grep gzip info make patch redhat-rpm-config rpm-build sed unzip util-linux git which buildsys-tools xz"
Thomas Oulevey 63828c
else
361ec6
	BUILDROOT_DEFAULT="openstack-macros bash bzip2 coreutils cpio diffutils redhat-release findutils gawk gcc gcc-c++ grep gzip info make patch redhat-rpm-config rpm-build sed unzip util-linux git which buildsys-tools xz"
Thomas Oulevey 63828c
fi
Thomas Oulevey 63828c
COMMON_INHERITANCE=false