Skip to content

Commit

Permalink
The listdir command requires slave version 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Oct 25, 2014
1 parent fa532db commit 254009c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/steps/source/git.py
Expand Up @@ -573,7 +573,7 @@ def applyAlready(res):
return d

def _sourcedirIsUpdatable(self):
if self.slaveVersionIsOlderThan('listdir', '2.17'):
if self.slaveVersionIsOlderThan('listdir', '2.16'):
d = self.pathExists(self.build.path_module.join(self.workdir, '.git'))

def checkWithPathExists(exists):
Expand Down

0 comments on commit 254009c

Please sign in to comment.