diff --git a/mock/c7-rt.i386.cfg b/mock/c7-rt.i386.cfg index 61bece6..2459dc9 100644 --- a/mock/c7-rt.i386.cfg +++ b/mock/c7-rt.i386.cfg @@ -164,4 +164,28 @@ enabled=1 cost=625 baseurl=http://repohost/repo/c7-rt.i386/ +[c7.1908.00.i386] +name=c7.1908.00.i386 +enabled=1 +cost=625 +baseurl=http://repohost/repo/c7.1908.00.i386/ + +[c7.1908.u.i386] +name=c7.1908.u.i386 +enabled=1 +cost=625 +baseurl=http://repohost/repo/c7.1908.u.i386/ + +[c7.2003.00.i386] +name=c7.2003.00.i386 +enabled=1 +cost=625 +baseurl=http://repohost/repo/c7.2003.00.i386/ + +[c7.2003.u.i386] +name=c7.2003.u.i386 +enabled=1 +cost=625 +baseurl=http://repohost/repo/c7.2003.u.i386/ + """ diff --git a/mock/c7-rt.noarch.cfg b/mock/c7-rt.noarch.cfg index d80cd1b..3301be3 100644 --- a/mock/c7-rt.noarch.cfg +++ b/mock/c7-rt.noarch.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'TARGETNAME' config_opts['target_arch'] = 'noarch' -config_opts['legal_host_arches'] = ('x86_64',) +config_opts['legal_host_arches'] = ('x86_64','noarch',) config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils system-release findutils gawk gcc gcc-c++ grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst @@ -177,4 +177,32 @@ cost=625 baseurl=http://repohost/repo/c7-rt.x86_64/ includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 +[c7.1908.00.x86_64] +name=c7.1908.00.x86_64 +enabled=1 +cost=625 +baseurl=http://repohost/repo/c7.1908.00.x86_64/ +includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 + +[c7.1908.u.x86_64] +name=c7.1908.u.x86_64 +enabled=1 +cost=625 +baseurl=http://repohost/repo/c7.1908.u.x86_64/ +includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 + +[c7.2003.00.x86_64] +name=c7.2003.00.x86_64 +enabled=1 +cost=625 +baseurl=http://repohost/repo/c7.2003.00.x86_64/ +includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 + +[c7.2003.u.x86_64] +name=c7.2003.u.x86_64 +enabled=1 +cost=625 +baseurl=http://repohost/repo/c7.2003.u.x86_64/ +includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 + """ diff --git a/mock/c7-rt.x86_64.cfg b/mock/c7-rt.x86_64.cfg index 780b561..31bed5d 100644 --- a/mock/c7-rt.x86_64.cfg +++ b/mock/c7-rt.x86_64.cfg @@ -177,4 +177,32 @@ cost=625 baseurl=http://repohost/repo/c7-rt.x86_64/ includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 +[c7.1908.00.x86_64] +name=c7.1908.00.x86_64 +enabled=1 +cost=625 +baseurl=http://repohost/repo/c7.1908.00.x86_64/ +includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 + +[c7.1908.u.x86_64] +name=c7.1908.u.x86_64 +enabled=1 +cost=625 +baseurl=http://repohost/repo/c7.1908.u.x86_64/ +includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 + +[c7.2003.00.x86_64] +name=c7.2003.00.x86_64 +enabled=1 +cost=625 +baseurl=http://repohost/repo/c7.2003.00.x86_64/ +includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 + +[c7.2003.u.x86_64] +name=c7.2003.u.x86_64 +enabled=1 +cost=625 +baseurl=http://repohost/repo/c7.2003.u.x86_64/ +includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 + """