diff --git a/mock/c7-extras-i686.cfg b/mock/c7-extras-i686.cfg index 84261ca..4cd93c3 100644 --- a/mock/c7-extras-i686.cfg +++ b/mock/c7-extras-i686.cfg @@ -35,19 +35,19 @@ exclude=*.x86_64 redhat-logos redhat-release* fakesystemd [c7.00.04] name=c7.00.04 enabled=1 -cost=500 +cost=1750 baseurl=http://repohost/tmp/repo/c7.00.04/ [c7.00.03] name=c7.00.03 enabled=1 -cost=750 +cost=2000 baseurl=http://repohost/tmp/repo/c7.00.03/ [c7.00.02] name=c7.00.02 enabled=1 -cost=1000 +cost=2250 baseurl=http://repohost/tmp/repo/c7.00.02/ [c7.00.00] @@ -65,7 +65,20 @@ baseurl=http://repohost/tmp/repo/c7-extras/ [c7-updates] name=c7-updates enabled=1 -cost=500 +cost=1250 baseurl=http://repohost/tmp/repo/c7-updates/ +[c7.01.00] +name=c7.01.00 +enabled=1 +cost=1000 +baseurl=http://repohost/tmp/repo/c7.01.00/ + +[c7.01.u] +name=c7.01.u +enabled=1 +cost=750 +baseurl=http://repohost/tmp/repo/c7.01.u/ + + """ diff --git a/mock/c7-extras-x86_64.cfg b/mock/c7-extras-x86_64.cfg index ec1233a..393b76f 100644 --- a/mock/c7-extras-x86_64.cfg +++ b/mock/c7-extras-x86_64.cfg @@ -37,20 +37,20 @@ exclude=redhat-logos redhat-release* fakesystemd [c7.00.04] name=c7.00.04 enabled=1 -cost=500 +cost=1500 baseurl=http://repohost/tmp/repo/c7.00.04/ [c7.00.03] name=c7.00.03 enabled=1 -cost=750 +cost=1750 baseurl=http://repohost/tmp/repo/c7.00.03/ [c7.00.02] name=c7.00.02 enabled=1 -cost=1000 +cost=2000 baseurl=http://repohost/tmp/repo/c7.00.02/ [c7-extras] @@ -63,9 +63,23 @@ exclude=*.i686 [c7-updates] name=c7-updates enabled=1 -cost=500 +cost=1250 baseurl=http://repohost/tmp/repo/c7-updates/ exclude=*.i686 +[c7.01.00] +name=c7.01.00 +enabled=1 +cost=1000 +baseurl=http://repohost/tmp/repo/c7.01.00/ +exclude=*.i686 + + +[c7.01.u] +name=c7.01.u +enabled=1 +cost=750 +baseurl=http://repohost/tmp/repo/c7-updates/ +exclude=*.i686 """