Skip to content

Commit

Permalink
updated docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
roder committed Jul 14, 2009
1 parent 8111ba8 commit 1988283
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/github_buildbot.py
Expand Up @@ -179,8 +179,7 @@ def fetch(self, repo_dir):

def create_repo(self, tmp, user, repo, github_url = 'github.com'):
"""
Clones the github repository as a bare repo on the local server, and adds
an 'origin' remote to it
Clones the github repository as a mirror repo on the local server
"""
if self.private:
url = 'git@' + github_url + ':' + user + '/' + repo + '.git'
Expand Down

0 comments on commit 1988283

Please sign in to comment.