From f7f3dbb95a1753877d548f0e83958cd3bf7a5b02 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Mar 09 2015 21:44:02 +0000 Subject: remove special libreport configs --- diff --git a/mock/libreport-i386.cfg b/mock/libreport-i386.cfg deleted file mode 120000 index 99745cd..0000000 --- a/mock/libreport-i386.cfg +++ /dev/null @@ -1 +0,0 @@ -libreport-i686.cfg \ No newline at end of file diff --git a/mock/libreport-i686.cfg b/mock/libreport-i686.cfg deleted file mode 100644 index 88a586b..0000000 --- a/mock/libreport-i686.cfg +++ /dev/null @@ -1,65 +0,0 @@ -config_opts['root'] = 'c7-updates-i686' -config_opts['basedir'] = 'MOCKROOT' -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'] = 'el7' # only useful for --resultdir variable subst - -config_opts['%centos_ver'] = "7" -config_opts['macros']['%centos_ver'] = "7" -config_opts['macros']['%rhel'] = "7" -config_opts['macros']['%el7'] = "1" -config_opts['macros']['%redhat'] = "7" -config_opts['macros']['%vendor'] = "CentOS" -config_opts['macros']['%packager'] = "CentOS BuildSystem " -config_opts['macros']['%_vendor'] = "redhat" -config_opts['macros']['%_vendor_host'] = "redhat" -config_opts['macros']['%_host'] = "i386-redhat-linux-gnu" - -config_opts['yum.conf'] = """ -[main] -cachedir=/var/cache/yum -debuglevel=1 -reposdir=/dev/null -logfile=/var/log/yum.log -retries=20 -obsoletes=1 -gpgcheck=0 -assumeyes=1 -syslog_ident=mock -syslog_device= - -exclude=*.x86_64 redhat-logos redhat-release* json-c-*0.11-4.el7_0* - -# repos -[c7.00.04] -name=c7.00.04 -enabled=1 -cost=500 -baseurl=http://repohost/tmp/repo/c7.00.04/ - -[c7.00.03] -name=c7.00.03 -enabled=1 -cost=750 -baseurl=http://repohost/tmp/repo/c7.00.03/ - -[c7.00.02] -name=c7.00.02 -enabled=1 -cost=1000 -baseurl=http://repohost/tmp/repo/c7.00.02/ - -[c7.00.00] -name=c7.00.00 -enabled=1 -cost=1500 -baseurl=http://repohost/tmp/repo/c7.00.00/ - -[c7-updates] -name=c7-updates -enabled=1 -cost=500 -baseurl=http://repohost/tmp/repo/c7-updates/ - -""" diff --git a/mock/libreport-noarch.cfg b/mock/libreport-noarch.cfg deleted file mode 120000 index 3794de3..0000000 --- a/mock/libreport-noarch.cfg +++ /dev/null @@ -1 +0,0 @@ -libreport-x86_64.cfg \ No newline at end of file diff --git a/mock/libreport-x86_64.cfg b/mock/libreport-x86_64.cfg deleted file mode 100644 index 61e9326..0000000 --- a/mock/libreport-x86_64.cfg +++ /dev/null @@ -1,62 +0,0 @@ -config_opts['root'] = 'c7-updates-x86_64' -config_opts['basedir'] = 'MOCKROOT' -config_opts['target_arch'] = 'x86_64' -config_opts['legal_host_arches'] = ('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'] = 'el7' # only useful for --resultdir variable subst - -config_opts['%centos_ver'] = "7" -config_opts['macros']['%centos_ver'] = "7" -config_opts['macros']['%rhel'] = "7" -config_opts['macros']['%el7'] = "1" -config_opts['macros']['%redhat'] = "7" -config_opts['macros']['%vendor'] = "CentOS" -config_opts['macros']['%packager'] = "CentOS BuildSystem " -config_opts['macros']['%_vendor'] = "redhat" -config_opts['macros']['%_vendor_host'] = "redhat" -config_opts['macros']['%_host'] = "x86_64-redhat-linux-gnu" - - -config_opts['yum.conf'] = """ -[main] -cachedir=/var/cache/yum -debuglevel=1 -reposdir=/dev/null -logfile=/var/log/yum.log -retries=20 -obsoletes=1 -gpgcheck=0 -assumeyes=1 -syslog_ident=mock -syslog_device= - -includepkgs=*.x86_64 *.noarch glibc.i686 glibc-devel.i686 nss-softokn-freebl*.i686 -exclude=redhat-logos redhat-release* json-c-*0.11-4.el7_0* - -# repos -[c7.00.04] -name=c7.00.04 -enabled=1 -cost=500 -baseurl=http://repohost/tmp/repo/c7.00.04/ - - -[c7.00.03] -name=c7.00.03 -enabled=1 -cost=750 -baseurl=http://repohost/tmp/repo/c7.00.03/ - -[c7.00.02] -name=c7.00.02 -enabled=1 -cost=1000 -baseurl=http://repohost/tmp/repo/c7.00.02/ - -[c7-updates] -name=c7-updates -enabled=1 -cost=500 -baseurl=http://repohost/tmp/repo/c7-updates/ - -"""