[Buildbot-commits] buildbot/buildbot/test emit.py, 1.2, 1.3 emitlogs.py, 1.3, 1.4 sleep.py, 1.1, 1.2

Brian Warner warner at users.sourceforge.net
Thu May 22 22:12:44 UTC 2008


Update of /cvsroot/buildbot/buildbot/buildbot/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17121/buildbot/test

Modified Files:
	emit.py emitlogs.py sleep.py 
Log Message:
[project @ #282:remove-shebang.patch]
Patch by Gianluca Sforna <giallu at gmail.com> to remove unnecessary shebangs
about which rpmlint complains.

Original author: dustin at v.igoro.us
Date: 2008-05-20 03:23:41+00:00

Index: emit.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/test/emit.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- emit.py	20 Jun 2006 08:08:51 -0000	1.2
+++ emit.py	22 May 2008 22:12:42 -0000	1.3
@@ -1,4 +1,3 @@
-#! /usr/bin/python
 
 import os, sys
 

Index: emitlogs.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/test/emitlogs.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- emitlogs.py	6 Aug 2006 22:37:20 -0000	1.3
+++ emitlogs.py	22 May 2008 22:12:42 -0000	1.4
@@ -1,5 +1,3 @@
-#! /usr/bin/python
-
 import sys, time, os.path, StringIO
 
 mode = 0

Index: sleep.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/test/sleep.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sleep.py	19 Jul 2005 01:55:20 -0000	1.1
+++ sleep.py	22 May 2008 22:12:42 -0000	1.2
@@ -1,4 +1,3 @@
-#! /usr/bin/python
 
 import sys, time
 delay = int(sys.argv[1])





More information about the Commits mailing list