You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ja...@apache.org on 2015/05/01 00:58:51 UTC

trafficserver-qa git commit: Stop doing distclean between builds. This will significantly reduce build times

Repository: trafficserver-qa
Updated Branches:
  refs/heads/master 37f87d70b -> 12e3fa62b


Stop doing distclean between builds. This will significantly reduce build times


Project: http://git-wip-us.apache.org/repos/asf/trafficserver-qa/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver-qa/commit/12e3fa62
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver-qa/tree/12e3fa62
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver-qa/diff/12e3fa62

Branch: refs/heads/master
Commit: 12e3fa62b05b0e354cc69ff6259db75f4bc07dae
Parents: 37f87d7
Author: Thomas Jackson <ja...@apache.org>
Authored: Thu Apr 30 15:58:02 2015 -0700
Committer: Thomas Jackson <ja...@apache.org>
Committed: Thu Apr 30 15:58:02 2015 -0700

----------------------------------------------------------------------
 tsqa/environment.py | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver-qa/blob/12e3fa62/tsqa/environment.py
----------------------------------------------------------------------
diff --git a/tsqa/environment.py b/tsqa/environment.py
index 33589e8..513588c 100644
--- a/tsqa/environment.py
+++ b/tsqa/environment.py
@@ -83,11 +83,6 @@ class EnvironmentFactory(object):
             kwargs['stdout'] = None
             kwargs['stderr'] = None
 
-        # run autoreconf in source tree
-        try:
-            tsqa.utils.run_sync_command(['make', 'distclean'], **kwargs)
-        except:
-            pass
         tsqa.utils.run_sync_command(['autoreconf', '-if'], **kwargs)
 
     @property