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 2022/10/31 19:00:23 UTC

svn commit: r1904958 - /lucene/pylucene/trunk/Makefile

Author: vajda
Date: Mon Oct 31 19:00:23 2022
New Revision: 1904958

URL: http://svn.apache.org/viewvc?rev=1904958&view=rev
Log:
switch gpg to macports

Modified:
    lucene/pylucene/trunk/Makefile

Modified: lucene/pylucene/trunk/Makefile
URL: http://svn.apache.org/viewvc/lucene/pylucene/trunk/Makefile?rev=1904958&r1=1904957&r2=1904958&view=diff
==============================================================================
--- lucene/pylucene/trunk/Makefile (original)
+++ lucene/pylucene/trunk/Makefile Mon Oct 31 19:00:23 2022
@@ -298,7 +298,7 @@ distrib:
 	/opt/local/bin/svn export --force . distrib/pylucene-$(VERSION)
 	tar -cf - --disable-copyfile --exclude build --exclude gradle.properties --exclude '.[a-z]*' `find $(LUCENE_SRC) -type l | xargs -n 1 echo --exclude` $(LUCENE_SRC) | tar -C distrib/pylucene-$(VERSION) -xvf -
 	cd distrib; tar --disable-copyfile -cvzf $(ARCHIVE) pylucene-$(VERSION)
-	cd distrib; /usr/local/bin/gpg --armor --output $(ARCHIVE).asc --detach-sig $(ARCHIVE)
+	cd distrib; /opt/local/bin/gpg --armor --output $(ARCHIVE).asc --detach-sig $(ARCHIVE)
 	cd distrib; shasum -a 256 $(ARCHIVE) > $(ARCHIVE).sha256
 
 stage: