aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2007-01-04 10:33:42 +0000
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2007-01-04 10:33:42 +0000
commit9d577dd8a617c9df7f4e450644985f8821cbc158 (patch)
treedabe1bbc1e1d39efade3dccad6c31b44aff53dc8 /lib
parent8ca7fd7573eee2468027adf8b808a32cbe9edb31 (diff)
downloadbitbake-9d577dd8a617c9df7f4e450644985f8821cbc158.tar.gz
drop shebangs from lib/bb scripts
- those scripts are not called by hand by bitbake users and most of package linting tools (lintian/Debian, rpmlint/Fedora) complain about not executable scripts. - if someone want to run them by hand then he will be able to do it with calling 'python SCRIPT'
Diffstat (limited to 'lib')
-rw-r--r--lib/bb/__init__.py1
-rw-r--r--lib/bb/build.py1
-rw-r--r--lib/bb/cache.py1
-rw-r--r--lib/bb/data.py1
-rw-r--r--lib/bb/event.py1
-rw-r--r--lib/bb/fetch/__init__.py1
-rw-r--r--lib/bb/fetch/cvs.py1
-rw-r--r--lib/bb/fetch/git.py1
-rw-r--r--lib/bb/fetch/local.py1
-rw-r--r--lib/bb/fetch/perforce.py1
-rw-r--r--lib/bb/fetch/ssh.py1
-rw-r--r--lib/bb/fetch/svk.py1
-rw-r--r--lib/bb/fetch/svn.py1
-rw-r--r--lib/bb/fetch/wget.py1
-rw-r--r--lib/bb/msg.py1
-rw-r--r--lib/bb/providers.py1
-rw-r--r--lib/bb/shell.py1
17 files changed, 0 insertions, 17 deletions
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index 95e5e84f8..a11af84b1 100644
--- a/lib/bb/__init__.py
+++ b/lib/bb/__init__.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
#
diff --git a/lib/bb/build.py b/lib/bb/build.py
index 5614a781f..ca9705656 100644
--- a/lib/bb/build.py
+++ b/lib/bb/build.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
#
diff --git a/lib/bb/cache.py b/lib/bb/cache.py
index 491055404..934d230e6 100644
--- a/lib/bb/cache.py
+++ b/lib/bb/cache.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
#
diff --git a/lib/bb/data.py b/lib/bb/data.py
index 494ec2828..14f1d896d 100644
--- a/lib/bb/data.py
+++ b/lib/bb/data.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""
diff --git a/lib/bb/event.py b/lib/bb/event.py
index 45e079910..f1da98fd4 100644
--- a/lib/bb/event.py
+++ b/lib/bb/event.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""
diff --git a/lib/bb/fetch/__init__.py b/lib/bb/fetch/__init__.py
index 1b446b6c9..31a4adccb 100644
--- a/lib/bb/fetch/__init__.py
+++ b/lib/bb/fetch/__init__.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""
diff --git a/lib/bb/fetch/cvs.py b/lib/bb/fetch/cvs.py
index 15bf30e61..f75c764fb 100644
--- a/lib/bb/fetch/cvs.py
+++ b/lib/bb/fetch/cvs.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""
diff --git a/lib/bb/fetch/git.py b/lib/bb/fetch/git.py
index 4f4b3bd36..c0cd27df0 100644
--- a/lib/bb/fetch/git.py
+++ b/lib/bb/fetch/git.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""
diff --git a/lib/bb/fetch/local.py b/lib/bb/fetch/local.py
index 6ab1c8124..9be8f1ce4 100644
--- a/lib/bb/fetch/local.py
+++ b/lib/bb/fetch/local.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""
diff --git a/lib/bb/fetch/perforce.py b/lib/bb/fetch/perforce.py
index 61e51020f..125eb99aa 100644
--- a/lib/bb/fetch/perforce.py
+++ b/lib/bb/fetch/perforce.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""
diff --git a/lib/bb/fetch/ssh.py b/lib/bb/fetch/ssh.py
index ab12680e8..81a9892dc 100644
--- a/lib/bb/fetch/ssh.py
+++ b/lib/bb/fetch/ssh.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
'''
diff --git a/lib/bb/fetch/svk.py b/lib/bb/fetch/svk.py
index 71c4d2638..d863ccb6e 100644
--- a/lib/bb/fetch/svk.py
+++ b/lib/bb/fetch/svk.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""
diff --git a/lib/bb/fetch/svn.py b/lib/bb/fetch/svn.py
index 547e86c2a..21be1412a 100644
--- a/lib/bb/fetch/svn.py
+++ b/lib/bb/fetch/svn.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""
diff --git a/lib/bb/fetch/wget.py b/lib/bb/fetch/wget.py
index 539d72a2c..2d590ad0b 100644
--- a/lib/bb/fetch/wget.py
+++ b/lib/bb/fetch/wget.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""
diff --git a/lib/bb/msg.py b/lib/bb/msg.py
index a7afa7a0b..bd7729731 100644
--- a/lib/bb/msg.py
+++ b/lib/bb/msg.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""
diff --git a/lib/bb/providers.py b/lib/bb/providers.py
index de18edb7d..fdd6cd10d 100644
--- a/lib/bb/providers.py
+++ b/lib/bb/providers.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
#
diff --git a/lib/bb/shell.py b/lib/bb/shell.py
index fcabd57c1..2f908c213 100644
--- a/lib/bb/shell.py
+++ b/lib/bb/shell.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
##########################################################################