From 68a7eced6a41a39c34bc25adba0e0a0dedb05e82 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Aug 2013 19:35:44 +0200 Subject: use a local copy of python27 SCL repo --- el6i.cfg | 3 ++- el6it.cfg | 6 ++++++ el6x.cfg | 3 ++- el6xt.cfg | 6 ++++++ 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/el6i.cfg b/el6i.cfg index b232ab3..a576811 100644 --- a/el6i.cfg +++ b/el6i.cfg @@ -115,7 +115,8 @@ enabled=1 [python27] name=python27 -baseurl=http://people.redhat.com/bkabrda/python27-rhel-6/ +#baseurl=http://people.redhat.com/bkabrda/python27-rhel-6/ +baseurl=file:/home/rpmbuild/site/rpms/priv/python27-rhel-6/ enabled=1 """ diff --git a/el6it.cfg b/el6it.cfg index 9640a2d..d1fb52e 100644 --- a/el6it.cfg +++ b/el6it.cfg @@ -113,5 +113,11 @@ name=result baseurl=file:/var/lib/mock/el6i/ enabled=1 +[python27] +name=python27 +#baseurl=http://people.redhat.com/bkabrda/python27-rhel-6/ +baseurl=file:/home/rpmbuild/site/rpms/priv/python27-rhel-6/ +enabled=1 + """ diff --git a/el6x.cfg b/el6x.cfg index 18af6ee..e05266f 100644 --- a/el6x.cfg +++ b/el6x.cfg @@ -114,7 +114,8 @@ enabled=1 [python27] name=python27 -baseurl=http://people.redhat.com/bkabrda/python27-rhel-6/ +#baseurl=http://people.redhat.com/bkabrda/python27-rhel-6/ +baseurl=file:/home/rpmbuild/site/rpms/priv/python27-rhel-6/ enabled=1 """ diff --git a/el6xt.cfg b/el6xt.cfg index 8dd5a45..bea58a2 100644 --- a/el6xt.cfg +++ b/el6xt.cfg @@ -112,5 +112,11 @@ name=result baseurl=file:/var/lib/mock/el6x/ enabled=1 +[python27] +name=python27 +#baseurl=http://people.redhat.com/bkabrda/python27-rhel-6/ +baseurl=file:/home/rpmbuild/site/rpms/priv/python27-rhel-6/ +enabled=1 + """ -- cgit