From f70406ba7c60f350c68c17b9f75d90723eb4a76a Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Jun 19 2018 11:45:33 +0000 Subject: set up to build 6.10 --- diff --git a/mock/6-plus.i386.cfg b/mock/6-plus.i386.cfg index dd9a1b3..e3c8659 100644 --- a/mock/6-plus.i386.cfg +++ b/mock/6-plus.i386.cfg @@ -44,9 +44,9 @@ enabled=1 gpgcheck=0 cost=2000 -[6.9-updates] -name=6.9-updates -baseurl=http://repohost/repo/6.9-updates.i386/ +[6.10] +name=6.10 +baseurl=http://repohost/repo/6.10.i386/ enabled=1 gpgcheck=0 cost=1900 diff --git a/mock/6-plus.noarch.cfg b/mock/6-plus.noarch.cfg index 33a022d..9248e01 100644 --- a/mock/6-plus.noarch.cfg +++ b/mock/6-plus.noarch.cfg @@ -43,9 +43,9 @@ gpgcheck=0 cost=2000 includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 glibc-static.i686 -[6.9-updates] -name=6.9-updates -baseurl=http://repohost/repo/6.9-updates.x86_64/ +[6.10] +name=6.10 +baseurl=http://repohost/repo/6.10.x86_64/ enabled=1 gpgcheck=0 cost=1900 diff --git a/mock/6-plus.x86_64.cfg b/mock/6-plus.x86_64.cfg index e53a98c..5ffcf29 100644 --- a/mock/6-plus.x86_64.cfg +++ b/mock/6-plus.x86_64.cfg @@ -43,9 +43,9 @@ gpgcheck=0 cost=2000 includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 glibc-static.i686 -[6.9-updates] -name=6.9-updates -baseurl=http://repohost/repo/6.9-updates.x86_64/ +[6.10] +name=6.10 +baseurl=http://repohost/repo/6.10.x86_64/ enabled=1 gpgcheck=0 cost=1900 diff --git a/mock/6.10.i386.cfg b/mock/6.10.i386.cfg new file mode 100644 index 0000000..1c14038 --- /dev/null +++ b/mock/6.10.i386.cfg @@ -0,0 +1,56 @@ +config_opts['root'] = 'TARGETNAME' +config_opts['target_arch'] = 'i686' +config_opts['legal_host_arches'] = ('i386', 'i486', 'i586', 'i686', 'x86_64',) +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'] = 'el6' # only useful for --resultdir variable subst +config_opts['macros']['%dist'] = ".el6" +config_opts['%centos_ver'] = "6" +config_opts['macros']['%centos_ver'] = "6" +config_opts['macros']['%rhel'] = "6" +config_opts['macros']['%el6'] = "1" +config_opts['macros']['%redhat'] = "6" +config_opts['macros']['%_vendor'] = "redhat" +config_opts['macros']['%_vendor_host'] = "redhat" +config_opts['macros']['%_host'] = "i386-redhat-linux-gnu" +config_opts['macros']['%vendor'] = "CentOS" +config_opts['macros']['%packager'] = "CentOS BuildSystem " + +# no ccache in base repo +config_opts['plugin_conf']['ccache_enable'] = False +config_opts['plugin_conf']['yum_cache_enable'] = False + +config_opts['yum.conf'] = """ +[main] +cachedir=/var/cache/yum +keepcache=1 +debuglevel=2 +reposdir=/dev/null +logfile=/var/log/yum.log +retries=20 +obsoletes=1 +gpgcheck=0 +assumeyes=1 +syslog_ident=mock +syslog_device= + +exclude=*.x86_64 + +# repos + +[all] +name=centos 6 i386 - all +baseurl=http://repohost/repo/6.all.i386/ +enabled=1 +gpgcheck=0 +cost=2000 + +[6.10] +name=6.10 +baseurl=http://repohost/repo/6.10.i386/ +enabled=1 +gpgcheck=0 +cost=1900 + + +""" + diff --git a/mock/6.10.noarch.cfg b/mock/6.10.noarch.cfg new file mode 100644 index 0000000..ec4dc79 --- /dev/null +++ b/mock/6.10.noarch.cfg @@ -0,0 +1,54 @@ +config_opts['root'] = 'TARGETNAME' +config_opts['target_arch'] = 'noarch' +config_opts['legal_host_arches'] = ('noarch','x86_64',) +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'] = 'el6' # only useful for --resultdir variable subst +config_opts['macros']['%dist'] = ".el6" +config_opts['%centos_ver'] = "6" +config_opts['macros']['%centos_ver'] = "6" +config_opts['macros']['%rhel'] = "6" +config_opts['macros']['%el6'] = "1" +config_opts['macros']['%redhat'] = "6" +config_opts['macros']['%_vendor'] = "redhat" +config_opts['macros']['%_vendor_host'] = "redhat" +config_opts['macros']['%_host'] = "x86_64-redhat-linux-gnu" +config_opts['macros']['%vendor'] = "CentOS" +config_opts['macros']['%packager'] = "CentOS BuildSystem " + +# no ccache in base repo +config_opts['plugin_conf']['ccache_enable'] = False +config_opts['plugin_conf']['yum_cache_enable'] = False + +config_opts['yum.conf'] = """ +[main] +cachedir=/var/cache/yum +keepcache=1 +debuglevel=2 +reposdir=/dev/null +logfile=/var/log/yum.log +retries=20 +obsoletes=1 +gpgcheck=0 +assumeyes=1 +syslog_ident=mock +syslog_device= + +# repos + +[all] +name=centos 6 x86_64 - all +baseurl=http://repohost/repo/6.all.x86_64/ +enabled=1 +gpgcheck=0 +cost=2000 +includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 glibc-static.i686 + +[6.10] +name=6.10 +baseurl=http://repohost/repo/6.10.x86_64/ +enabled=1 +gpgcheck=0 +cost=1900 +includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 glibc-static.i686 +""" + diff --git a/mock/6.10.x86_64.cfg b/mock/6.10.x86_64.cfg new file mode 100644 index 0000000..7032730 --- /dev/null +++ b/mock/6.10.x86_64.cfg @@ -0,0 +1,54 @@ +config_opts['root'] = 'TARGETNAME' +config_opts['target_arch'] = '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'] = 'el6' # only useful for --resultdir variable subst +config_opts['macros']['%dist'] = ".el6" +config_opts['%centos_ver'] = "6" +config_opts['macros']['%centos_ver'] = "6" +config_opts['macros']['%rhel'] = "6" +config_opts['macros']['%el6'] = "1" +config_opts['macros']['%redhat'] = "6" +config_opts['macros']['%_vendor'] = "redhat" +config_opts['macros']['%_vendor_host'] = "redhat" +config_opts['macros']['%_host'] = "x86_64-redhat-linux-gnu" +config_opts['macros']['%vendor'] = "CentOS" +config_opts['macros']['%packager'] = "CentOS BuildSystem " + +# no ccache in base repo +config_opts['plugin_conf']['ccache_enable'] = False +config_opts['plugin_conf']['yum_cache_enable'] = False + +config_opts['yum.conf'] = """ +[main] +cachedir=/var/cache/yum +keepcache=1 +debuglevel=2 +reposdir=/dev/null +logfile=/var/log/yum.log +retries=20 +obsoletes=1 +gpgcheck=0 +assumeyes=1 +syslog_ident=mock +syslog_device= + +# repos + +[all] +name=centos 6 x86_64 - all +baseurl=http://repohost/repo/6.all.x86_64/ +enabled=1 +gpgcheck=0 +cost=2000 +includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 glibc-static.i686 + +[6.10] +name=6.10 +baseurl=http://repohost/repo/6.10.x86_64/ +enabled=1 +gpgcheck=0 +cost=1900 +includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 glibc-static.i686 +""" + diff --git a/mock/6.9-updates.i386.cfg b/mock/6.9-updates.i386.cfg deleted file mode 100644 index 62cdc0e..0000000 --- a/mock/6.9-updates.i386.cfg +++ /dev/null @@ -1,56 +0,0 @@ -config_opts['root'] = 'TARGETNAME' -config_opts['target_arch'] = 'i686' -config_opts['legal_host_arches'] = ('i386', 'i486', 'i586', 'i686', 'x86_64',) -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'] = 'el6' # only useful for --resultdir variable subst -config_opts['macros']['%dist'] = ".el6" -config_opts['%centos_ver'] = "6" -config_opts['macros']['%centos_ver'] = "6" -config_opts['macros']['%rhel'] = "6" -config_opts['macros']['%el6'] = "1" -config_opts['macros']['%redhat'] = "6" -config_opts['macros']['%_vendor'] = "redhat" -config_opts['macros']['%_vendor_host'] = "redhat" -config_opts['macros']['%_host'] = "i386-redhat-linux-gnu" -config_opts['macros']['%vendor'] = "CentOS" -config_opts['macros']['%packager'] = "CentOS BuildSystem " - -# no ccache in base repo -config_opts['plugin_conf']['ccache_enable'] = False -config_opts['plugin_conf']['yum_cache_enable'] = False - -config_opts['yum.conf'] = """ -[main] -cachedir=/var/cache/yum -keepcache=1 -debuglevel=2 -reposdir=/dev/null -logfile=/var/log/yum.log -retries=20 -obsoletes=1 -gpgcheck=0 -assumeyes=1 -syslog_ident=mock -syslog_device= - -exclude=*.x86_64 - -# repos - -[all] -name=centos 6 i386 - all -baseurl=http://repohost/repo/6.all.i386/ -enabled=1 -gpgcheck=0 -cost=2000 - -[6.9-updates] -name=6.9-updates -baseurl=http://repohost/repo/6.9-updates.i386/ -enabled=1 -gpgcheck=0 -cost=1900 - - -""" - diff --git a/mock/6.9-updates.noarch.cfg b/mock/6.9-updates.noarch.cfg deleted file mode 100644 index 8e55a58..0000000 --- a/mock/6.9-updates.noarch.cfg +++ /dev/null @@ -1,54 +0,0 @@ -config_opts['root'] = 'TARGETNAME' -config_opts['target_arch'] = 'noarch' -config_opts['legal_host_arches'] = ('noarch','x86_64',) -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'] = 'el6' # only useful for --resultdir variable subst -config_opts['macros']['%dist'] = ".el6" -config_opts['%centos_ver'] = "6" -config_opts['macros']['%centos_ver'] = "6" -config_opts['macros']['%rhel'] = "6" -config_opts['macros']['%el6'] = "1" -config_opts['macros']['%redhat'] = "6" -config_opts['macros']['%_vendor'] = "redhat" -config_opts['macros']['%_vendor_host'] = "redhat" -config_opts['macros']['%_host'] = "x86_64-redhat-linux-gnu" -config_opts['macros']['%vendor'] = "CentOS" -config_opts['macros']['%packager'] = "CentOS BuildSystem " - -# no ccache in base repo -config_opts['plugin_conf']['ccache_enable'] = False -config_opts['plugin_conf']['yum_cache_enable'] = False - -config_opts['yum.conf'] = """ -[main] -cachedir=/var/cache/yum -keepcache=1 -debuglevel=2 -reposdir=/dev/null -logfile=/var/log/yum.log -retries=20 -obsoletes=1 -gpgcheck=0 -assumeyes=1 -syslog_ident=mock -syslog_device= - -# repos - -[all] -name=centos 6 x86_64 - all -baseurl=http://repohost/repo/6.all.x86_64/ -enabled=1 -gpgcheck=0 -cost=2000 -includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 glibc-static.i686 - -[6.9-updates] -name=6.9-updates -baseurl=http://repohost/repo/6.9-updates.x86_64/ -enabled=1 -gpgcheck=0 -cost=1900 -includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 glibc-static.i686 -""" - diff --git a/mock/6.9-updates.x86_64.cfg b/mock/6.9-updates.x86_64.cfg deleted file mode 100644 index 80354bb..0000000 --- a/mock/6.9-updates.x86_64.cfg +++ /dev/null @@ -1,54 +0,0 @@ -config_opts['root'] = 'TARGETNAME' -config_opts['target_arch'] = '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'] = 'el6' # only useful for --resultdir variable subst -config_opts['macros']['%dist'] = ".el6" -config_opts['%centos_ver'] = "6" -config_opts['macros']['%centos_ver'] = "6" -config_opts['macros']['%rhel'] = "6" -config_opts['macros']['%el6'] = "1" -config_opts['macros']['%redhat'] = "6" -config_opts['macros']['%_vendor'] = "redhat" -config_opts['macros']['%_vendor_host'] = "redhat" -config_opts['macros']['%_host'] = "x86_64-redhat-linux-gnu" -config_opts['macros']['%vendor'] = "CentOS" -config_opts['macros']['%packager'] = "CentOS BuildSystem " - -# no ccache in base repo -config_opts['plugin_conf']['ccache_enable'] = False -config_opts['plugin_conf']['yum_cache_enable'] = False - -config_opts['yum.conf'] = """ -[main] -cachedir=/var/cache/yum -keepcache=1 -debuglevel=2 -reposdir=/dev/null -logfile=/var/log/yum.log -retries=20 -obsoletes=1 -gpgcheck=0 -assumeyes=1 -syslog_ident=mock -syslog_device= - -# repos - -[all] -name=centos 6 x86_64 - all -baseurl=http://repohost/repo/6.all.x86_64/ -enabled=1 -gpgcheck=0 -cost=2000 -includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 glibc-static.i686 - -[6.9-updates] -name=6.9-updates -baseurl=http://repohost/repo/6.9-updates.x86_64/ -enabled=1 -gpgcheck=0 -cost=1900 -includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 glibc-static.i686 -""" -