OK so I wrote yet another way to do the signing, in Python (which I'll
happily find any excuse to use ;) -- it prompts for your passphrase
and then recurses through the dist directory looking for artifacts to
sign:
import sys
import os
import subprocess
import getpass
def signFile(pwd, f
Le 19 sept. 08 à 15:21, Grant Ingersoll a écrit :
FWIW, here's a simple bash function to do it too:
function sign-artifacts()
{
gpg --armor --output $1-$2.pom.asc --detach-sig $1-$2.pom
if [ -f $1-$2-javadoc.jar ]; then
gpg --armor --output $1-$2-javadoc.jar.asc --detach-sig $1
Woops you're right. I'll add it.
Mike
Ning Li wrote:
LUCENE-1335 is not listed in CHANGES.txt? It also includes a minor
behavior change: "no longer allow the same Directory to be passed into
addIndexes* more than once".
Cheers,
Ning
On Thu, Sep 18, 2008 at 2:29 PM, Michael McCandless
<[EM
LUCENE-1335 is not listed in CHANGES.txt? It also includes a minor
behavior change: "no longer allow the same Directory to be passed into
addIndexes* more than once".
Cheers,
Ning
On Thu, Sep 18, 2008 at 2:29 PM, Michael McCandless
<[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I just created the first
This also looks very useful -- thanks. (RAT stands for Release Audit
Tool).
Mike
Grant Ingersoll wrote:
You might also be interested in RAT. SOLR-762 has a patch for what
I hooked into Solr.
On Sep 18, 2008, at 2:29 PM, Michael McCandless wrote:
Hi,
I just created the first releas
You might also be interested in RAT. SOLR-762 has a patch for what I
hooked into Solr.
On Sep 18, 2008, at 2:29 PM, Michael McCandless wrote:
Hi,
I just created the first release candidate for 2.4, here:
http://people.apache.org/~mikemccand/staging-area/lucene2.4rc1
Please download the
Ugh.
I'll commit it!
Mike
Karl Wettin wrote:
403 access denied :(
Index: package.html
===
--- package.html(revision 697120)
+++ package.html(arbetskopia)
@@ -56,6 +56,8 @@
Mileage may vary depending on term sat
403 access denied :(
Index: package.html
===
--- package.html(revision 697120)
+++ package.html(arbetskopia)
@@ -56,6 +56,8 @@
Mileage may vary depending on term saturation.
+
+
Populated with a single documen
I agree it makes sense to get this into 2.4.
Yes I'll roll an RC2 soon, with all the little fixes pending on 2.4:
https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolution=-1&pid=12310110&fixfor=12312681
I'm not certa
There is going to be an rc2, right?
A couple of people have asked me questions about the performance of
InstantiatedIndex (via private mail and on the freenode #lucene
channel). They have tried to use it as a replacement for RAMDirectory
when it has been a rather large corpora. There is a g
FWIW, here's a simple bash function to do it too:
function sign-artifacts()
{
gpg --armor --output $1-$2.pom.asc --detach-sig $1-$2.pom
if [ -f $1-$2-javadoc.jar ]; then
gpg --armor --output $1-$2-javadoc.jar.asc --detach-sig $1-
$2-javadoc.jar
fi
if [ -f $1-$2-sour
Indeed.
It seems like this patch resolves it -- I'll open an issue:
Index: build.xml
===
--- build.xml (revision 696743)
+++ build.xml (working copy)
@@ -64,7 +64,7 @@
includes="${final.name}.jar,${demo.war.name}
The release only contains the /CHANGES.txt. I think the CHANGES.txt
in /contrib and one in /contrib/benchmark
should be in there too.
karl
18 sep 2008 kl. 20.29 skrev Michael McCandless:
Hi,
I just created the first release candidate for 2.4, here:
http://people.apache.org/~mikem
Yeah I was afraid of this :)
I'll look at SOLR-776. Thanks for the pointer!
Mike
Grant Ingersoll wrote:
FYI, MIke, you might be interested in https://issues.apache.org/jira/browse/SOLR-776
for signing the Maven artifacts (what a PITA). I know Michael B.
has a batch script, but this does
, D-28213 Bremen
http://www.thetaphi.de
eMail: [EMAIL PROTECTED]
-Original Message-
From: Uwe Schindler [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 18, 2008 10:39 PM
To: java-dev@lucene.apache.org
Subject: RE: 2.4 release candidate 1
Just a small documentation bug (spelling) -- I
itSet: "java.util.bitet"
-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: [EMAIL PROTECTED]
From: Michael McCandless [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 18, 2008 8:29 PM
To: [EMAIL PROTECTED]; java-dev@lucene.apache.org
Subject: 2.4 release candi
FYI, MIke, you might be interested in https://issues.apache.org/jira/browse/SOLR-776
for signing the Maven artifacts (what a PITA). I know Michael B.
has a batch script, but this does it in a Ant friendly way and is
available for all RMs.
Cheers,
Grant
On Sep 18, 2008, at 2:29 PM, Michael
]
> -Original Message-
> From: Uwe Schindler [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 18, 2008 10:39 PM
> To: java-dev@lucene.apache.org
> Subject: RE: 2.4 release candidate 1
>
> Just a small documentation bug (spelling) -- I do not want to a open a
il: [EMAIL PROTECTED]
> From: Michael McCandless [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 18, 2008 8:29 PM
> To: [EMAIL PROTECTED]; java-dev@lucene.apache.org
> Subject: 2.4 release candidate 1
>
>
> Hi,
>
> I just created the first release
Hi,
I just created the first release candidate for 2.4, here:
http://people.apache.org/~mikemccand/staging-area/lucene2.4rc1
Please download the release candidate, kick the tires and report back
on any issues you encounter.
The plan is to make only serious bug fixes or build/doc fixes, to
2
20 matches
Mail list logo