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 2013/08/24 18:45:46 UTC

git commit: TS-2155 Include the RAT JAR file in ci/.

Updated Branches:
  refs/heads/master 9cc6fe6d4 -> a1d747ec5


TS-2155 Include the RAT JAR file in ci/.

This also excludes the ci directory from the distribution build
target.


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

Branch: refs/heads/master
Commit: a1d747ec559613355fd0066ff3b861111413173a
Parents: 9cc6fe6
Author: Leif Hedstrom <zw...@apache.org>
Authored: Sat Aug 24 10:43:42 2013 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Sat Aug 24 10:43:42 2013 -0600

----------------------------------------------------------------------
 Makefile.am                     |   2 +-
 ci/apache-rat-0.11-SNAPSHOT.jar | Bin 0 -> 1414641 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a1d747ec/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 093099b..d2caa5d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,7 +56,7 @@ asf-distdir:
 	@$(am__remove_distdir)
 	test -d .git && git clone . $(distdir) || svn export . $(distdir)
 	cd $(distdir) && autoreconf -i
-	rm -rf -- $(distdir)/autom4te.cache $(distdir)/.git $(distdir)/.gitignore
+	rm -rf -- $(distdir)/autom4te.cache $(distdir)/.git $(distdir)/.gitignore $(distdir)/ci
 
 asf-dist: asf-distdir
 	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a1d747ec/ci/apache-rat-0.11-SNAPSHOT.jar
----------------------------------------------------------------------
diff --git a/ci/apache-rat-0.11-SNAPSHOT.jar b/ci/apache-rat-0.11-SNAPSHOT.jar
new file mode 100644
index 0000000..ab4bf46
Binary files /dev/null and b/ci/apache-rat-0.11-SNAPSHOT.jar differ