You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2014/07/06 03:02:32 UTC

git commit: TS-2919: omit git contol files from tarball releases

Repository: trafficserver
Updated Branches:
  refs/heads/master 9c0458c4b -> 5cfc0f230


TS-2919: omit git contol files from tarball releases


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

Branch: refs/heads/master
Commit: 5cfc0f230952514386972a21a8dfa9aca601fc02
Parents: 9c0458c
Author: James Peach <jp...@apache.org>
Authored: Sat Jul 5 18:01:28 2014 -0700
Committer: James Peach <jp...@apache.org>
Committed: Sat Jul 5 18:01:28 2014 -0700

----------------------------------------------------------------------
 CHANGES     | 2 ++
 Makefile.am | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/5cfc0f23/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 425d05b..0bfe4d8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 5.1.0
 
+  *) [TS-2919] Omit git contol files from tarball releases.
+
   *) [TS-2906] SPDY incorrectly marks streams as internal requests
 
   *) [TS-2574] Sharing server sessions per thread doesn't work when doing https to http

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/5cfc0f23/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 0be55a6..1a6bd4c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -65,7 +65,7 @@ asf-distdir:
 	@$(am__remove_distdir)
 	test -d .git && git clone . $(distdir)
 	cd $(distdir) && git submodule update --init && autoreconf -i
-	rm -rf -- $(distdir)/autom4te.cache $(distdir)/.git $(distdir)/.gitignore $(distdir)/ci
+	$(RM) -r -- $(distdir)/autom4te.cache $(distdir)/ci `find $(distdir) -name .git -o -name .gitignore -o -name .gitmodules`
 
 asf-dist-sign: asf-dist
 	md5sum -b $(distdir).tar.bz2 >$(distdir).tar.bz2.md5