You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2015/01/20 21:16:46 UTC

trafficserver git commit: Change the clean target for tsqa builds

Repository: trafficserver
Updated Branches:
  refs/heads/master bd34e40e8 -> f366e0996


Change the clean target for tsqa builds


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

Branch: refs/heads/master
Commit: f366e0996e80647612212a1ef9208ff829f7b8ba
Parents: bd34e40
Author: Leif Hedstrom <zw...@apache.org>
Authored: Tue Jan 20 13:16:41 2015 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Tue Jan 20 13:16:41 2015 -0700

----------------------------------------------------------------------
 ci/jenkins/bin/tsqa.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f366e099/ci/jenkins/bin/tsqa.sh
----------------------------------------------------------------------
diff --git a/ci/jenkins/bin/tsqa.sh b/ci/jenkins/bin/tsqa.sh
index ad8f911..2de29ec 100755
--- a/ci/jenkins/bin/tsqa.sh
+++ b/ci/jenkins/bin/tsqa.sh
@@ -43,7 +43,7 @@ autoreconf -fi
 
 ${ATS_MAKE} -j8
 ${ATS_MAKE} install
-${ATS_MAKE} clean
+${ATS_MAKE} distclean
 
 # Run all the TSQA tests. We skip a couple since they can not succeed from the CI
 cd ci/tsqa || exit 2