From 48753a5beed2534821cc69cb30d4472a02c563c5 Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: Jul 04 2017 14:08:39 +0000 Subject: workaround for missing git dependency --- diff --git a/install_mtf.sh b/install_mtf.sh index 2317a15..4deb48e 100755 --- a/install_mtf.sh +++ b/install_mtf.sh @@ -5,6 +5,9 @@ set -e -x +# workaround for https://pagure.io/taskotron/task-modularity-testing-framework/issue/2 +dnf install -y git + # by default, use stable MTF COPR='jscotka/modularity-testing-framework'