[Buildbot-commits] buildbot ChangeLog,1.903,1.904
Brian Warner
warner at users.sourceforge.net
Tue Aug 7 23:50:42 UTC 2007
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25519
Modified Files:
ChangeLog
Log Message:
[project @ commands.P4: use p4user to construct the Owner field of the view, rather than LOGNAME. Closes #40.]
Original author: warner at lothar.com
Date: 2007-08-07 23:49:53+00:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.903
retrieving revision 1.904
diff -u -d -r1.903 -r1.904
--- ChangeLog 7 Aug 2007 23:41:05 -0000 1.903
+++ ChangeLog 7 Aug 2007 23:50:40 -0000 1.904
@@ -1,5 +1,11 @@
2007-08-07 Brian Warner <warner at lothar.com>
+ * buildbot/slave/commands.py (P4): use 'p4user' to construct the
+ 'Owner:' field of the view, rather than 'p4logname', since
+ p4logname comes from the buildslave's environment and seems
+ unlikely to ever do the right thing. Thanks to Wade Brainerd for
+ the patch. Closes #40.
+
* buildbot/buildslave.py (BuildSlave.__init__): add max_builds=,
which imposes a per-slave limit on how many builds are allowed to
run simultaneously. This has a the same scope than the SlaveLock,
More information about the Commits
mailing list