Re: Recommended procedure for fixing hash file syntax

2010-04-29 Thread Brett Porter
On 29/04/2010, at 10:50 PM, sebb wrote: > On 29/04/2010, Brett Porter wrote: >> The correct one for reporting problems (vs new uploads) is: >> http://jira.codehaus.org/browse/MEV >> >> In general, you want to make sure it is fixed at the source first if it's an >> imported forge like Apache's

Re: Recommended procedure for fixing hash file syntax

2010-04-29 Thread sebb
On 29/04/2010, Brett Porter wrote: > The correct one for reporting problems (vs new uploads) is: > http://jira.codehaus.org/browse/MEV > > In general, you want to make sure it is fixed at the source first if it's an > imported forge like Apache's. So, is the correct procedure as follows: 1) U

Re: Recommended procedure for fixing hash file syntax

2010-04-29 Thread Brett Porter
The correct one for reporting problems (vs new uploads) is: http://jira.codehaus.org/browse/MEV In general, you want to make sure it is fixed at the source first if it's an imported forge like Apache's. - Brett On 29/04/2010, at 9:45 PM, Juven Xu wrote: > I think people can create tasks here:

Re: Recommended procedure for fixing hash file syntax

2010-04-29 Thread Juven Xu
I think people can create tasks here: http://jira.codehaus.org/browse/MAVENUPLOAD or at Sonatype: https://issues.sonatype.org/browse/OSSRH On Thu, Apr 29, 2010 at 4:12 PM, sebb wrote: > OK thanks very much. > > If this problem recurs with other projects, is there a formal means of > reporting i

Re: Recommended procedure for fixing hash file syntax

2010-04-29 Thread sebb
OK thanks very much. If this problem recurs with other projects, is there a formal means of reporting it? e.g. via an issue tracker? On 29/04/2010, Juven Xu wrote: > checksums on pgp signautes are deleted. > > > On Wed, Apr 28, 2010 at 11:34 PM, sebb wrote: > > > On 28/04/2010, Juven Xu wrot

Re: Recommended procedure for fixing hash file syntax

2010-04-28 Thread Juven Xu
checksums on pgp signautes are deleted. On Wed, Apr 28, 2010 at 11:34 PM, sebb wrote: > On 28/04/2010, Juven Xu wrote: > > On Wed, Apr 28, 2010 at 11:05 PM, sebb wrote: > > > > > On 28/04/2010, Juven Xu wrote: > > > > you can use these shell scripts: > > > > > > > > find . -type f | xarg

Re: Recommended procedure for fixing hash file syntax

2010-04-28 Thread sebb
On 28/04/2010, Juven Xu wrote: > On Wed, Apr 28, 2010 at 11:05 PM, sebb wrote: > > > On 28/04/2010, Juven Xu wrote: > > > you can use these shell scripts: > > > > > > find . -type f | xargs -i sh -c 'sha1sum {} | cut -d " " -f1 > {}.sha1' > > > find . -type f | xargs -i sh -c 'md5sum {} |

Re: Recommended procedure for fixing hash file syntax

2010-04-28 Thread Juven Xu
On Wed, Apr 28, 2010 at 11:05 PM, sebb wrote: > On 28/04/2010, Juven Xu wrote: > > you can use these shell scripts: > > > > find . -type f | xargs -i sh -c 'sha1sum {} | cut -d " " -f1 > {}.sha1' > > find . -type f | xargs -i sh -c 'md5sum {} | cut -d " " -f1 > {}.md5' > > Thanks, I have alrea

Re: Recommended procedure for fixing hash file syntax

2010-04-28 Thread sebb
On 28/04/2010, Juven Xu wrote: > you can use these shell scripts: > > find . -type f | xargs -i sh -c 'sha1sum {} | cut -d " " -f1 > {}.sha1' > find . -type f | xargs -i sh -c 'md5sum {} | cut -d " " -f1 > {}.md5' Thanks, I have already created the fixed hashes. [BTW, the find command above ne

Re: Recommended procedure for fixing hash file syntax

2010-04-28 Thread Juven Xu
you can use these shell scripts: find . -type f | xargs -i sh -c 'sha1sum {} | cut -d " " -f1 > {}.sha1' find . -type f | xargs -i sh -c 'md5sum {} | cut -d " " -f1 > {}.md5' release artifacts and their hashes in central will never be updated unless manual fix is needed if your artifacts' hashes

Re: Recommended procedure for fixing hash file syntax

2010-04-28 Thread sebb
On 26/04/2010, sebb wrote: > What is the recommended procedure for fixing hash files in a Maven > repo that have the wrong syntax? I have seen the reply about using Nexus, but if the project does not use Nexus, what is the procedure? If I update the hashes in the release repo will these be prop

Recommended procedure for fixing hash file syntax

2010-04-26 Thread sebb
What is the recommended procedure for fixing hash files in a Maven repo that have the wrong syntax? For example: file.tar.gz.sha1: file.tar.gz: B886 07FA D17D 06C2 7D67 01D6 E7E6 56BB 52F3 3B4C The hash is correct, but not all tools can process the hash when i

Re: Recommended procedure for fixing hash file syntax

2010-04-26 Thread Brian Fox
Use Nexus and run rebuild maven metadata. On Mon, Apr 26, 2010 at 11:56 AM, sebb wrote: > What is the recommended procedure for fixing hash files in a Maven > repo that have the wrong syntax? > > For example: > > file.tar.gz.sha1: > file.tar.gz: B886 07FA D17D 06C2 7D67  01D6 E7E6 56BB 52F3 >    

Recommended procedure for fixing hash file syntax

2010-04-26 Thread sebb
What is the recommended procedure for fixing hash files in a Maven repo that have the wrong syntax? For example: file.tar.gz.sha1: file.tar.gz: B886 07FA D17D 06C2 7D67 01D6 E7E6 56BB 52F3 3B4C The hash is correct, but not all tools can process the hash when it