From eb5a527d79b2b1cadc23298a15e6cb88eb845af1 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 29 Nov 2012 00:42:13 +0000 Subject: Revert "Add a git pull when updating" This reverts commit ec609e55de4c2105cad0b224b0d5bdc8696025d0. --- 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], -- cgit v0.9.1