Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/build.py')
-rw-r--r--devbot/build.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/devbot/build.py b/devbot/build.py
index a0b8c46..7b2e9b4 100644
--- a/devbot/build.py
+++ b/devbot/build.py
@@ -93,7 +93,6 @@ def _pull_git_module(module):
command.run(["git", "remote", "set-url", "origin", module.repo])
command.run(["git", "remote", "update", "origin"], retry=10)
- command.run(["git", "pull"], retry=10)
else:
os.chdir(config.get_source_dir())
command.run(["git", "clone", "--progress", module.repo, module.name],