diff --git a/roles/releng/files/fedora-branched-pungi-i386.cfg b/roles/releng/files/fedora-branched-pungi-i386.cfg deleted file mode 100644 index fc366590fe..0000000000 --- a/roles/releng/files/fedora-branched-pungi-i386.cfg +++ /dev/null @@ -1,31 +0,0 @@ -config_opts['root'] = 'fedora-branched-pungi-i386' -config_opts['target_arch'] = 'i386' -config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' -config_opts['dist'] = 'fc9' -config_opts['plugin_conf']['root_cache_enable'] = False -config_opts['internal_dev_setup'] = False -config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/dev', '/dev' )) -config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/dev/pts', '/dev/pts' )) - - -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 - -# repos - -[fedora] -name=fedora -baseurl=http://kojipkgs.fedoraproject.org/mash/branched/i386/os - -[buildroot] -name=buildroot -baseurl=http://kojipkgs.fedoraproject.org/repos/f23-build/latest/i386/ -""" diff --git a/roles/releng/files/fedora-branched-pungi-x86_64.cfg b/roles/releng/files/fedora-branched-pungi-x86_64.cfg deleted file mode 100644 index 89aa8a0078..0000000000 --- a/roles/releng/files/fedora-branched-pungi-x86_64.cfg +++ /dev/null @@ -1,34 +0,0 @@ -config_opts['root'] = 'fedora-branched-pungi-x86_64' -config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' -config_opts['dist'] = 'fc9' -config_opts['plugin_conf']['root_cache_enable'] = False -config_opts['internal_dev_setup'] = False -config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/dev', '/dev' )) -config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/dev/pts', '/dev/pts' )) - - -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 -# grub/syslinux on x86_64 need glibc-devel.i386 which pulls in glibc.i386, need to exclude all -# .i?86 packages except these. -exclude=[!g]*.i*86 g[!l]*.i?86 gl[!i]*.i?86 gli[!b]*.i?86 glib[!c]*.i?86 - -# repos - -[fedora] -name=fedora -baseurl=http://kojipkgs.fedoraproject.org/mash/branched/x86_64/os - -[buildroot] -name=buildroot -baseurl=http://kojipkgs.fedoraproject.org/repos/f23-build/latest/x86_64/ -""" diff --git a/roles/releng/files/fedora-rawhide-pungi-i386.cfg b/roles/releng/files/fedora-rawhide-pungi-i386.cfg deleted file mode 100644 index 5fcaca5f0c..0000000000 --- a/roles/releng/files/fedora-rawhide-pungi-i386.cfg +++ /dev/null @@ -1,33 +0,0 @@ -config_opts['root'] = 'fedora-rawhide-pungi-i386' -config_opts['target_arch'] = 'i386' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build vim-enhanced pungi' -config_opts['dist'] = 'fc16' # only useful for --resultdir variable subst -config_opts['plugin_conf']['root_cache_enable'] = False -config_opts['internal_dev_setup'] = False -config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/srv/pungi', '/srv/pungi' )) -config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/dev', '/dev' )) -config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/mnt/koji', '/mnt/koji' )) -config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/mnt/fedora_koji', '/mnt/fedora_koji' )) -config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/pub/fedora', '/pub/fedora' )) - -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 - -# repos - -[fedora] -name=fedora -baseurl=http://kojipkgs.fedoraproject.org/mash/rawhide/i386/os - -[buildroot] -name=buildroot -baseurl=http://kojipkgs.fedoraproject.org/repos/f24-build/latest/i386/ -""" diff --git a/roles/releng/files/fedora-rawhide-pungi-x86_64.cfg b/roles/releng/files/fedora-rawhide-pungi-x86_64.cfg deleted file mode 100644 index 074b0ab11a..0000000000 --- a/roles/releng/files/fedora-rawhide-pungi-x86_64.cfg +++ /dev/null @@ -1,36 +0,0 @@ -config_opts['root'] = 'fedora-rawhide-pungi-x86_64' -config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build vim-enhanced pungi' -config_opts['dist'] = 'fc16' # only useful for --resultdir variable subst -config_opts['plugin_conf']['root_cache_enable'] = False -config_opts['internal_dev_setup'] = False -config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/srv/pungi', '/srv/pungi' )) -config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/dev', '/dev' )) -config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/mnt/koji', '/mnt/koji' )) -config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/mnt/fedora_koji', '/mnt/fedora_koji' )) -config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/pub/fedora', '/pub/fedora' )) - -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 -# grub/syslinux on x86_64 need glibc-devel.i386 which pulls in glibc.i386, need to exclude all -# .i?86 packages except these. -exclude=[!g]*.i*86 g[!l]*.i?86 gl[!i]*.i?86 gli[!b]*.i?86 glib[!c]*.i?86 - -# repos - -[fedora] -name=fedora -baseurl=http://kojipkgs.fedoraproject.org/mash/rawhide/x86_64/os - -[buildroot] -name=buildroot -baseurl=http://kojipkgs.fedoraproject.org/repos/f24-build/latest/x86_64/ -"""