[Buildbot-commits] buildbot/buildbot/status mail.py,1.20,1.21
Brian Warner
warner at users.sourceforge.net
Thu Oct 20 22:32:50 UTC 2005
Update of /cvsroot/buildbot/buildbot/buildbot/status
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11143/buildbot/status
Modified Files:
mail.py
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-346
Creator: Brian Warner <warner at lothar.com>
update sample master.cfg files to use Schedulers
Index: mail.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/status/mail.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- mail.py 19 Oct 2005 05:59:34 -0000 1.20
+++ mail.py 20 Oct 2005 22:32:48 -0000 1.21
@@ -232,7 +232,7 @@
text += "The Buildbot has detected a new failure of %s.\n" % name
buildurl = self.status.getURLForThing(build)
if buildurl:
- text += "Full details are available at: %s\n" % buildurl
+ text += "Full details are available at:\n %s\n" % buildurl
text += "\n"
url = self.status.getBuildbotURL()
More information about the Commits
mailing list