#4581 Enable updates-testing repo on f29-rpms test container
Merged 4 years ago by pingou. Opened 4 years ago by jlanda.
jlanda/pagure test-f29-u-t  into  master

file modified
+2 -2
@@ -6,7 +6,7 @@ 

  ENV REPO=$repo

  ENV BRANCH=$branch

  

- RUN dnf -y install \

+ RUN dnf -y --enablerepo=updates-testing install \

      python3-setuptools \

      python3-coverage \

      python3-nose \
@@ -26,7 +26,7 @@ 

  # Install all the requirements from the spec file and replace the macro

  # %{python_pkgversion} by '3' which thus installs all the py3 version of

  # the dependencies.

- RUN dnf install -y `grep "Requires:" /pagure/files/pagure.spec | \

+ RUN dnf install -y --enablerepo=updates-testing `grep "Requires:" /pagure/files/pagure.spec | \

      awk '{split($0, a, " "); print a[2]}' |grep -v "%{name}" | \

      sed -e "s|%{python_pkgversion}|3|"` && \

      dnf clean all && \

no initial comment

rebased onto edc0e91

4 years ago

rebased onto edc0e91

4 years ago

Pull-Request has been merged by pingou

4 years ago