[Buildbot-commits] buildbot ChangeLog,1.545,1.546
Brian Warner
warner at users.sourceforge.net
Sat Nov 5 22:27:51 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32175
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-414
Creator: Brian Warner <warner at lothar.com>
add "what we're checking out" note to the VC step description
* buildbot/process/step.py (SVN): when building on a non-default
branch, add the word "[branch]" to the VC step's description, so
it is obvious that we're not building the usual stuff. Likewise,
when we are building a specific revision, add the text "rNNN" to
indicate what that revision number is. Thanks to Brad Hards and
Nathaniel Smith for the suggestion.
(Darcs.startVC): same
(Arch.startVC): same
(Bazaar.startVC): same
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.545
retrieving revision 1.546
diff -u -d -r1.545 -r1.546
--- ChangeLog 5 Nov 2005 21:52:08 -0000 1.545
+++ ChangeLog 5 Nov 2005 22:27:49 -0000 1.546
@@ -1,5 +1,15 @@
2005-11-05 Brian Warner <warner at lothar.com>
+ * buildbot/process/step.py (SVN): when building on a non-default
+ branch, add the word "[branch]" to the VC step's description, so
+ it is obvious that we're not building the usual stuff. Likewise,
+ when we are building a specific revision, add the text "rNNN" to
+ indicate what that revision number is. Thanks to Brad Hards and
+ Nathaniel Smith for the suggestion.
+ (Darcs.startVC): same
+ (Arch.startVC): same
+ (Bazaar.startVC): same
+
* buildbot/process/factory.py (GNUAutoconf.__init__): fix a silly
typo, caught by Mark Dillavou, closes SF#1216636.
More information about the Commits
mailing list