From 88e25e136453c871fedbdf5436d3238ad442474e Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 12 Apr 2013 19:10:11 +0000 Subject: Always set the remote To handle configuration changes. --- diff --git a/devbot/git.py b/devbot/git.py index c5bdd44..6e6fe1a 100644 --- a/devbot/git.py +++ b/devbot/git.py @@ -62,6 +62,7 @@ class Module: if revision == self._get_commit_id(): return + command.run(["git", "remote", "set-url", "origin", self.remote]) command.run(["git", "fetch"], retry=self._retry) if revision: -- cgit v0.9.1