[Buildbot-commits] buildbot ChangeLog,1.511,1.512
Brian Warner
warner at users.sourceforge.net
Sun Oct 16 06:25:36 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3074
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-334
Creator: Brian Warner <warner at lothar.com>
add getURLForThing status method
* buildbot/status/builder.py (Status.getURLForThing): add method
to provide a URL for arbitrary IStatusFoo objects. The idea is to
use this in email/IRC status clients to make them more useful, by
providing the end user with hints on where to learn more about the
object being reported on.
* buildbot/test/test_web.py (GetURL): tests for it
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.511
retrieving revision 1.512
diff -u -d -r1.511 -r1.512
--- ChangeLog 14 Oct 2005 20:07:57 -0000 1.511
+++ ChangeLog 16 Oct 2005 06:25:34 -0000 1.512
@@ -1,3 +1,12 @@
+2005-10-15 Brian Warner <warner at lothar.com>
+
+ * buildbot/status/builder.py (Status.getURLForThing): add method
+ to provide a URL for arbitrary IStatusFoo objects. The idea is to
+ use this in email/IRC status clients to make them more useful, by
+ providing the end user with hints on where to learn more about the
+ object being reported on.
+ * buildbot/test/test_web.py (GetURL): tests for it
+
2005-10-14 Brian Warner <warner at lothar.com>
* buildbot/test/test_config.py (ConfigTest._testSources_1): oops,
More information about the Commits
mailing list