From 66e7744df9e7589cb28cc0ed919da90738930948 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 12 2019 15:12:53 +0000 Subject: [PATCH 1/2] Ignore all results_* folders These folders are created by the different containers running the different environment we want to tests. There is no need to keep record of these test results. Signed-off-by: Pierre-Yves Chibon --- diff --git a/.gitignore b/.gitignore index 0bb1b03..400acda 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ worker.log _build/ results/ +results_*/ # Just a local folder I use for testing clones/ From ac29d56b4b03d7090c980e3cd8ada0f496e38b98 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 12 2019 15:12:53 +0000 Subject: [PATCH 2/2] Get werkzeug from fedorapeople rather than koji The build in koji was a scratch-build and there it will disapear at a point. So we moved the RPM as well as source RPM to fedorapeople where it be more stable. Signed-off-by: Pierre-Yves Chibon --- diff --git a/dev/containers/centos7-rpms-py2 b/dev/containers/centos7-rpms-py2 index 26ee266..959c06c 100644 --- a/dev/containers/centos7-rpms-py2 +++ b/dev/containers/centos7-rpms-py2 @@ -22,7 +22,7 @@ RUN yum -y install \ repoSpanner \ repoSpanner-bridge -RUN yum install -y https://kojipkgs.fedoraproject.org//work/tasks/5657/32535657/python-werkzeug-0.9.6-1.el7.noarch.rpm +RUN yum install -y https://pingou.fedorapeople.org/RPMs/python-werkzeug-0.9.6-1.el7.noarch.rpm RUN cd / \ && git clone https://pagure.io/pagure.git \