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

/sssd/contrib/ci/
H A Dconfigure.sh35 if [[ "$DISTRO_BRANCH" == -redhat-redhatenterprise*-6.*- ||
36 "$DISTRO_BRANCH" == -redhat-centos-6.*- ]]; then
44 if [[ "$DISTRO_BRANCH" == -redhat-redhatenterprise*-7.*- ||
45 "$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-9]* ]]; then
63 elif [[ "$DISTRO_BRANCH" == -redhat-* ]]; then
70 elif [[ "$DISTRO_BRANCH" == -debian-* ]]; then
74 echo "Cannot install packages on $DISTRO_BRANCH" >&2
85 if [[ "$DISTRO_BRANCH" == -redhat-* ]]; then
87 elif [[ "$DISTRO_BRANCH" == -debian-* ]]; then
90 echo "Cannot remove packages on $DISTRO_BRANCH" >&2
H A Ddeps.sh33 if [[ "$DISTRO_BRANCH" == -redhat-* ]]; then
58 if [[ "$DISTRO_BRANCH" == -debian-* ]]; then

Completed in 41 milliseconds