[Buildbot-commits] buildbot ChangeLog,1.1031,1.1032
Brian Warner
warner at users.sourceforge.net
Fri Mar 21 00:07:08 UTC 2008
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20080
Modified Files:
ChangeLog
Log Message:
[project @ commands.SVN: merge dustin's patch, to add --no-auth-cache to svn calls. Closes #188.]
Original author: warner at lothar.com
Date: 2008-03-21 00:06:00+00:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.1031
retrieving revision 1.1032
diff -u -d -r1.1031 -r1.1032
--- ChangeLog 20 Mar 2008 23:57:09 -0000 1.1031
+++ ChangeLog 21 Mar 2008 00:07:06 -0000 1.1032
@@ -1,5 +1,12 @@
2008-03-20 Brian Warner <warner at lothar.com>
+ * buildbot/slave/commands.py (SVN.doVCFull): merge Dustin's patch:
+ add --no-auth-cache option to svn invocations to avoid caching
+ buildbot's credentials. This also helps when users run a
+ buildslave from their personal account, to keep the buildslave
+ from clobbering their manually-provided svn password. Closes #188.
+ (SVN.doVCUpdate): do it for 'svn update' too.
+
* buildbot/steps/shell.py: merge Greg Ward's patch (via Dustin):
refactor WithProperties handling, allow WithProperties in more
places. Closes #115.
More information about the Commits
mailing list