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
|
|
Thomas Oulevey |
63828c |
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-ng git which buildsys-tools xz"
|
|
Thomas Oulevey |
63828c |
else
|
|
Thomas Oulevey |
63828c |
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-ng git which buildsys-tools xz"
|
|
Thomas Oulevey |
63828c |
fi
|
|
Thomas Oulevey |
63828c |
COMMON_INHERITANCE=false
|