[Buildbot-commits] buildbot/buildbot/slave commands.py,1.93,1.94
Brian Warner
warner at users.sourceforge.net
Fri Mar 21 00:07:09 UTC 2008
Update of /cvsroot/buildbot/buildbot/buildbot/slave
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20080/buildbot/slave
Modified Files:
commands.py
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: commands.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/slave/commands.py,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- commands.py 21 Mar 2008 00:07:02 -0000 1.93
+++ commands.py 21 Mar 2008 00:07:06 -0000 1.94
@@ -1518,7 +1518,7 @@
# update: possible for mode in ('copy', 'update')
d = os.path.join(self.builder.basedir, self.srcdir)
command = [self.vcexe, 'update', '--revision', str(revision),
- '--non-interactive']
+ '--non-interactive', '--no-auth-cache']
c = ShellCommand(self.builder, command, d,
sendRC=False, timeout=self.timeout,
keepStdout=True)
More information about the Commits
mailing list