[Buildbot-commits] buildbot/buildbot/changes dnotify.py,1.2,1.3

Brian Warner warner at users.sourceforge.net
Wed May 4 07:04:22 UTC 2005


Update of /cvsroot/buildbot/buildbot/buildbot/changes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24566/buildbot/changes

Modified Files:
	dnotify.py 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-133
Creator:  Brian Warner <warner at monolith.lothar.com>

fix phase=0 rendering, remove debug message

	* buildbot/status/html.py (WaterfallStatusResource.body): fix
	exception in phase=0 rendering
	* buildbot/test/test_web.py (WebTest.test_waterfall): test it

	* buildbot/changes/dnotify.py (DNotify.__init__): remove debug msg


Index: dnotify.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/changes/dnotify.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dnotify.py	8 Dec 2003 19:06:40 -0000	1.2
+++ dnotify.py	4 May 2005 07:04:18 -0000	1.3
@@ -54,7 +54,6 @@
             self.callback = self.fire
         self.dirname = dirname
         self.flags = reduce(lambda x, y: x | y, flags) | fcntl.DN_MULTISHOT
-        print "opening", dirname
         self.fd = os.open(dirname, os.O_RDONLY)
         # ideally we would move the notification to something like SIGRTMIN,
         # (to free up SIGIO) and use sigaction to have the signal handler





More information about the Commits mailing list