From 0b76f7018b1381e34b0d2ab559acc52a1d89dc57 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 26 Oct 2009 16:26:09 -0700 Subject: Update rawhide configs to F13 --- etc/mock/fedora-rawhide-i386.cfg | 2 +- etc/mock/fedora-rawhide-ppc.cfg | 2 +- etc/mock/fedora-rawhide-ppc64.cfg | 2 +- etc/mock/fedora-rawhide-s390x.cfg | 2 +- etc/mock/fedora-rawhide-sparc.cfg | 2 +- etc/mock/fedora-rawhide-sparc64.cfg | 2 +- etc/mock/fedora-rawhide-x86_64.cfg | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/etc/mock/fedora-rawhide-i386.cfg b/etc/mock/fedora-rawhide-i386.cfg index 73d02a5..a3f35f2 100644 --- a/etc/mock/fedora-rawhide-i386.cfg +++ b/etc/mock/fedora-rawhide-i386.cfg @@ -1,7 +1,7 @@ config_opts['root'] = 'fedora-rawhide-i386' config_opts['target_arch'] = 'i586' config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' -config_opts['dist'] = 'fc12' # only useful for --resultdir variable subst +config_opts['dist'] = 'fc13' # only useful for --resultdir variable subst config_opts['yum.conf'] = """ [main] diff --git a/etc/mock/fedora-rawhide-ppc.cfg b/etc/mock/fedora-rawhide-ppc.cfg index 712874e..4fd9f98 100644 --- a/etc/mock/fedora-rawhide-ppc.cfg +++ b/etc/mock/fedora-rawhide-ppc.cfg @@ -1,7 +1,7 @@ config_opts['root'] = 'fedora-rawhide-ppc' config_opts['target_arch'] = 'ppc' config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' -config_opts['dist'] = 'fc10' # only useful for --resultdir variable subst +config_opts['dist'] = 'fc13' # only useful for --resultdir variable subst config_opts['yum.conf'] = """ [main] diff --git a/etc/mock/fedora-rawhide-ppc64.cfg b/etc/mock/fedora-rawhide-ppc64.cfg index 914db90..c7a4edf 100644 --- a/etc/mock/fedora-rawhide-ppc64.cfg +++ b/etc/mock/fedora-rawhide-ppc64.cfg @@ -1,7 +1,7 @@ config_opts['root'] = 'fedora-rawhide-ppc64' config_opts['target_arch'] = 'ppc64' config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' -config_opts['dist'] = 'fc10' # only useful for --resultdir variable subst +config_opts['dist'] = 'fc13' # only useful for --resultdir variable subst config_opts['yum.conf'] = """ [main] diff --git a/etc/mock/fedora-rawhide-s390x.cfg b/etc/mock/fedora-rawhide-s390x.cfg index 5dc703e..861d2b4 100644 --- a/etc/mock/fedora-rawhide-s390x.cfg +++ b/etc/mock/fedora-rawhide-s390x.cfg @@ -1,7 +1,7 @@ config_opts['root'] = 'fedora-rawhide-s390x' config_opts['target_arch'] = 's390x' config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' -config_opts['dist'] = 'fc11' # only useful for --resultdir variable subst +config_opts['dist'] = 'fc13' # only useful for --resultdir variable subst config_opts['yum.conf'] = """ [main] diff --git a/etc/mock/fedora-rawhide-sparc.cfg b/etc/mock/fedora-rawhide-sparc.cfg index bf2fd28..1521bb3 100644 --- a/etc/mock/fedora-rawhide-sparc.cfg +++ b/etc/mock/fedora-rawhide-sparc.cfg @@ -1,7 +1,7 @@ config_opts['root'] = 'fedora-rawhide-sparc' config_opts['target_arch'] = 'sparcv9' config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' -config_opts['dist'] = 'fc11' # only useful for --resultdir variable subst +config_opts['dist'] = 'fc13' # only useful for --resultdir variable subst config_opts['yum.conf'] = """ [main] diff --git a/etc/mock/fedora-rawhide-sparc64.cfg b/etc/mock/fedora-rawhide-sparc64.cfg index b21b971..0c30a37 100644 --- a/etc/mock/fedora-rawhide-sparc64.cfg +++ b/etc/mock/fedora-rawhide-sparc64.cfg @@ -1,7 +1,7 @@ config_opts['root'] = 'fedora-rawhide-sparc64' config_opts['target_arch'] = 'sparc64' config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' -config_opts['dist'] = 'fc11' # only useful for --resultdir variable subst +config_opts['dist'] = 'fc13' # only useful for --resultdir variable subst config_opts['yum.conf'] = """ [main] diff --git a/etc/mock/fedora-rawhide-x86_64.cfg b/etc/mock/fedora-rawhide-x86_64.cfg index 4070cfd..a69350d 100644 --- a/etc/mock/fedora-rawhide-x86_64.cfg +++ b/etc/mock/fedora-rawhide-x86_64.cfg @@ -1,7 +1,7 @@ config_opts['root'] = 'fedora-rawhide-x86_64' config_opts['target_arch'] = 'x86_64' config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' -config_opts['dist'] = 'fc10' # only useful for --resultdir variable subst +config_opts['dist'] = 'fc13' # only useful for --resultdir variable subst config_opts['yum.conf'] = """ [main] -- cgit