diff --git a/mock/c7-extras-i686.cfg b/mock/c7-extras-i686.cfg index 5f99fa4..1f6d911 100644 --- a/mock/c7-extras-i686.cfg +++ b/mock/c7-extras-i686.cfg @@ -80,5 +80,15 @@ enabled=1 cost=750 baseurl=http://repohost/tmp/repo/c7.01.u/ +[c7.1511.u] +name=c7.1511.u +enabled=1 +cost=700 +baseurl=http://repohost/tmp/repo/c7.1511.u/ +[c7.1511.00] +name=c7.1511.00 +enabled=1 +cost=725 +baseurl=http://repohost/tmp/repo/c7.1511.00/ """ diff --git a/mock/c7-extras-x86_64.cfg b/mock/c7-extras-x86_64.cfg index 6dc34a7..65f1aa8 100644 --- a/mock/c7-extras-x86_64.cfg +++ b/mock/c7-extras-x86_64.cfg @@ -89,4 +89,19 @@ baseurl=http://repohost/tmp/repo/c7.01.u/ includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 exclude=*.i686 +[c7.1511.u] +name=c7.1511.u +enabled=1 +cost=700 +baseurl=http://repohost/tmp/repo/c7.1511.u/ +includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 +exclude=*.i686 + +[c7.1511.00] +name=c7.1511.00 +enabled=1 +cost=725 +baseurl=http://repohost/tmp/repo/c7.1511.00/ +includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 +exclude=*.i686 """ diff --git a/mock/c7-plus-i686.cfg b/mock/c7-plus-i686.cfg index 80cd437..98cf95b 100644 --- a/mock/c7-plus-i686.cfg +++ b/mock/c7-plus-i686.cfg @@ -80,4 +80,16 @@ enabled=1 cost=750 baseurl=http://repohost/tmp/repo/c7.01.u/ +[c7.1511.u] +name=c7.1511.u +enabled=1 +cost=700 +baseurl=http://repohost/tmp/repo/c7.1511.u/ + +[c7.1511.00] +name=c7.1511.00 +enabled=1 +cost=725 +baseurl=http://repohost/tmp/repo/c7.1511.00/ + """ diff --git a/mock/c7-plus-x86_64.cfg b/mock/c7-plus-x86_64.cfg index 1b1d3e7..0ce80da 100644 --- a/mock/c7-plus-x86_64.cfg +++ b/mock/c7-plus-x86_64.cfg @@ -82,4 +82,17 @@ cost=750 baseurl=http://repohost/tmp/repo/c7.01.u/ exclude=*.i686 +[c7.1511.u] +name=c7.1511.u +enabled=1 +cost=700 +baseurl=http://repohost/tmp/repo/c7.1511.u/ +exclude=*.i686 + +[c7.1511.00] +name=c7.1511.00 +enabled=1 +cost=725 +baseurl=http://repohost/tmp/repo/c7.1511.00/ +exclude=*.i686 """