ykarel / centos / cbs-tools

Forked from centos/cbs-tools 3 years ago
Clone
Blob Blame History Raw
# Add settings per distributions

if [[ "x$DIST" == "x8" || "x$DIST" == "x8s" ]]
then
	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"
else
	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"
fi
COMMON_INHERITANCE=false