URL: https://github.com/freeipa/freeipa/pull/314 Title: #314: RFC: privilege separation for ipa framework code
martbab commented: """ @simo5 the simplest way to fix CI is to add WIP commit that enables your COPR repos during 'builddep' step like this (untested): ```diff diff --git a/.test_runner_config.yaml b/.test_runner_config.yaml index dc08d79..da64631 100644 --- a/.test_runner_config.yaml +++ b/.test_runner_config.yaml @@ -27,6 +27,8 @@ steps: - make V=0 ${make_target} builddep: - rm -rf /var/cache/dnf/* + - dnf copr enable -y simo/mod_auth_gssapi + - dnf copr enable -y simo/gssproxy - "dnf makecache fast || :" - dnf builddep -y ${builddep_opts} --spec freeipa.spec.in --best --allowerasing cleanup: ``` """ See the full comment at https://github.com/freeipa/freeipa/pull/314#issuecomment-276055855
-- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code