Yonik Seeley wrote:
> On Thu, Sep 17, 2009 at 6:42 PM, Mark Miller <markrmil...@gmail.com> wrote:
>   
>> Okay - I see the checksum stuff in build.xml - it just doesn't appear to
>> be working in my favor at the moment ...
>>     
>
> You can just use md5sum from the command line too.
>
> -Yonik
> http://www.lucidimagination.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-dev-h...@lucene.apache.org
>
>   
Have you done this before Yonik?

md5sum generates a hash line like this:
a21f40c4f4fb1c54903e761caf43e1d7 *lucene-2.9.0.tar.gz

Then when you do a check, it knows what file to check against.

The Maven artifacts just list the hash though. So it seems proper to
remove the second part and just put the hash?

Oddly though, while all of the Maven hashes are in a file thats 32bytes,
when I save this hash, its 33bytes.

Any thoughts?

Would be awesome to fix this in the build. I think 2.4.1 just went out
without them (not sure about previous releases).

-- 
- Mark

http://www.lucidimagination.com




---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to