Searched refs:DISTRO_BRANCH (Results 1 - 3 of 3) sorted by relevance

/sssd-io/contrib/ci/
H A Dconfigure.sh35 if [[ "$DISTRO_BRANCH" == -redhat-redhatenterprise*-6.*- ||
36 "$DISTRO_BRANCH" == -redhat-centos-6.*- ]]; then
46 if [[ "$DISTRO_BRANCH" == -redhat-fedora-2[0-2]* ]]; then
52 if [[ "$DISTRO_BRANCH" == -redhat-redhatenterprise*-7.*- ||
53 "$DISTRO_BRANCH" == -redhat-centos-7.*- ]]; then
H A Ddistro.sh44 declare -r DISTRO_BRANCH="-$DISTRO_FAMILY-$DISTRO_ID-$DISTRO_RELEASE-"
53 if [[ "$DISTRO_BRANCH" == -redhat-fedora-2[2-5]* ]]; then
63 elif [[ "$DISTRO_BRANCH" == -redhat-fedora-* ]]; then
68 elif [[ "$DISTRO_BRANCH" == -redhat-* ]]; then
75 elif [[ "$DISTRO_BRANCH" == -debian-* ]]; then
79 echo "Cannot install packages on $DISTRO_BRANCH" >&2
90 if [[ "$DISTRO_BRANCH" == -redhat-* ]]; then
92 elif [[ "$DISTRO_BRANCH" == -debian-* ]]; then
95 echo "Cannot remove packages on $DISTRO_BRANCH" >&2
H A Ddeps.sh33 if [[ "$DISTRO_BRANCH" == -redhat-* ]]; then
64 if [[ "$DISTRO_BRANCH" == -debian-* ]]; then

Completed in 23 milliseconds