Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/git.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-28 00:41:02 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-28 00:41:49 (GMT)
commit31990083fe4272c0663ba13c936ecd7c759778fe (patch)
tree3163295867bdc218839e8a9b36c291e2609ee509 /devbot/git.py
parent28b6ca6d80dd16df32f1ba76de30a638bf287710 (diff)
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).
Diffstat (limited to 'devbot/git.py')
-rw-r--r--devbot/git.py4
1 files changed, 0 insertions, 4 deletions
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,