[Buildbot-commits] buildbot ChangeLog, 1.1039, 1.1040 Makefile, 1.22, 1.23

Brian Warner warner at users.sourceforge.net
Sat Mar 22 22:14:18 UTC 2008


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

Modified Files:
	ChangeLog Makefile 
Log Message:
[project @ hush some pyflakes warnings, factor support code into test/runutils.py]

Original author: warner at lothar.com
Date: 2008-03-22 21:58:02+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.1039
retrieving revision 1.1040
diff -u -d -r1.1039 -r1.1040
--- ChangeLog	22 Mar 2008 22:14:11 -0000	1.1039
+++ ChangeLog	22 Mar 2008 22:14:16 -0000	1.1040
@@ -1,5 +1,10 @@
 2008-03-22  Brian Warner  <warner at lothar.com>
 
+	* Makefile (pyflakes): sort+uniqify, since newer pyflakes isn't
+	smart enough to do this on its own
+	* buildbot/test/runutils.py (myGetProcessOutputAndValue): move this
+	method out from test_vc.py, hush pyflakes complaints
+
 	* buildbot/test/test_vc.py (Mercurial.serveHTTP): wait for the 'hg
 	serve' command to be ready, by polling with twisted.web's
 	client.getPage . Unfortunately mercurial doesn't flush its stdout

Index: Makefile
===================================================================
RCS file: /cvsroot/buildbot/buildbot/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Makefile	27 Jan 2007 21:14:12 -0000	1.22
+++ Makefile	22 Mar 2008 22:14:16 -0000	1.23
@@ -54,4 +54,5 @@
 
 FLAKES=buildbot
 pyflakes:
-	pyflakes $(FLAKES)
+	pyflakes $(FLAKES) |sort |uniq
+





More information about the Commits mailing list