Change in jenkins[master]: mock_install.sh: use dnf-acceptable `yum install`

David Caro has submitted this change and it was merged. Change subject: mock_install.sh: use dnf-acceptable `yum install` ...................................................................... mock_install.sh: use dnf-acceptable `yum install` As explained in https://bugzilla.redhat.com/show_bug.cgi?id=957833#c2 `yum localinstall` was a legacy yum command, that was discontinued from dnf. As such, mock_install fails on Fedora 22, where yum is replaced by mock. This patch attempt to fix these failures by using `yum install` instead, which has the same functionality. Change-Id: I23ca86764d9623015469f8dbad19812c7d60d0e1 Bug-Url: https://bugzilla.redhat.com/1186650 Signed-off-by: Dan Kenigsberg <danken@redhat.com> --- M jobs/confs/shell-scripts/mock_install.sh 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: David Caro: Verified; Looks good to me, approved; Ready for merge -- To view, visit https://gerrit.ovirt.org/40306 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I23ca86764d9623015469f8dbad19812c7d60d0e1 Gerrit-PatchSet: 3 Gerrit-Project: jenkins Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <danken@redhat.com> Gerrit-Reviewer: David Caro <dcaroest@redhat.com> Gerrit-Reviewer: Sandro Bonazzola <sbonazzo@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
dcaroest@redhat.com