summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-12-16 22:27:17 -0600
committerMichael E Brown <mebrown@michaels-house.net>2007-12-16 22:27:17 -0600
commitf35e76d882778d207c2ab73ef8bc0b7a270b142d (patch)
tree096c85d1fc88a2b3cc5f450c8255bdbcbd1774ea /etc
parent6882f2dbf63cf9f4d197f44c9afed2fd5966f16a (diff)
downloadmock-f35e76d882778d207c2ab73ef8bc0b7a270b142d.tar.gz
mock-f35e76d882778d207c2ab73ef8bc0b7a270b142d.tar.xz
mock-f35e76d882778d207c2ab73ef8bc0b7a270b142d.zip
add comment to clarify usage of dist config option.
Diffstat (limited to 'etc')
-rw-r--r--etc/mock/fedora-4-i386-epel.cfg2
-rw-r--r--etc/mock/fedora-4-ppc-epel.cfg2
-rw-r--r--etc/mock/fedora-4-x86_64-epel.cfg2
-rw-r--r--etc/mock/fedora-5-i386-epel.cfg2
-rw-r--r--etc/mock/fedora-5-ppc-epel.cfg2
-rw-r--r--etc/mock/fedora-5-x86_64-epel.cfg2
-rw-r--r--etc/mock/fedora-7-i386.cfg2
-rw-r--r--etc/mock/fedora-7-ppc.cfg2
-rw-r--r--etc/mock/fedora-7-ppc64.cfg2
-rw-r--r--etc/mock/fedora-7-x86_64.cfg2
-rw-r--r--etc/mock/fedora-8-i386.cfg2
-rw-r--r--etc/mock/fedora-8-ppc.cfg2
-rw-r--r--etc/mock/fedora-8-ppc64.cfg2
-rw-r--r--etc/mock/fedora-8-x86_64.cfg2
-rw-r--r--etc/mock/fedora-devel-i386.cfg2
-rw-r--r--etc/mock/fedora-devel-ppc.cfg2
-rw-r--r--etc/mock/fedora-devel-ppc64.cfg2
-rw-r--r--etc/mock/fedora-devel-x86_64.cfg2
18 files changed, 18 insertions, 18 deletions
diff --git a/etc/mock/fedora-4-i386-epel.cfg b/etc/mock/fedora-4-i386-epel.cfg
index c98ffce..223350c 100644
--- a/etc/mock/fedora-4-i386-epel.cfg
+++ b/etc/mock/fedora-4-i386-epel.cfg
@@ -1,7 +1,7 @@
config_opts['root'] = 'epel-4-i386'
config_opts['target_arch'] = 'i386'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
-config_opts['dist'] = 'el4'
+config_opts['dist'] = 'el4' # only useful for --resultdir variable subst
# ccache not available on epel4
config_opts['plugin_conf']['ccache_enable'] = False
diff --git a/etc/mock/fedora-4-ppc-epel.cfg b/etc/mock/fedora-4-ppc-epel.cfg
index e315e86..0e18db9 100644
--- a/etc/mock/fedora-4-ppc-epel.cfg
+++ b/etc/mock/fedora-4-ppc-epel.cfg
@@ -1,7 +1,7 @@
config_opts['root'] = 'epel-4-ppc'
config_opts['target_arch'] = 'ppc'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
-config_opts['dist'] = 'el4'
+config_opts['dist'] = 'el4' # only useful for --resultdir variable subst
# ccache not available on epel4
config_opts['plugin_conf']['ccache_enable'] = False
diff --git a/etc/mock/fedora-4-x86_64-epel.cfg b/etc/mock/fedora-4-x86_64-epel.cfg
index e73938a..90b1fc0 100644
--- a/etc/mock/fedora-4-x86_64-epel.cfg
+++ b/etc/mock/fedora-4-x86_64-epel.cfg
@@ -1,7 +1,7 @@
config_opts['root'] = 'epel-4-x86_64'
config_opts['target_arch'] = 'x86_64'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
-config_opts['dist'] = 'el4'
+config_opts['dist'] = 'el4' # only useful for --resultdir variable subst
# ccache not available on epel4
config_opts['plugin_conf']['ccache_enable'] = False
diff --git a/etc/mock/fedora-5-i386-epel.cfg b/etc/mock/fedora-5-i386-epel.cfg
index 1340f4f..f76ca8e 100644
--- a/etc/mock/fedora-5-i386-epel.cfg
+++ b/etc/mock/fedora-5-i386-epel.cfg
@@ -1,7 +1,7 @@
config_opts['root'] = 'epel-5-i386'
config_opts['target_arch'] = 'i386'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
-config_opts['dist'] = 'el5'
+config_opts['dist'] = 'el5' # only useful for --resultdir variable subst
# ccache not available on epel5
config_opts['plugin_conf']['ccache_enable'] = False
diff --git a/etc/mock/fedora-5-ppc-epel.cfg b/etc/mock/fedora-5-ppc-epel.cfg
index 0d451d9..a0a4b22 100644
--- a/etc/mock/fedora-5-ppc-epel.cfg
+++ b/etc/mock/fedora-5-ppc-epel.cfg
@@ -1,7 +1,7 @@
config_opts['root'] = 'epel-5-ppc'
config_opts['target_arch'] = 'ppc'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
-config_opts['dist'] = 'el5'
+config_opts['dist'] = 'el5' # only useful for --resultdir variable subst
# ccache not available on epel5
config_opts['plugin_conf']['ccache_enable'] = False
diff --git a/etc/mock/fedora-5-x86_64-epel.cfg b/etc/mock/fedora-5-x86_64-epel.cfg
index c416885..a7666b0 100644
--- a/etc/mock/fedora-5-x86_64-epel.cfg
+++ b/etc/mock/fedora-5-x86_64-epel.cfg
@@ -1,7 +1,7 @@
config_opts['root'] = 'epel-5-x86_64'
config_opts['target_arch'] = 'x86_64'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
-config_opts['dist'] = 'el5'
+config_opts['dist'] = 'el5' # only useful for --resultdir variable subst
# ccache not available on epel5
config_opts['plugin_conf']['ccache_enable'] = False
diff --git a/etc/mock/fedora-7-i386.cfg b/etc/mock/fedora-7-i386.cfg
index a3e9ae4..335ab76 100644
--- a/etc/mock/fedora-7-i386.cfg
+++ b/etc/mock/fedora-7-i386.cfg
@@ -1,7 +1,7 @@
config_opts['root'] = 'fedora-7-i386'
config_opts['target_arch'] = 'i386'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
-config_opts['dist'] = 'fc7'
+config_opts['dist'] = 'fc7' # only useful for --resultdir variable subst
config_opts['yum.conf'] = """
[main]
diff --git a/etc/mock/fedora-7-ppc.cfg b/etc/mock/fedora-7-ppc.cfg
index 8a77958..3345f17 100644
--- a/etc/mock/fedora-7-ppc.cfg
+++ b/etc/mock/fedora-7-ppc.cfg
@@ -1,7 +1,7 @@
config_opts['root'] = 'fedora-7-ppc'
config_opts['target_arch'] = 'ppc'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
-config_opts['dist'] = 'fc7'
+config_opts['dist'] = 'fc7' # only useful for --resultdir variable subst
config_opts['yum.conf'] = """
[main]
diff --git a/etc/mock/fedora-7-ppc64.cfg b/etc/mock/fedora-7-ppc64.cfg
index 260adc3..b86f91e 100644
--- a/etc/mock/fedora-7-ppc64.cfg
+++ b/etc/mock/fedora-7-ppc64.cfg
@@ -1,7 +1,7 @@
config_opts['root'] = 'fedora-7-ppc64'
config_opts['target_arch'] = 'ppc64'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
-config_opts['dist'] = 'fc7'
+config_opts['dist'] = 'fc7' # only useful for --resultdir variable subst
config_opts['yum.conf'] = """
[main]
diff --git a/etc/mock/fedora-7-x86_64.cfg b/etc/mock/fedora-7-x86_64.cfg
index ad8f5b6..65252d7 100644
--- a/etc/mock/fedora-7-x86_64.cfg
+++ b/etc/mock/fedora-7-x86_64.cfg
@@ -1,7 +1,7 @@
config_opts['root'] = 'fedora-7-x86_64'
config_opts['target_arch'] = 'x86_64'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
-config_opts['dist'] = 'fc7'
+config_opts['dist'] = 'fc7' # only useful for --resultdir variable subst
config_opts['yum.conf'] = """
[main]
diff --git a/etc/mock/fedora-8-i386.cfg b/etc/mock/fedora-8-i386.cfg
index dce68d3..4a1ad64 100644
--- a/etc/mock/fedora-8-i386.cfg
+++ b/etc/mock/fedora-8-i386.cfg
@@ -1,7 +1,7 @@
config_opts['root'] = 'fedora-8-i386'
config_opts['target_arch'] = 'i386'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
-config_opts['dist'] = 'fc8'
+config_opts['dist'] = 'fc8' # only useful for --resultdir variable subst
config_opts['yum.conf'] = """
[main]
diff --git a/etc/mock/fedora-8-ppc.cfg b/etc/mock/fedora-8-ppc.cfg
index 236b50b..9ff1e2a 100644
--- a/etc/mock/fedora-8-ppc.cfg
+++ b/etc/mock/fedora-8-ppc.cfg
@@ -1,7 +1,7 @@
config_opts['root'] = 'fedora-8-ppc'
config_opts['target_arch'] = 'ppc'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
-config_opts['dist'] = 'fc8'
+config_opts['dist'] = 'fc8' # only useful for --resultdir variable subst
config_opts['yum.conf'] = """
[main]
diff --git a/etc/mock/fedora-8-ppc64.cfg b/etc/mock/fedora-8-ppc64.cfg
index a5b453a..5d4fdae 100644
--- a/etc/mock/fedora-8-ppc64.cfg
+++ b/etc/mock/fedora-8-ppc64.cfg
@@ -1,7 +1,7 @@
config_opts['root'] = 'fedora-8-ppc64'
config_opts['target_arch'] = 'ppc64'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
-config_opts['dist'] = 'fc8'
+config_opts['dist'] = 'fc8' # only useful for --resultdir variable subst
config_opts['yum.conf'] = """
[main]
diff --git a/etc/mock/fedora-8-x86_64.cfg b/etc/mock/fedora-8-x86_64.cfg
index 89de79b..ef7bddf 100644
--- a/etc/mock/fedora-8-x86_64.cfg
+++ b/etc/mock/fedora-8-x86_64.cfg
@@ -1,7 +1,7 @@
config_opts['root'] = 'fedora-8-x86_64'
config_opts['target_arch'] = 'x86_64'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
-config_opts['dist'] = 'fc8'
+config_opts['dist'] = 'fc8' # only useful for --resultdir variable subst
config_opts['yum.conf'] = """
[main]
diff --git a/etc/mock/fedora-devel-i386.cfg b/etc/mock/fedora-devel-i386.cfg
index 1c813ea..6a627eb 100644
--- a/etc/mock/fedora-devel-i386.cfg
+++ b/etc/mock/fedora-devel-i386.cfg
@@ -1,7 +1,7 @@
config_opts['root'] = 'fedora-development-i386'
config_opts['target_arch'] = 'i386'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
-config_opts['dist'] = 'fc9'
+config_opts['dist'] = 'fc9' # only useful for --resultdir variable subst
config_opts['yum.conf'] = """
[main]
diff --git a/etc/mock/fedora-devel-ppc.cfg b/etc/mock/fedora-devel-ppc.cfg
index c23ce47..7b002eb 100644
--- a/etc/mock/fedora-devel-ppc.cfg
+++ b/etc/mock/fedora-devel-ppc.cfg
@@ -1,7 +1,7 @@
config_opts['root'] = 'fedora-development-ppc'
config_opts['target_arch'] = 'ppc'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
-config_opts['dist'] = 'fc9'
+config_opts['dist'] = 'fc9' # only useful for --resultdir variable subst
config_opts['yum.conf'] = """
[main]
diff --git a/etc/mock/fedora-devel-ppc64.cfg b/etc/mock/fedora-devel-ppc64.cfg
index cad18a3..154dac1 100644
--- a/etc/mock/fedora-devel-ppc64.cfg
+++ b/etc/mock/fedora-devel-ppc64.cfg
@@ -1,7 +1,7 @@
config_opts['root'] = 'fedora-development-ppc64'
config_opts['target_arch'] = 'ppc64'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
-config_opts['dist'] = 'fc9'
+config_opts['dist'] = 'fc9' # only useful for --resultdir variable subst
config_opts['yum.conf'] = """
[main]
diff --git a/etc/mock/fedora-devel-x86_64.cfg b/etc/mock/fedora-devel-x86_64.cfg
index acc2b14..fee98ec 100644
--- a/etc/mock/fedora-devel-x86_64.cfg
+++ b/etc/mock/fedora-devel-x86_64.cfg
@@ -1,7 +1,7 @@
config_opts['root'] = 'fedora-development-x86_64'
config_opts['target_arch'] = 'x86_64'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
-config_opts['dist'] = 'fc9'
+config_opts['dist'] = 'fc9' # only useful for --resultdir variable subst
config_opts['yum.conf'] = """
[main]