From 31990083fe4272c0663ba13c936ecd7c759778fe Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 28 Dec 2012 00:41:02 +0000 Subject: Decide to rebuild on the base of files mtime It's simpler and should be more reliable than using git (new files will be noticed). --- (limited to 'devbot/git.py') diff --git a/devbot/git.py b/devbot/git.py index f2da84d..29365f7 100644 --- a/devbot/git.py +++ b/devbot/git.py @@ -78,10 +78,6 @@ class Module: return subprocess.check_output(["git", "describe"]).strip() @_chdir - def diff(self): - return subprocess.check_output(["git", "diff"]) - - @_chdir def is_valid(self): result = subprocess.call(["git", "rev-parse", "HEAD"], stdout=utils.devnull, -- cgit v0.9.1