summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael E Brown <michael_e_brown@dell.com>2007-10-20 01:07:20 -0500
committerMichael E Brown <michael_e_brown@dell.com>2007-10-20 01:07:20 -0500
commitc965120c8dc7feff2902bc1f9af3975188abe7ed (patch)
tree72a13df9d28713e1ec1a50b137b3825286d36256 /etc
parent77965bf4f4ad8457ae07ef530c0de2dbeb05c195 (diff)
downloadmock-c965120c8dc7feff2902bc1f9af3975188abe7ed.tar.gz
mock-c965120c8dc7feff2902bc1f9af3975188abe7ed.tar.xz
mock-c965120c8dc7feff2902bc1f9af3975188abe7ed.zip
remove unneeded 'import os' from config files.
Diffstat (limited to 'etc')
-rw-r--r--etc/fedora-4-i386-epel.cfg1
-rw-r--r--etc/fedora-4-ppc-epel.cfg1
-rw-r--r--etc/fedora-4-x86_64-epel.cfg1
-rw-r--r--etc/fedora-5-i386-epel.cfg1
-rw-r--r--etc/fedora-5-ppc-epel.cfg1
-rw-r--r--etc/fedora-5-x86_64-epel.cfg1
-rw-r--r--etc/fedora-6-i386-core.cfg2
-rw-r--r--etc/fedora-6-ppc-core.cfg1
-rw-r--r--etc/fedora-6-x86_64-core.cfg2
-rw-r--r--etc/fedora-7-i386.cfg2
-rw-r--r--etc/fedora-7-ppc.cfg1
-rw-r--r--etc/fedora-7-ppc64.cfg1
-rw-r--r--etc/fedora-7-x86_64.cfg2
-rw-r--r--etc/fedora-devel-i386.cfg2
-rw-r--r--etc/fedora-devel-ppc.cfg1
-rw-r--r--etc/fedora-devel-ppc64.cfg1
-rw-r--r--etc/fedora-devel-x86_64.cfg2
17 files changed, 0 insertions, 23 deletions
diff --git a/etc/fedora-4-i386-epel.cfg b/etc/fedora-4-i386-epel.cfg
index 516abea..7a94600 100644
--- a/etc/fedora-4-i386-epel.cfg
+++ b/etc/fedora-4-i386-epel.cfg
@@ -1,5 +1,4 @@
#!/usr/bin/python -tt
-import os
config_opts['root'] = 'epel-4-i386'
config_opts['target_arch'] = 'i386'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
diff --git a/etc/fedora-4-ppc-epel.cfg b/etc/fedora-4-ppc-epel.cfg
index f0d72ad..a2fcbd2 100644
--- a/etc/fedora-4-ppc-epel.cfg
+++ b/etc/fedora-4-ppc-epel.cfg
@@ -1,5 +1,4 @@
#!/usr/bin/python -tt
-import os
config_opts['root'] = 'epel-4-ppc'
config_opts['target_arch'] = 'ppc'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
diff --git a/etc/fedora-4-x86_64-epel.cfg b/etc/fedora-4-x86_64-epel.cfg
index 86a130b..9f29f3d 100644
--- a/etc/fedora-4-x86_64-epel.cfg
+++ b/etc/fedora-4-x86_64-epel.cfg
@@ -1,5 +1,4 @@
#!/usr/bin/python -tt
-import os
config_opts['root'] = 'epel-4-x86_64'
config_opts['target_arch'] = 'x86_64'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
diff --git a/etc/fedora-5-i386-epel.cfg b/etc/fedora-5-i386-epel.cfg
index 915dda1..5eec4fc 100644
--- a/etc/fedora-5-i386-epel.cfg
+++ b/etc/fedora-5-i386-epel.cfg
@@ -1,5 +1,4 @@
#!/usr/bin/python -tt
-import os
config_opts['root'] = 'epel-5-i386'
config_opts['target_arch'] = 'i386'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
diff --git a/etc/fedora-5-ppc-epel.cfg b/etc/fedora-5-ppc-epel.cfg
index 5665868..773e901 100644
--- a/etc/fedora-5-ppc-epel.cfg
+++ b/etc/fedora-5-ppc-epel.cfg
@@ -1,5 +1,4 @@
#!/usr/bin/python -tt
-import os
config_opts['root'] = 'epel-5-ppc'
config_opts['target_arch'] = 'ppc'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
diff --git a/etc/fedora-5-x86_64-epel.cfg b/etc/fedora-5-x86_64-epel.cfg
index fa28286..09a6df8 100644
--- a/etc/fedora-5-x86_64-epel.cfg
+++ b/etc/fedora-5-x86_64-epel.cfg
@@ -1,5 +1,4 @@
#!/usr/bin/python -tt
-import os
config_opts['root'] = 'epel-5-x86_64'
config_opts['target_arch'] = 'x86_64'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
diff --git a/etc/fedora-6-i386-core.cfg b/etc/fedora-6-i386-core.cfg
index fdecd47..37a0d87 100644
--- a/etc/fedora-6-i386-core.cfg
+++ b/etc/fedora-6-i386-core.cfg
@@ -1,6 +1,4 @@
#!/usr/bin/python -tt
-
-import os
config_opts['root'] = 'fedora-6-i386-core'
config_opts['target_arch'] = 'i386'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
diff --git a/etc/fedora-6-ppc-core.cfg b/etc/fedora-6-ppc-core.cfg
index bc157f8..062b756 100644
--- a/etc/fedora-6-ppc-core.cfg
+++ b/etc/fedora-6-ppc-core.cfg
@@ -1,5 +1,4 @@
#!/usr/bin/python -tt
-import os
config_opts['root'] = 'fedora-6-ppc-core'
config_opts['target_arch'] = 'ppc'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
diff --git a/etc/fedora-6-x86_64-core.cfg b/etc/fedora-6-x86_64-core.cfg
index 827b631..59d6381 100644
--- a/etc/fedora-6-x86_64-core.cfg
+++ b/etc/fedora-6-x86_64-core.cfg
@@ -1,6 +1,4 @@
#!/usr/bin/python -tt
-import os
-
config_opts['root'] = 'fedora-6-x86_64-core'
config_opts['target_arch'] = 'x86_64'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
diff --git a/etc/fedora-7-i386.cfg b/etc/fedora-7-i386.cfg
index aff4b7c..a1df29e 100644
--- a/etc/fedora-7-i386.cfg
+++ b/etc/fedora-7-i386.cfg
@@ -1,6 +1,4 @@
#!/usr/bin/python -tt
-
-import os
config_opts['root'] = 'fedora-7-i386'
config_opts['target_arch'] = 'i386'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
diff --git a/etc/fedora-7-ppc.cfg b/etc/fedora-7-ppc.cfg
index 5320468..77d439f 100644
--- a/etc/fedora-7-ppc.cfg
+++ b/etc/fedora-7-ppc.cfg
@@ -1,5 +1,4 @@
#!/usr/bin/python -tt
-import os
config_opts['root'] = 'fedora-7-ppc'
config_opts['target_arch'] = 'ppc'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
diff --git a/etc/fedora-7-ppc64.cfg b/etc/fedora-7-ppc64.cfg
index c7b2c67..9334a1d 100644
--- a/etc/fedora-7-ppc64.cfg
+++ b/etc/fedora-7-ppc64.cfg
@@ -1,5 +1,4 @@
#!/usr/bin/python -tt
-import os
config_opts['root'] = 'fedora-7-ppc64'
config_opts['target_arch'] = 'ppc64'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
diff --git a/etc/fedora-7-x86_64.cfg b/etc/fedora-7-x86_64.cfg
index caa3341..12677cb 100644
--- a/etc/fedora-7-x86_64.cfg
+++ b/etc/fedora-7-x86_64.cfg
@@ -1,6 +1,4 @@
#!/usr/bin/python -tt
-import os
-
config_opts['root'] = 'fedora-7-x86_64'
config_opts['target_arch'] = 'x86_64'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
diff --git a/etc/fedora-devel-i386.cfg b/etc/fedora-devel-i386.cfg
index fa4f161..1f20672 100644
--- a/etc/fedora-devel-i386.cfg
+++ b/etc/fedora-devel-i386.cfg
@@ -1,6 +1,4 @@
#!/usr/bin/python -tt
-
-import os
config_opts['root'] = 'fedora-development-i386'
config_opts['target_arch'] = 'i386'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
diff --git a/etc/fedora-devel-ppc.cfg b/etc/fedora-devel-ppc.cfg
index 1499e70..0a534c4 100644
--- a/etc/fedora-devel-ppc.cfg
+++ b/etc/fedora-devel-ppc.cfg
@@ -1,5 +1,4 @@
#!/usr/bin/python -tt
-import os
config_opts['root'] = 'fedora-development-ppc'
config_opts['target_arch'] = 'ppc'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
diff --git a/etc/fedora-devel-ppc64.cfg b/etc/fedora-devel-ppc64.cfg
index a03f248..b74bec6 100644
--- a/etc/fedora-devel-ppc64.cfg
+++ b/etc/fedora-devel-ppc64.cfg
@@ -1,5 +1,4 @@
#!/usr/bin/python -tt
-import os
config_opts['root'] = 'fedora-development-ppc64'
config_opts['target_arch'] = 'ppc64'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
diff --git a/etc/fedora-devel-x86_64.cfg b/etc/fedora-devel-x86_64.cfg
index da289c9..0d841b7 100644
--- a/etc/fedora-devel-x86_64.cfg
+++ b/etc/fedora-devel-x86_64.cfg
@@ -1,6 +1,4 @@
#!/usr/bin/python -tt
-import os
-
config_opts['root'] = 'fedora-development-x86_64'
config_opts['target_arch'] = 'x86_64'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'