From 8f544b3bdf5a2fd116bddc1ed0f2b3f78115f101 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 May 2013 09:41:47 +0200 Subject: Xulrunner / Firefox : use python27 SCL for EL-6 build --- mock/el6i.cfg | 5 +++++ mock/el6x.cfg | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/mock/el6i.cfg b/mock/el6i.cfg index 6c5a105..b232ab3 100644 --- a/mock/el6i.cfg +++ b/mock/el6i.cfg @@ -113,5 +113,10 @@ name=result baseurl=file:/var/lib/mock/el6i/ enabled=1 +[python27] +name=python27 +baseurl=http://people.redhat.com/bkabrda/python27-rhel-6/ +enabled=1 + """ diff --git a/mock/el6x.cfg b/mock/el6x.cfg index bf95a73..18af6ee 100644 --- a/mock/el6x.cfg +++ b/mock/el6x.cfg @@ -112,5 +112,10 @@ name=result baseurl=file:/var/lib/mock/el6x/ enabled=1 +[python27] +name=python27 +baseurl=http://people.redhat.com/bkabrda/python27-rhel-6/ +enabled=1 + """ -- cgit