You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pylucene-commits@lucene.apache.org by va...@apache.org on 2014/02/07 22:01:49 UTC

svn commit: r1565815 - /lucene/pylucene/branches/pylucene_4_6/Makefile

Author: vajda
Date: Fri Feb  7 21:01:49 2014
New Revision: 1565815

URL: http://svn.apache.org/r1565815
Log:
exclude resource forks from distrib tar file

Modified:
    lucene/pylucene/branches/pylucene_4_6/Makefile

Modified: lucene/pylucene/branches/pylucene_4_6/Makefile
URL: http://svn.apache.org/viewvc/lucene/pylucene/branches/pylucene_4_6/Makefile?rev=1565815&r1=1565814&r2=1565815&view=diff
==============================================================================
--- lucene/pylucene/branches/pylucene_4_6/Makefile (original)
+++ lucene/pylucene/branches/pylucene_4_6/Makefile Fri Feb  7 21:01:49 2014
@@ -15,7 +15,7 @@
 # site-packages directory.
 #
 
-VERSION=4.6.1-0
+VERSION=4.6.1-1
 LUCENE_SVN_VER=HEAD
 LUCENE_VER=4.6.1
 LUCENE_SVN=http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_6_1
@@ -406,7 +406,7 @@ distrib:
 	mkdir -p distrib
 	svn export --force . distrib/pylucene-$(VERSION)
 	tar -cf - --exclude build $(LUCENE_SRC) | tar -C distrib/pylucene-$(VERSION) -xvf -
-	cd distrib; tar -cvzf $(ARCHIVE) pylucene-$(VERSION)
+	cd distrib; tar --disable-copyfile -cvzf $(ARCHIVE) pylucene-$(VERSION)
 	cd distrib; gpg2 --armor --output $(ARCHIVE).asc --detach-sig $(ARCHIVE)
 	cd distrib; md5sum $(ARCHIVE) > $(ARCHIVE).md5