[Buildbot-commits] buildbot ChangeLog,1.450,1.451 NEWS,1.42,1.43
Brian Warner
warner at users.sourceforge.net
Wed May 18 07:49:33 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9801
Modified Files:
ChangeLog NEWS
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-209
Creator: Brian Warner <warner at monolith.lothar.com>
rename Change(tag=) to branch=
* buildbot/changes/changes.py: rename tag= to branch=, since
that's how we're using it, and my design for the upcoming "build a
specific branch" feature wants it. also, tag= was too CVS-centric
* buildbot/changes/mail.py (parseSyncmail): same
* buildbot/process/base.py (Build.isBranchImportant): same
* buildbot/test/test_mailparse.py (Test3.testMsgS4): same
* docs/buildbot.texinfo (Attributes of Changes): same
* NEWS: update tag=, update for upcoming release
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.450
retrieving revision 1.451
diff -u -d -r1.450 -r1.451
--- ChangeLog 18 May 2005 02:21:30 -0000 1.450
+++ ChangeLog 18 May 2005 07:49:31 -0000 1.451
@@ -1,3 +1,15 @@
+2005-05-18 Brian Warner <warner at lothar.com>
+
+ * buildbot/changes/changes.py: rename tag= to branch=, since
+ that's how we're using it, and my design for the upcoming "build a
+ specific branch" feature wants it. also, tag= was too CVS-centric
+ * buildbot/changes/mail.py (parseSyncmail): same
+ * buildbot/process/base.py (Build.isBranchImportant): same
+ * buildbot/test/test_mailparse.py (Test3.testMsgS4): same
+ * docs/buildbot.texinfo (Attributes of Changes): same
+
+ * NEWS: update tag=, update for upcoming release
+
2005-05-17 Brian Warner <warner at lothar.com>
* buildbot/scripts/runner.py (stop): actually poll once per
Index: NEWS
===================================================================
RCS file: /cvsroot/buildbot/buildbot/NEWS,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- NEWS 17 May 2005 20:31:20 -0000 1.42
+++ NEWS 18 May 2005 07:49:31 -0000 1.43
@@ -1,6 +1,6 @@
User visible changes in Buildbot.
-* Release ?.?.? (??)
+* Release 0.6.5 (18 May 2005)
** deprecated config keys removed
@@ -63,7 +63,10 @@
send changes at a pb.PBChangeSource . contrib/arch_buildbot.py was added to
use this tool; it should be installed using the 'Arch meta hook' scheme.
-Changes can now accept a tag= parameter. Thanks to Thomas Vander Stichele.
+Changes can now accept a branch= parameter, and Builders have an
+isBranchImportant() test that acts like isFileImportant(). Thanks to Thomas
+Vander Stichele. Note: I renamed his tag= to branch=, in anticipation of an
+upcoming feature to build specific branches. "tag" seemed too CVS-centric.
LogFiles have been rewritten to stream the incoming data directly to disk
rather than keeping a copy in memory all the time (SF#1200392). This
More information about the Commits
mailing list