summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-10-22 14:51:21 -0500
committerMichael E Brown <mebrown@michaels-house.net>2007-10-22 14:51:21 -0500
commitbb26761fd8d9f68019591ee807ba218f1e660c00 (patch)
tree1ed958e056498302c0636c256dcdb339edc1aa8a
parentd888a9b98e01da40f711affdbd3818c33a37bacc (diff)
downloadmock-bb26761fd8d9f68019591ee807ba218f1e660c00.tar.gz
mock-bb26761fd8d9f68019591ee807ba218f1e660c00.tar.xz
mock-bb26761fd8d9f68019591ee807ba218f1e660c00.zip
fix rpmlint error: non-executable script
-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.cfg1
-rw-r--r--etc/fedora-6-ppc-core.cfg1
-rw-r--r--etc/fedora-6-x86_64-core.cfg1
-rw-r--r--etc/fedora-7-i386.cfg1
-rw-r--r--etc/fedora-7-ppc.cfg1
-rw-r--r--etc/fedora-7-ppc64.cfg1
-rw-r--r--etc/fedora-7-x86_64.cfg1
-rw-r--r--etc/fedora-devel-i386.cfg1
-rw-r--r--etc/fedora-devel-ppc.cfg1
-rw-r--r--etc/fedora-devel-ppc64.cfg1
-rw-r--r--etc/fedora-devel-x86_64.cfg1
17 files changed, 0 insertions, 17 deletions
diff --git a/etc/fedora-4-i386-epel.cfg b/etc/fedora-4-i386-epel.cfg
index 46f58af..ab037c5 100644
--- a/etc/fedora-4-i386-epel.cfg
+++ b/etc/fedora-4-i386-epel.cfg
@@ -1,4 +1,3 @@
-#!/usr/bin/python -tt
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 154b765..0e8609d 100644
--- a/etc/fedora-4-ppc-epel.cfg
+++ b/etc/fedora-4-ppc-epel.cfg
@@ -1,4 +1,3 @@
-#!/usr/bin/python -tt
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 77a1fb1..76a0a74 100644
--- a/etc/fedora-4-x86_64-epel.cfg
+++ b/etc/fedora-4-x86_64-epel.cfg
@@ -1,4 +1,3 @@
-#!/usr/bin/python -tt
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 4b38712..3ecc303 100644
--- a/etc/fedora-5-i386-epel.cfg
+++ b/etc/fedora-5-i386-epel.cfg
@@ -1,4 +1,3 @@
-#!/usr/bin/python -tt
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 a2e6ddb..5f528e8 100644
--- a/etc/fedora-5-ppc-epel.cfg
+++ b/etc/fedora-5-ppc-epel.cfg
@@ -1,4 +1,3 @@
-#!/usr/bin/python -tt
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 66039eb..a86e65d 100644
--- a/etc/fedora-5-x86_64-epel.cfg
+++ b/etc/fedora-5-x86_64-epel.cfg
@@ -1,4 +1,3 @@
-#!/usr/bin/python -tt
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 2203db5..ae40a14 100644
--- a/etc/fedora-6-i386-core.cfg
+++ b/etc/fedora-6-i386-core.cfg
@@ -1,4 +1,3 @@
-#!/usr/bin/python -tt
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 13c628c..d24012e 100644
--- a/etc/fedora-6-ppc-core.cfg
+++ b/etc/fedora-6-ppc-core.cfg
@@ -1,4 +1,3 @@
-#!/usr/bin/python -tt
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 c99770a..e8b48cd 100644
--- a/etc/fedora-6-x86_64-core.cfg
+++ b/etc/fedora-6-x86_64-core.cfg
@@ -1,4 +1,3 @@
-#!/usr/bin/python -tt
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 9fb1e74..613320c 100644
--- a/etc/fedora-7-i386.cfg
+++ b/etc/fedora-7-i386.cfg
@@ -1,4 +1,3 @@
-#!/usr/bin/python -tt
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 82ceeb1..168e131 100644
--- a/etc/fedora-7-ppc.cfg
+++ b/etc/fedora-7-ppc.cfg
@@ -1,4 +1,3 @@
-#!/usr/bin/python -tt
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 5cfedb1..5df581c 100644
--- a/etc/fedora-7-ppc64.cfg
+++ b/etc/fedora-7-ppc64.cfg
@@ -1,4 +1,3 @@
-#!/usr/bin/python -tt
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 a4190ba..a6042f6 100644
--- a/etc/fedora-7-x86_64.cfg
+++ b/etc/fedora-7-x86_64.cfg
@@ -1,4 +1,3 @@
-#!/usr/bin/python -tt
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 031f15c..a893157 100644
--- a/etc/fedora-devel-i386.cfg
+++ b/etc/fedora-devel-i386.cfg
@@ -1,4 +1,3 @@
-#!/usr/bin/python -tt
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 e3783be..9b37899 100644
--- a/etc/fedora-devel-ppc.cfg
+++ b/etc/fedora-devel-ppc.cfg
@@ -1,4 +1,3 @@
-#!/usr/bin/python -tt
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 3a3ae17..20d0ac6 100644
--- a/etc/fedora-devel-ppc64.cfg
+++ b/etc/fedora-devel-ppc64.cfg
@@ -1,4 +1,3 @@
-#!/usr/bin/python -tt
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 0ab4258..6bd721b 100644
--- a/etc/fedora-devel-x86_64.cfg
+++ b/etc/fedora-devel-x86_64.cfg
@@ -1,4 +1,3 @@
-#!/usr/bin/python -tt
config_opts['root'] = 'fedora-development-x86_64'
config_opts['target_arch'] = 'x86_64'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'