Skip to content

Commit

Permalink
build_all_repos: don't build ncm-freeipa on el5
Browse files Browse the repository at this point in the history
  • Loading branch information
stdweird committed Mar 1, 2017
1 parent 25d4f9d commit 037a42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/build_all_repos.sh
Expand Up @@ -55,7 +55,7 @@ fi
# Don't add filters here just because something fails
if [ "$RH_RELEASE" -eq 5 ]; then
# These will not work with el5 since they require perl 5.10.1
POM_FILTER='.*\(opennebula\|systemd\|ceph\|icinga\).*'
POM_FILTER='.*\(opennebula\|systemd\|ceph\|icinga\|freeipa\).*'
else
POM_FILTER=""
fi
Expand Down

0 comments on commit 037a42b

Please sign in to comment.