[Scummvm-cvs-logs] SF.net SVN: scummvm:[55903] buildbot/config/scumm.py

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Sun Feb 13 14:01:06 CET 2011


Revision: 55903
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55903&view=rev
Author:   dhewg
Date:     2011-02-13 13:01:05 +0000 (Sun, 13 Feb 2011)

Log Message:
-----------
BUILDBOT: shorten the commit id on irc reports.

Modified Paths:
--------------
    buildbot/config/scumm.py

Modified: buildbot/config/scumm.py
===================================================================
--- buildbot/config/scumm.py	2011-02-13 12:59:22 UTC (rev 55902)
+++ buildbot/config/scumm.py	2011-02-13 13:01:05 UTC (rev 55903)
@@ -308,12 +308,12 @@
 
 		self.timer = reactor.callLater(self.stableTimer,
 										self.reportBuildStatus,
-										build.getProperty("revision"))
+										build.getProperty("revision")[:8])
 
 	def reportBuildStatus(self, revision):
 		self.timer = None
 
-		m = "Port build status changed with r\x02%s\x0f: " % revision
+		m = "Port build status changed with \x02%s\x0f: " % revision
 
 		if len(self.delayedSuccess) > 0:
 			m += "\x0303Success\x0f: %s" % ", ".join(self.delayedSuccess)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list