[Buildbot-commits] buildbot ChangeLog,1.617,1.618
Brian Warner
warner at users.sourceforge.net
Sun May 21 21:28:28 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10213
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-549
Creator: Brian Warner <warner at lothar.com>
add robots_txt= to Waterfall, thanks to Tobi Vollebregt
* buildbot/status/html.py (Waterfall): add 'robots_txt=' argument,
a filename to be served as 'robots.txt' to discourage web spiders.
Adapted from a patch by Tobi Vollebregt, thanks!
* buildbot/test/test_web.py (Waterfall._test_waterfall_5): test it
* docs/buildbot.texinfo (HTML Waterfall): document it
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.617
retrieving revision 1.618
diff -u -d -r1.617 -r1.618
--- ChangeLog 21 May 2006 19:51:34 -0000 1.617
+++ ChangeLog 21 May 2006 21:28:26 -0000 1.618
@@ -1,5 +1,11 @@
2006-05-21 Brian Warner <warner at lothar.com>
+ * buildbot/status/html.py (Waterfall): add 'robots_txt=' argument,
+ a filename to be served as 'robots.txt' to discourage web spiders.
+ Adapted from a patch by Tobi Vollebregt, thanks!
+ * buildbot/test/test_web.py (Waterfall._test_waterfall_5): test it
+ * docs/buildbot.texinfo (HTML Waterfall): document it
+
* buildbot/process/process_twisted.py
(QuickTwistedBuildFactory.__init__): recent versions of Twisted
changed the build process. The new setup.py no longer takes the
More information about the Commits
mailing list