summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/mock/epel-4-i386.cfg (renamed from etc/mock/fedora-4-i386-epel.cfg)0
-rw-r--r--etc/mock/epel-4-ppc.cfg (renamed from etc/mock/fedora-4-ppc-epel.cfg)0
-rw-r--r--etc/mock/epel-4-x86_64.cfg (renamed from etc/mock/fedora-4-x86_64-epel.cfg)0
-rw-r--r--etc/mock/epel-5-i386.cfg (renamed from etc/mock/fedora-5-i386-epel.cfg)0
-rw-r--r--etc/mock/epel-5-ppc.cfg (renamed from etc/mock/fedora-5-ppc-epel.cfg)0
-rw-r--r--etc/mock/epel-5-x86_64.cfg (renamed from etc/mock/fedora-5-x86_64-epel.cfg)0
-rw-r--r--etc/mock/site-defaults.cfg (renamed from etc/mock/defaults.cfg)0
-rwxr-xr-xpy/mock.py2
8 files changed, 1 insertions, 1 deletions
diff --git a/etc/mock/fedora-4-i386-epel.cfg b/etc/mock/epel-4-i386.cfg
index 223350c..223350c 100644
--- a/etc/mock/fedora-4-i386-epel.cfg
+++ b/etc/mock/epel-4-i386.cfg
diff --git a/etc/mock/fedora-4-ppc-epel.cfg b/etc/mock/epel-4-ppc.cfg
index 0e18db9..0e18db9 100644
--- a/etc/mock/fedora-4-ppc-epel.cfg
+++ b/etc/mock/epel-4-ppc.cfg
diff --git a/etc/mock/fedora-4-x86_64-epel.cfg b/etc/mock/epel-4-x86_64.cfg
index 5819ad7..5819ad7 100644
--- a/etc/mock/fedora-4-x86_64-epel.cfg
+++ b/etc/mock/epel-4-x86_64.cfg
diff --git a/etc/mock/fedora-5-i386-epel.cfg b/etc/mock/epel-5-i386.cfg
index f76ca8e..f76ca8e 100644
--- a/etc/mock/fedora-5-i386-epel.cfg
+++ b/etc/mock/epel-5-i386.cfg
diff --git a/etc/mock/fedora-5-ppc-epel.cfg b/etc/mock/epel-5-ppc.cfg
index a0a4b22..a0a4b22 100644
--- a/etc/mock/fedora-5-ppc-epel.cfg
+++ b/etc/mock/epel-5-ppc.cfg
diff --git a/etc/mock/fedora-5-x86_64-epel.cfg b/etc/mock/epel-5-x86_64.cfg
index 559e2a4..559e2a4 100644
--- a/etc/mock/fedora-5-x86_64-epel.cfg
+++ b/etc/mock/epel-5-x86_64.cfg
diff --git a/etc/mock/defaults.cfg b/etc/mock/site-defaults.cfg
index f47ebbf..f47ebbf 100644
--- a/etc/mock/defaults.cfg
+++ b/etc/mock/site-defaults.cfg
diff --git a/py/mock.py b/py/mock.py
index f5c7143..8419ff0 100755
--- a/py/mock.py
+++ b/py/mock.py
@@ -420,7 +420,7 @@ def main(ret):
config_path = options.configdir
# Read in the config files: default, and then user specified
- for cfg in ( os.path.join(config_path, 'defaults.cfg'), '%s/%s.cfg' % (config_path, options.chroot)):
+ for cfg in ( os.path.join(config_path, 'site-defaults.cfg'), '%s/%s.cfg' % (config_path, options.chroot)):
if os.path.exists(cfg):
execfile(cfg)
else: