summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-08-07 19:35:44 +0200
committerRemi Collet <fedora@famillecollet.com>2013-08-07 19:35:44 +0200
commit6cd2c19582962fcee1ee71d751ce1992610be512 (patch)
treecd8407d30df63eb694642ff309b25383b4676982
parent2de35c5150a92ed1a9143f72f25f6a9719537861 (diff)
use a local copy of python27 SCL repo
-rw-r--r--mock/el6i.cfg3
-rw-r--r--mock/el6it.cfg6
-rw-r--r--mock/el6x.cfg3
-rw-r--r--mock/el6xt.cfg6
4 files changed, 16 insertions, 2 deletions
diff --git a/mock/el6i.cfg b/mock/el6i.cfg
index b232ab3..a576811 100644
--- a/mock/el6i.cfg
+++ b/mock/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/mock/el6it.cfg b/mock/el6it.cfg
index 9640a2d..d1fb52e 100644
--- a/mock/el6it.cfg
+++ b/mock/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/mock/el6x.cfg b/mock/el6x.cfg
index 18af6ee..e05266f 100644
--- a/mock/el6x.cfg
+++ b/mock/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/mock/el6xt.cfg b/mock/el6xt.cfg
index 8dd5a45..bea58a2 100644
--- a/mock/el6xt.cfg
+++ b/mock/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
+
"""