Re: [VOTE] Release Aries Util 1.1.3 (take 2)

2016-10-20 Thread Guillaume Nodet
+1

2016-10-17 10:30 GMT+02:00 Guillaume Nodet :

> I've uploaded the release to a different staging repo, and this one does
> not contain the .asc.asc files.
>
> Staging repo:
>   https://repository.apache.org/content/repositories/orgapachearies-1087
>
> Release notes
>
> [aries-1612] Zip input stream relies on default (non buffered)
> InputStream read
>
> Please review and vote !
>
> --
> 
> Guillaume Nodet
> 
> Red Hat, Open Source Integration
>
> Email: gno...@redhat.com
> Web: http://fusesource.com
> Blog: http://gnodet.blogspot.com/
>
>


-- 

Guillaume Nodet

Red Hat, Open Source Integration

Email: gno...@redhat.com
Web: http://fusesource.com
Blog: http://gnodet.blogspot.com/


Re: [VOTE] Release Aries Util 1.1.3 (take 2)

2016-10-19 Thread Christian Schneider

+1

Christian

On 17.10.2016 10:30, Guillaume Nodet wrote:

I've uploaded the release to a different staging repo, and this one does
not contain the .asc.asc files.

Staging repo:
   https://repository.apache.org/content/repositories/orgapachearies-1087

Release notes

 [aries-1612] Zip input stream relies on default (non buffered)
InputStream read

Please review and vote !




--
Christian Schneider
http://www.liquid-reality.de

Open Source Architect
http://www.talend.com



Re: [VOTE] Release Aries Util 1.1.3 (take 2)

2016-10-19 Thread Jean-Baptiste Onofré

+1 (binding)

Regards
JB

On 10/17/2016 10:30 AM, Guillaume Nodet wrote:

I've uploaded the release to a different staging repo, and this one does
not contain the .asc.asc files.

Staging repo:
  https://repository.apache.org/content/repositories/orgapachearies-1087

Release notes

[aries-1612] Zip input stream relies on default (non buffered)
InputStream read

Please review and vote !



--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: [VOTE] Release Aries Util 1.1.3 (take 2)

2016-10-18 Thread David Bosschaert
+1

Verified signatures with Felix script.

Cheers,

David

On 17 October 2016 at 09:30, Guillaume Nodet  wrote:

> I've uploaded the release to a different staging repo, and this one does
> not contain the .asc.asc files.
>
> Staging repo:
>   https://repository.apache.org/content/repositories/orgapachearies-1087
>
> Release notes
>
> [aries-1612] Zip input stream relies on default (non buffered)
> InputStream read
>
> Please review and vote !
>
> --
> 
> Guillaume Nodet
> 
> Red Hat, Open Source Integration
>
> Email: gno...@redhat.com
> Web: http://fusesource.com
> Blog: http://gnodet.blogspot.com/
>


Re: [VOTE] Release Aries Util 1.1.3

2016-10-17 Thread Guillaume Nodet
I think the problem comes from the script which performs illegal
verifications such as verifying the md5 of the signature file and such.
The repo validates when I use the felix script.

Can you try modifying your script to use
for i in `find ${DOWNLOAD}/${STAGING} -type f | egrep -v
'.asc$|.md5$|.sha1$|index.html|maven-metadata.xml'`
instead of
for i in `find ${DOWNLOAD}/${STAGING} -type f | egrep -v
'.md5$|.sha1$|index.html|maven-metadata.xml'`

and
for i in `find ${DOWNLOAD}/${STAGING} -type f | egrep '.asc$' | egrep -v
'.asc.asc$'`
instead of
for i in `find ${DOWNLOAD}/${STAGING} -type f | egrep '.asc$'


The first problem clearly comes from the script and the script should be
modified.
The second one (the repo contains some .asc.asc files) has been fixed by
uploading a new release, so I'll cancel this vote and start a new one.

2016-10-13 15:43 GMT+02:00 David Bosschaert :

> Hi Guillaume,
>
> When running the verify script I'm seeing these kinds of messages:
>
> *FAILURE - BAD MD5 for
> util113_2/1084/org/apache/aries/org.apache.aries.util/1.
> 1.3/org.apache.aries.util-1.1.3-javadoc.jar.asc
> * (compared  5a6f75424e9c7feeb7f8bb5ded446ba7 and )
> cat:
> util113_2/1084/org/apache/aries/org.apache.aries.util/1.
> 1.3/org.apache.aries.util-1.1.3-javadoc.jar.asc.asc.md5:
> No such file or directory
>
> There are quite a lot of them and similar ones for SHA1 checksums.
>
> This was actually what I was experiencing with my own release attempt as
> well.
>
> Any idea what this could be?
>
> Thanks,
>
> David
>
>
>
>
> On 13 October 2016 at 14:23, Guillaume Nodet  wrote:
>
> > Staging repo:
> >   https://repository.apache.org/content/repositories/orgapachearies-1084
> >
> > Release notes
> >
> > [aries-1612] Zip input stream relies on default (non buffered)
> > InputStream read
> >
> > Please review and vote !
> >
> > --
> > 
> > Guillaume Nodet
> > 
> > Red Hat, Open Source Integration
> >
> > Email: gno...@redhat.com
> > Web: http://fusesource.com
> > Blog: http://gnodet.blogspot.com/
> >
>



-- 

Guillaume Nodet

Red Hat, Open Source Integration

Email: gno...@redhat.com
Web: http://fusesource.com
Blog: http://gnodet.blogspot.com/


Re: [VOTE] Release Aries Util 1.1.3

2016-10-13 Thread David Bosschaert
Hi Guillaume,

When running the verify script I'm seeing these kinds of messages:

*FAILURE - BAD MD5 for
util113_2/1084/org/apache/aries/org.apache.aries.util/1.1.3/org.apache.aries.util-1.1.3-javadoc.jar.asc
* (compared  5a6f75424e9c7feeb7f8bb5ded446ba7 and )
cat:
util113_2/1084/org/apache/aries/org.apache.aries.util/1.1.3/org.apache.aries.util-1.1.3-javadoc.jar.asc.asc.md5:
No such file or directory

There are quite a lot of them and similar ones for SHA1 checksums.

This was actually what I was experiencing with my own release attempt as
well.

Any idea what this could be?

Thanks,

David




On 13 October 2016 at 14:23, Guillaume Nodet  wrote:

> Staging repo:
>   https://repository.apache.org/content/repositories/orgapachearies-1084
>
> Release notes
>
> [aries-1612] Zip input stream relies on default (non buffered)
> InputStream read
>
> Please review and vote !
>
> --
> 
> Guillaume Nodet
> 
> Red Hat, Open Source Integration
>
> Email: gno...@redhat.com
> Web: http://fusesource.com
> Blog: http://gnodet.blogspot.com/
>