diff --git a/Makefile b/Makefile index 0c395e2d3bfad1f7d69938cbff78c9a395e8e35a..e036ba67f8b55b9f592a20f1d293b7dfc743c533 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,10 @@ # # NOTE: to build Avocado RPM packages extra deps not present out of the box # are necessary. These packages are currently hosted at: -# https://copr.fedoraproject.org/coprs/lmr/Autotest/ +# +# https://repos-avocadoproject.rhcloud.com/static/avocado-fedora.repo +# or +# https://repos-avocadoproject.rhcloud.com/static/avocado-el.repo # # Since the RPM build steps are based on mock, edit your chroot config # file (/etc/mock/.cnf) and add the COPR repo configuration there.