Skip to content

Commit

Permalink
check the slave version of a more sensible command
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Oct 28, 2014
1 parent 6285a44 commit 69c2123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/steps/source/svn.py
Expand Up @@ -77,7 +77,7 @@ def startVC(self, branch, revision, patch):

# if the version is new enough, and the password is set, then obfuscate it
if self.password is not None:
if not self.slaveVersionIsOlderThan('rmdir', '2.16'):
if not self.slaveVersionIsOlderThan('shell', '2.16'):
self.password = ('obfuscated', self.password, 'XXXXXX')
else:
log.msg("Slave does not understand obfuscation; "
Expand Down

0 comments on commit 69c2123

Please sign in to comment.