Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Sep 21, 2012
1 parent a762941 commit 9d25548
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions master/buildbot/steps/source/repo.py
Expand Up @@ -74,8 +74,8 @@ def __init__(self,
@type update_tarball: lambda (properties,bool) : float
@param update_tarball: function to determine the update tarball policy,
given properties, and boolean indicating whether
the last repo sync was on all branches
given properties, and boolean indicating whether
the last repo sync was on all branches
Returns: max age of tarball in seconds, or None, if we
want to skip tarball update
Expand Down Expand Up @@ -427,7 +427,7 @@ def _getCleanupCommand(self):
repo forall -c rm -f .git/index.lock
repo forall -c git clean -f -d -x 2>/dev/null
repo forall -c git reset --hard HEAD 2>/dev/null
rm -f %(workdir)s/.repo/project.list
rm -f %(workdir)s/.repo/project.list
""") % self.__dict__
def doCleanup(self):
command = self._getCleanupCommand()
Expand Down

0 comments on commit 9d25548

Please sign in to comment.