You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by Paul Querna <pa...@querna.org> on 2010/05/07 01:09:13 UTC

[libcloud] [VOTE] Release Apache Libcloud 0.3.1

Test tarballs for Apache Libcloud 0.3.1 are available at:
 <http://people.apache.org/~pquerna/libcloud-0.3.1/>

Please test and place your votes please;

 +/- 1
 [  ]  Release Apache Libcloud 0.3.1

Vote closes on Monday May 10, 2010 at 1pm PST.

This release fixes several issues related to the license blocks,
NOTICE file, and test cases that were noticed in the scrubbed 0.3.0
release.

It is based upon this tag:
<https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.3.1>

Thanks,

Paul

Re: [VOTE] Release Apache Libcloud 0.3.1

Posted by Paul Querna <pa...@querna.org>.
On Sat, May 8, 2010 at 3:41 AM, sebb <se...@gmail.com> wrote:
> On 08/05/2010, sebb <se...@gmail.com> wrote:
>> On 08/05/2010, Paul Querna <pa...@querna.org> wrote:
>>  > On Fri, May 7, 2010 at 6:04 PM, sebb <se...@gmail.com> wrote:
>>  >  > On 08/05/2010, Paul Querna <pa...@querna.org> wrote:
>>  >  >> On Fri, May 7, 2010 at 5:33 PM, sebb <se...@gmail.com> wrote:
>>  >  >>  > On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>>  >  >>  >> On Fri, May 7, 2010 at 3:48 AM, sebb <se...@gmail.com> wrote:
>>  >  >>  >>  > On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>>  >  >>  >>  >> Test tarballs for Apache Libcloud 0.3.1 are available at:
>>  >  >>  >>  >>   <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>>  >  >>  >>  >
>>  >  >>  >>  > Where is the KEYS file?
>>  >  >>  >>
>>  >  >>  >>
>>  >  >>  >> http://www.apache.org/dist/incubator/libcloud/KEYS
>>  >  >>  >>
>>  >  >>  >>
>>  >  >>  >>  > The directory structures of the bz2 and zip archives are different - the file
>>  >  >>  >>  > r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>>  >  >>  >>  > is in a different place in the archives. The bz2 archive needs to be corrected.
>>  >  >>  >>
>>  >  >>  >>
>>  >  >>  >> I don't understand what or why this is a problem.   We use python's
>>  >  >>  >>  distutils to create both the zip file and the tarbz2 from the same
>>  >  >>  >>  export of the 0.3.0 source.  The order of a file in a tar-strream
>>  >  >>  >>  compared to a zip shouldn't matter in material way that I can think
>>  >  >>  >>  of.
>>  >  >>  >>
>>  >  >>  >
>>  >  >>  > It's not the order that is the problem - the directory structure is different.
>>  >  >>  > The file is in a different directory in the two archives.
>>  >  >>
>>  >  >>
>>  >  >>
>>  >  >> $ find . -name r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>>  >  >>  ./tar/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>>  >  >>  ./zip/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>>  >  >>
>>  >  >>  I am unable to reproduce this problem on osx using the command line
>>  >  >>  tar and unzip tools?
>>  >  >>
>>  >  >>  How are you extracting the tarball/zip file?
>>  >  >
>>  >  > Using an Ant script which uses:
>>  >  >
>>  >  >    <bunzip2 src="${pathname}" dest="${filename}"/>
>>  >  >    <untar  src="${filename}" dest="${filename}-bz2"/>
>>  >  >    <delete file="${filename}"/>
>>  >  >
>>  >  > with the appropriate settings.
>>  >  >
>>  >  > In the expanded bz2 archive, the file is in:
>>  >  >
>>  >  > test\fixtures\rimuhosting
>>  >  >
>>  >  > This is in parallel with
>>  >  > apache-libcloud-0.3.1
>>  >  > under which all the other files appear.
>>  >  >
>>  >  > whereas in the expanded zip archive, the file is in:
>>  >  >
>>  >  > apache-libcloud-0.3.1\test\fixtures\rimuhosting
>>  >  >
>>  >  > I don't know whether it is relevant, but the file name is
>>  >  > significantly longer than any of the others.
>>  >
>>  >
>>  > its a bug in ant:
>>  >  https://issues.apache.org/bugzilla/show_bug.cgi?id=41924
>>
>>
>> Ah - did not know about that.
>>  It seems Winzip 9.0 has the same problem reading the tar file.
>>
>>  Might perhaps be worth renaming the file if that is possible?
>
> Or use a different tool to create the tar - I just tried using Ant to
> create the tar file with  longfile="gnu", and the resulting tar file
> is readable with both Ant and Winzip.
>
> Although using Ant creates an additional dependency, Ant is very commonly used.
> Also, Ant is cross-platform, unlike the current build tool.

libcloud will not be using ant to build its packages.

python distutils are the standard for python projects.

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [VOTE] Release Apache Libcloud 0.3.1

Posted by sebb <se...@gmail.com>.
On 08/05/2010, sebb <se...@gmail.com> wrote:
> On 08/05/2010, Paul Querna <pa...@querna.org> wrote:
>  > On Fri, May 7, 2010 at 6:04 PM, sebb <se...@gmail.com> wrote:
>  >  > On 08/05/2010, Paul Querna <pa...@querna.org> wrote:
>  >  >> On Fri, May 7, 2010 at 5:33 PM, sebb <se...@gmail.com> wrote:
>  >  >>  > On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>  >  >>  >> On Fri, May 7, 2010 at 3:48 AM, sebb <se...@gmail.com> wrote:
>  >  >>  >>  > On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>  >  >>  >>  >> Test tarballs for Apache Libcloud 0.3.1 are available at:
>  >  >>  >>  >>   <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>  >  >>  >>  >
>  >  >>  >>  > Where is the KEYS file?
>  >  >>  >>
>  >  >>  >>
>  >  >>  >> http://www.apache.org/dist/incubator/libcloud/KEYS
>  >  >>  >>
>  >  >>  >>
>  >  >>  >>  > The directory structures of the bz2 and zip archives are different - the file
>  >  >>  >>  > r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>  >  >>  >>  > is in a different place in the archives. The bz2 archive needs to be corrected.
>  >  >>  >>
>  >  >>  >>
>  >  >>  >> I don't understand what or why this is a problem.   We use python's
>  >  >>  >>  distutils to create both the zip file and the tarbz2 from the same
>  >  >>  >>  export of the 0.3.0 source.  The order of a file in a tar-strream
>  >  >>  >>  compared to a zip shouldn't matter in material way that I can think
>  >  >>  >>  of.
>  >  >>  >>
>  >  >>  >
>  >  >>  > It's not the order that is the problem - the directory structure is different.
>  >  >>  > The file is in a different directory in the two archives.
>  >  >>
>  >  >>
>  >  >>
>  >  >> $ find . -name r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>  >  >>  ./tar/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>  >  >>  ./zip/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>  >  >>
>  >  >>  I am unable to reproduce this problem on osx using the command line
>  >  >>  tar and unzip tools?
>  >  >>
>  >  >>  How are you extracting the tarball/zip file?
>  >  >
>  >  > Using an Ant script which uses:
>  >  >
>  >  >    <bunzip2 src="${pathname}" dest="${filename}"/>
>  >  >    <untar  src="${filename}" dest="${filename}-bz2"/>
>  >  >    <delete file="${filename}"/>
>  >  >
>  >  > with the appropriate settings.
>  >  >
>  >  > In the expanded bz2 archive, the file is in:
>  >  >
>  >  > test\fixtures\rimuhosting
>  >  >
>  >  > This is in parallel with
>  >  > apache-libcloud-0.3.1
>  >  > under which all the other files appear.
>  >  >
>  >  > whereas in the expanded zip archive, the file is in:
>  >  >
>  >  > apache-libcloud-0.3.1\test\fixtures\rimuhosting
>  >  >
>  >  > I don't know whether it is relevant, but the file name is
>  >  > significantly longer than any of the others.
>  >
>  >
>  > its a bug in ant:
>  >  https://issues.apache.org/bugzilla/show_bug.cgi?id=41924
>
>
> Ah - did not know about that.
>  It seems Winzip 9.0 has the same problem reading the tar file.
>
>  Might perhaps be worth renaming the file if that is possible?

Or use a different tool to create the tar - I just tried using Ant to
create the tar file with  longfile="gnu", and the resulting tar file
is readable with both Ant and Winzip.

Although using Ant creates an additional dependency, Ant is very commonly used.
Also, Ant is cross-platform, unlike the current build tool.

>
>  >
>  >  ---------------------------------------------------------------------
>  >  To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>  >  For additional commands, e-mail: general-help@incubator.apache.org
>  >
>  >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [VOTE] Release Apache Libcloud 0.3.1

Posted by sebb <se...@gmail.com>.
On 08/05/2010, Paul Querna <pa...@querna.org> wrote:
> On Fri, May 7, 2010 at 6:04 PM, sebb <se...@gmail.com> wrote:
>  > On 08/05/2010, Paul Querna <pa...@querna.org> wrote:
>  >> On Fri, May 7, 2010 at 5:33 PM, sebb <se...@gmail.com> wrote:
>  >>  > On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>  >>  >> On Fri, May 7, 2010 at 3:48 AM, sebb <se...@gmail.com> wrote:
>  >>  >>  > On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>  >>  >>  >> Test tarballs for Apache Libcloud 0.3.1 are available at:
>  >>  >>  >>   <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>  >>  >>  >
>  >>  >>  > Where is the KEYS file?
>  >>  >>
>  >>  >>
>  >>  >> http://www.apache.org/dist/incubator/libcloud/KEYS
>  >>  >>
>  >>  >>
>  >>  >>  > The directory structures of the bz2 and zip archives are different - the file
>  >>  >>  > r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>  >>  >>  > is in a different place in the archives. The bz2 archive needs to be corrected.
>  >>  >>
>  >>  >>
>  >>  >> I don't understand what or why this is a problem.   We use python's
>  >>  >>  distutils to create both the zip file and the tarbz2 from the same
>  >>  >>  export of the 0.3.0 source.  The order of a file in a tar-strream
>  >>  >>  compared to a zip shouldn't matter in material way that I can think
>  >>  >>  of.
>  >>  >>
>  >>  >
>  >>  > It's not the order that is the problem - the directory structure is different.
>  >>  > The file is in a different directory in the two archives.
>  >>
>  >>
>  >>
>  >> $ find . -name r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>  >>  ./tar/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>  >>  ./zip/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>  >>
>  >>  I am unable to reproduce this problem on osx using the command line
>  >>  tar and unzip tools?
>  >>
>  >>  How are you extracting the tarball/zip file?
>  >
>  > Using an Ant script which uses:
>  >
>  >    <bunzip2 src="${pathname}" dest="${filename}"/>
>  >    <untar  src="${filename}" dest="${filename}-bz2"/>
>  >    <delete file="${filename}"/>
>  >
>  > with the appropriate settings.
>  >
>  > In the expanded bz2 archive, the file is in:
>  >
>  > test\fixtures\rimuhosting
>  >
>  > This is in parallel with
>  > apache-libcloud-0.3.1
>  > under which all the other files appear.
>  >
>  > whereas in the expanded zip archive, the file is in:
>  >
>  > apache-libcloud-0.3.1\test\fixtures\rimuhosting
>  >
>  > I don't know whether it is relevant, but the file name is
>  > significantly longer than any of the others.
>
>
> its a bug in ant:
>  https://issues.apache.org/bugzilla/show_bug.cgi?id=41924

Ah - did not know about that.
It seems Winzip 9.0 has the same problem reading the tar file.

Might perhaps be worth renaming the file if that is possible?

>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>  For additional commands, e-mail: general-help@incubator.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [VOTE] Release Apache Libcloud 0.3.1

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
Paul Querna wrote on Fri, 7 May 2010 at 18:10 -0700:
> On Fri, May 7, 2010 at 6:04 PM, sebb <se...@gmail.com> wrote:
> > On 08/05/2010, Paul Querna <pa...@querna.org> wrote:
> >> $ find . -name r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
> >>  ./tar/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
> >>  ./zip/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
> >>
> >>  I am unable to reproduce this problem on osx using the command line
> >>  tar and unzip tools?
> >>
> >>  How are you extracting the tarball/zip file?
> >
> > Using an Ant script which uses:
> >
> >    <bunzip2 src="${pathname}" dest="${filename}"/>
> >    <untar  src="${filename}" dest="${filename}-bz2"/>
> >    <delete file="${filename}"/>
> >
> > with the appropriate settings.
> >
> > In the expanded bz2 archive, the file is in:
> >
> > test\fixtures\rimuhosting
> >
> > This is in parallel with
> > apache-libcloud-0.3.1
> > under which all the other files appear.
> >
> > whereas in the expanded zip archive, the file is in:
> >
> > apache-libcloud-0.3.1\test\fixtures\rimuhosting
> >
> > I don't know whether it is relevant, but the file name is
> > significantly longer than any of the others.
> 
> its a bug in ant:

FWIW, I used to have similar issues with Subversion's tarballs on Windows.  
My solution was to extract them using those tools that don't mess up the 
directory structure.

[libcloud] Re: [VOTE] Release Apache Libcloud 0.3.1

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
Paul Querna wrote on Fri, 7 May 2010 at 18:10 -0700:
> On Fri, May 7, 2010 at 6:04 PM, sebb <se...@gmail.com> wrote:
> > On 08/05/2010, Paul Querna <pa...@querna.org> wrote:
> >> $ find . -name r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
> >>  ./tar/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
> >>  ./zip/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
> >>
> >>  I am unable to reproduce this problem on osx using the command line
> >>  tar and unzip tools?
> >>
> >>  How are you extracting the tarball/zip file?
> >
> > Using an Ant script which uses:
> >
> >    <bunzip2 src="${pathname}" dest="${filename}"/>
> >    <untar  src="${filename}" dest="${filename}-bz2"/>
> >    <delete file="${filename}"/>
> >
> > with the appropriate settings.
> >
> > In the expanded bz2 archive, the file is in:
> >
> > test\fixtures\rimuhosting
> >
> > This is in parallel with
> > apache-libcloud-0.3.1
> > under which all the other files appear.
> >
> > whereas in the expanded zip archive, the file is in:
> >
> > apache-libcloud-0.3.1\test\fixtures\rimuhosting
> >
> > I don't know whether it is relevant, but the file name is
> > significantly longer than any of the others.
> 
> its a bug in ant:

FWIW, I used to have similar issues with Subversion's tarballs on Windows.  
My solution was to extract them using those tools that don't mess up the 
directory structure.

[libcloud] Re: [VOTE] Release Apache Libcloud 0.3.1

Posted by sebb <se...@gmail.com>.
On 08/05/2010, Paul Querna <pa...@querna.org> wrote:
> On Fri, May 7, 2010 at 6:04 PM, sebb <se...@gmail.com> wrote:
>  > On 08/05/2010, Paul Querna <pa...@querna.org> wrote:
>  >> On Fri, May 7, 2010 at 5:33 PM, sebb <se...@gmail.com> wrote:
>  >>  > On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>  >>  >> On Fri, May 7, 2010 at 3:48 AM, sebb <se...@gmail.com> wrote:
>  >>  >>  > On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>  >>  >>  >> Test tarballs for Apache Libcloud 0.3.1 are available at:
>  >>  >>  >>   <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>  >>  >>  >
>  >>  >>  > Where is the KEYS file?
>  >>  >>
>  >>  >>
>  >>  >> http://www.apache.org/dist/incubator/libcloud/KEYS
>  >>  >>
>  >>  >>
>  >>  >>  > The directory structures of the bz2 and zip archives are different - the file
>  >>  >>  > r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>  >>  >>  > is in a different place in the archives. The bz2 archive needs to be corrected.
>  >>  >>
>  >>  >>
>  >>  >> I don't understand what or why this is a problem.   We use python's
>  >>  >>  distutils to create both the zip file and the tarbz2 from the same
>  >>  >>  export of the 0.3.0 source.  The order of a file in a tar-strream
>  >>  >>  compared to a zip shouldn't matter in material way that I can think
>  >>  >>  of.
>  >>  >>
>  >>  >
>  >>  > It's not the order that is the problem - the directory structure is different.
>  >>  > The file is in a different directory in the two archives.
>  >>
>  >>
>  >>
>  >> $ find . -name r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>  >>  ./tar/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>  >>  ./zip/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>  >>
>  >>  I am unable to reproduce this problem on osx using the command line
>  >>  tar and unzip tools?
>  >>
>  >>  How are you extracting the tarball/zip file?
>  >
>  > Using an Ant script which uses:
>  >
>  >    <bunzip2 src="${pathname}" dest="${filename}"/>
>  >    <untar  src="${filename}" dest="${filename}-bz2"/>
>  >    <delete file="${filename}"/>
>  >
>  > with the appropriate settings.
>  >
>  > In the expanded bz2 archive, the file is in:
>  >
>  > test\fixtures\rimuhosting
>  >
>  > This is in parallel with
>  > apache-libcloud-0.3.1
>  > under which all the other files appear.
>  >
>  > whereas in the expanded zip archive, the file is in:
>  >
>  > apache-libcloud-0.3.1\test\fixtures\rimuhosting
>  >
>  > I don't know whether it is relevant, but the file name is
>  > significantly longer than any of the others.
>
>
> its a bug in ant:
>  https://issues.apache.org/bugzilla/show_bug.cgi?id=41924

Ah - did not know about that.
It seems Winzip 9.0 has the same problem reading the tar file.

Might perhaps be worth renaming the file if that is possible?

>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>  For additional commands, e-mail: general-help@incubator.apache.org
>
>

[libcloud] Re: [VOTE] Release Apache Libcloud 0.3.1

Posted by Paul Querna <pa...@querna.org>.
On Fri, May 7, 2010 at 6:04 PM, sebb <se...@gmail.com> wrote:
> On 08/05/2010, Paul Querna <pa...@querna.org> wrote:
>> On Fri, May 7, 2010 at 5:33 PM, sebb <se...@gmail.com> wrote:
>>  > On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>>  >> On Fri, May 7, 2010 at 3:48 AM, sebb <se...@gmail.com> wrote:
>>  >>  > On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>>  >>  >> Test tarballs for Apache Libcloud 0.3.1 are available at:
>>  >>  >>   <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>>  >>  >
>>  >>  > Where is the KEYS file?
>>  >>
>>  >>
>>  >> http://www.apache.org/dist/incubator/libcloud/KEYS
>>  >>
>>  >>
>>  >>  > The directory structures of the bz2 and zip archives are different - the file
>>  >>  > r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>>  >>  > is in a different place in the archives. The bz2 archive needs to be corrected.
>>  >>
>>  >>
>>  >> I don't understand what or why this is a problem.   We use python's
>>  >>  distutils to create both the zip file and the tarbz2 from the same
>>  >>  export of the 0.3.0 source.  The order of a file in a tar-strream
>>  >>  compared to a zip shouldn't matter in material way that I can think
>>  >>  of.
>>  >>
>>  >
>>  > It's not the order that is the problem - the directory structure is different.
>>  > The file is in a different directory in the two archives.
>>
>>
>>
>> $ find . -name r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>>  ./tar/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>>  ./zip/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>>
>>  I am unable to reproduce this problem on osx using the command line
>>  tar and unzip tools?
>>
>>  How are you extracting the tarball/zip file?
>
> Using an Ant script which uses:
>
>    <bunzip2 src="${pathname}" dest="${filename}"/>
>    <untar  src="${filename}" dest="${filename}-bz2"/>
>    <delete file="${filename}"/>
>
> with the appropriate settings.
>
> In the expanded bz2 archive, the file is in:
>
> test\fixtures\rimuhosting
>
> This is in parallel with
> apache-libcloud-0.3.1
> under which all the other files appear.
>
> whereas in the expanded zip archive, the file is in:
>
> apache-libcloud-0.3.1\test\fixtures\rimuhosting
>
> I don't know whether it is relevant, but the file name is
> significantly longer than any of the others.

its a bug in ant:
https://issues.apache.org/bugzilla/show_bug.cgi?id=41924

Re: [VOTE] Release Apache Libcloud 0.3.1

Posted by Paul Querna <pa...@querna.org>.
On Fri, May 7, 2010 at 6:04 PM, sebb <se...@gmail.com> wrote:
> On 08/05/2010, Paul Querna <pa...@querna.org> wrote:
>> On Fri, May 7, 2010 at 5:33 PM, sebb <se...@gmail.com> wrote:
>>  > On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>>  >> On Fri, May 7, 2010 at 3:48 AM, sebb <se...@gmail.com> wrote:
>>  >>  > On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>>  >>  >> Test tarballs for Apache Libcloud 0.3.1 are available at:
>>  >>  >>   <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>>  >>  >
>>  >>  > Where is the KEYS file?
>>  >>
>>  >>
>>  >> http://www.apache.org/dist/incubator/libcloud/KEYS
>>  >>
>>  >>
>>  >>  > The directory structures of the bz2 and zip archives are different - the file
>>  >>  > r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>>  >>  > is in a different place in the archives. The bz2 archive needs to be corrected.
>>  >>
>>  >>
>>  >> I don't understand what or why this is a problem.   We use python's
>>  >>  distutils to create both the zip file and the tarbz2 from the same
>>  >>  export of the 0.3.0 source.  The order of a file in a tar-strream
>>  >>  compared to a zip shouldn't matter in material way that I can think
>>  >>  of.
>>  >>
>>  >
>>  > It's not the order that is the problem - the directory structure is different.
>>  > The file is in a different directory in the two archives.
>>
>>
>>
>> $ find . -name r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>>  ./tar/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>>  ./zip/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>>
>>  I am unable to reproduce this problem on osx using the command line
>>  tar and unzip tools?
>>
>>  How are you extracting the tarball/zip file?
>
> Using an Ant script which uses:
>
>    <bunzip2 src="${pathname}" dest="${filename}"/>
>    <untar  src="${filename}" dest="${filename}-bz2"/>
>    <delete file="${filename}"/>
>
> with the appropriate settings.
>
> In the expanded bz2 archive, the file is in:
>
> test\fixtures\rimuhosting
>
> This is in parallel with
> apache-libcloud-0.3.1
> under which all the other files appear.
>
> whereas in the expanded zip archive, the file is in:
>
> apache-libcloud-0.3.1\test\fixtures\rimuhosting
>
> I don't know whether it is relevant, but the file name is
> significantly longer than any of the others.

its a bug in ant:
https://issues.apache.org/bugzilla/show_bug.cgi?id=41924

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


[libcloud] Re: [VOTE] Release Apache Libcloud 0.3.1

Posted by sebb <se...@gmail.com>.
On 08/05/2010, Paul Querna <pa...@querna.org> wrote:
> On Fri, May 7, 2010 at 5:33 PM, sebb <se...@gmail.com> wrote:
>  > On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>  >> On Fri, May 7, 2010 at 3:48 AM, sebb <se...@gmail.com> wrote:
>  >>  > On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>  >>  >> Test tarballs for Apache Libcloud 0.3.1 are available at:
>  >>  >>   <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>  >>  >
>  >>  > Where is the KEYS file?
>  >>
>  >>
>  >> http://www.apache.org/dist/incubator/libcloud/KEYS
>  >>
>  >>
>  >>  > The directory structures of the bz2 and zip archives are different - the file
>  >>  > r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>  >>  > is in a different place in the archives. The bz2 archive needs to be corrected.
>  >>
>  >>
>  >> I don't understand what or why this is a problem.   We use python's
>  >>  distutils to create both the zip file and the tarbz2 from the same
>  >>  export of the 0.3.0 source.  The order of a file in a tar-strream
>  >>  compared to a zip shouldn't matter in material way that I can think
>  >>  of.
>  >>
>  >
>  > It's not the order that is the problem - the directory structure is different.
>  > The file is in a different directory in the two archives.
>
>
>
> $ find . -name r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>  ./tar/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>  ./zip/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>
>  I am unable to reproduce this problem on osx using the command line
>  tar and unzip tools?
>
>  How are you extracting the tarball/zip file?

Using an Ant script which uses:

    <bunzip2 src="${pathname}" dest="${filename}"/>
    <untar  src="${filename}" dest="${filename}-bz2"/>
    <delete file="${filename}"/>

with the appropriate settings.

In the expanded bz2 archive, the file is in:

test\fixtures\rimuhosting

This is in parallel with
apache-libcloud-0.3.1
under which all the other files appear.

whereas in the expanded zip archive, the file is in:

apache-libcloud-0.3.1\test\fixtures\rimuhosting

I don't know whether it is relevant, but the file name is
significantly longer than any of the others.

>
>  Thanks,
>
>  Paul
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>  For additional commands, e-mail: general-help@incubator.apache.org
>
>

Re: [VOTE] Release Apache Libcloud 0.3.1

Posted by sebb <se...@gmail.com>.
On 08/05/2010, Paul Querna <pa...@querna.org> wrote:
> On Fri, May 7, 2010 at 5:33 PM, sebb <se...@gmail.com> wrote:
>  > On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>  >> On Fri, May 7, 2010 at 3:48 AM, sebb <se...@gmail.com> wrote:
>  >>  > On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>  >>  >> Test tarballs for Apache Libcloud 0.3.1 are available at:
>  >>  >>   <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>  >>  >
>  >>  > Where is the KEYS file?
>  >>
>  >>
>  >> http://www.apache.org/dist/incubator/libcloud/KEYS
>  >>
>  >>
>  >>  > The directory structures of the bz2 and zip archives are different - the file
>  >>  > r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>  >>  > is in a different place in the archives. The bz2 archive needs to be corrected.
>  >>
>  >>
>  >> I don't understand what or why this is a problem.   We use python's
>  >>  distutils to create both the zip file and the tarbz2 from the same
>  >>  export of the 0.3.0 source.  The order of a file in a tar-strream
>  >>  compared to a zip shouldn't matter in material way that I can think
>  >>  of.
>  >>
>  >
>  > It's not the order that is the problem - the directory structure is different.
>  > The file is in a different directory in the two archives.
>
>
>
> $ find . -name r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>  ./tar/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>  ./zip/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>
>  I am unable to reproduce this problem on osx using the command line
>  tar and unzip tools?
>
>  How are you extracting the tarball/zip file?

Using an Ant script which uses:

    <bunzip2 src="${pathname}" dest="${filename}"/>
    <untar  src="${filename}" dest="${filename}-bz2"/>
    <delete file="${filename}"/>

with the appropriate settings.

In the expanded bz2 archive, the file is in:

test\fixtures\rimuhosting

This is in parallel with
apache-libcloud-0.3.1
under which all the other files appear.

whereas in the expanded zip archive, the file is in:

apache-libcloud-0.3.1\test\fixtures\rimuhosting

I don't know whether it is relevant, but the file name is
significantly longer than any of the others.

>
>  Thanks,
>
>  Paul
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>  For additional commands, e-mail: general-help@incubator.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


[libcloud] Re: [VOTE] Release Apache Libcloud 0.3.1

Posted by Paul Querna <pa...@querna.org>.
On Fri, May 7, 2010 at 5:33 PM, sebb <se...@gmail.com> wrote:
> On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>> On Fri, May 7, 2010 at 3:48 AM, sebb <se...@gmail.com> wrote:
>>  > On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>>  >> Test tarballs for Apache Libcloud 0.3.1 are available at:
>>  >>   <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>>  >
>>  > Where is the KEYS file?
>>
>>
>> http://www.apache.org/dist/incubator/libcloud/KEYS
>>
>>
>>  > The directory structures of the bz2 and zip archives are different - the file
>>  > r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>>  > is in a different place in the archives. The bz2 archive needs to be corrected.
>>
>>
>> I don't understand what or why this is a problem.   We use python's
>>  distutils to create both the zip file and the tarbz2 from the same
>>  export of the 0.3.0 source.  The order of a file in a tar-strream
>>  compared to a zip shouldn't matter in material way that I can think
>>  of.
>>
>
> It's not the order that is the problem - the directory structure is different.
> The file is in a different directory in the two archives.


$ find . -name r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
./tar/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
./zip/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json

I am unable to reproduce this problem on osx using the command line
tar and unzip tools?

How are you extracting the tarball/zip file?

Thanks,

Paul

Re: [VOTE] Release Apache Libcloud 0.3.1

Posted by Paul Querna <pa...@querna.org>.
On Fri, May 7, 2010 at 5:33 PM, sebb <se...@gmail.com> wrote:
> On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>> On Fri, May 7, 2010 at 3:48 AM, sebb <se...@gmail.com> wrote:
>>  > On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>>  >> Test tarballs for Apache Libcloud 0.3.1 are available at:
>>  >>   <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>>  >
>>  > Where is the KEYS file?
>>
>>
>> http://www.apache.org/dist/incubator/libcloud/KEYS
>>
>>
>>  > The directory structures of the bz2 and zip archives are different - the file
>>  > r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>>  > is in a different place in the archives. The bz2 archive needs to be corrected.
>>
>>
>> I don't understand what or why this is a problem.   We use python's
>>  distutils to create both the zip file and the tarbz2 from the same
>>  export of the 0.3.0 source.  The order of a file in a tar-strream
>>  compared to a zip shouldn't matter in material way that I can think
>>  of.
>>
>
> It's not the order that is the problem - the directory structure is different.
> The file is in a different directory in the two archives.


$ find . -name r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
./tar/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
./zip/apache-libcloud-0.3.1/test/fixtures/rimuhosting/r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json

I am unable to reproduce this problem on osx using the command line
tar and unzip tools?

How are you extracting the tarball/zip file?

Thanks,

Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [VOTE] Release Apache Libcloud 0.3.1

Posted by sebb <se...@gmail.com>.
On 08/05/2010, sebb <se...@gmail.com> wrote:
> On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>  > On Fri, May 7, 2010 at 3:48 AM, sebb <se...@gmail.com> wrote:
>  >  > On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>  >  >> Test tarballs for Apache Libcloud 0.3.1 are available at:
>  >  >>   <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>  >  >
>  >  > Where is the KEYS file?
>  >
>  >
>  > http://www.apache.org/dist/incubator/libcloud/KEYS
>  >

<quote>
This file contains the PGP keys of various developers that work on
the Apache HTTP Server and its subprojects.
</quote>

Copy-paste error?

>  >
>  >  > The directory structures of the bz2 and zip archives are different - the file
>  >  > r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>  >  > is in a different place in the archives. The bz2 archive needs to be corrected.
>  >
>  >
>  > I don't understand what or why this is a problem.   We use python's
>  >  distutils to create both the zip file and the tarbz2 from the same
>  >  export of the 0.3.0 source.  The order of a file in a tar-strream
>  >  compared to a zip shouldn't matter in material way that I can think
>  >  of.
>  >
>
>
> It's not the order that is the problem - the directory structure is different.
>  The file is in a different directory in the two archives.
>
>
>  >  > The XML files under fixtures should have AL headers.
>  >  > As far as I can tell, adding such comments does not affect the test cases.
>  >
>  >
>  > We are not adding license blocks to test case fixtures that are
>  >  response bodies from APIs.
>  >
>  >
>  >  > -1
>  >  >
>  >  > Minor problem:
>  >  >
>  >  > There is no mention of the dependency on zope.
>  >  >
>  >  >>  Please test and place your votes please;
>  >  >>
>  >  >>   +/- 1
>  >  >>   [  ]  Release Apache Libcloud 0.3.1
>  >  >>
>  >  >>  Vote closes on Monday May 10, 2010 at 1pm PST.
>  >  >>
>  >  >>  This release fixes several issues related to the license blocks,
>  >  >>  NOTICE file, and test cases that were noticed in the scrubbed 0.3.0
>  >  >>  release.
>  >  >>
>  >  >>  It is based upon this tag:
>  >  >>  <https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.3.1>
>  >  >>
>  >  >>  Thanks,
>  >  >>
>  >  >>  Paul
>  >  >>
>  >  >>  ---------------------------------------------------------------------
>  >  >>  To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>  >  >>  For additional commands, e-mail: general-help@incubator.apache.org
>  >  >>
>  >  >>
>  >  >
>  >  > ---------------------------------------------------------------------
>  >  > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>  >  > For additional commands, e-mail: general-help@incubator.apache.org
>  >  >
>  >  >
>  >
>  >  ---------------------------------------------------------------------
>  >  To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>  >  For additional commands, e-mail: general-help@incubator.apache.org
>  >
>  >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


[libcloud] Re: [VOTE] Release Apache Libcloud 0.3.1

Posted by sebb <se...@gmail.com>.
On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
> On Fri, May 7, 2010 at 3:48 AM, sebb <se...@gmail.com> wrote:
>  > On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>  >> Test tarballs for Apache Libcloud 0.3.1 are available at:
>  >>   <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>  >
>  > Where is the KEYS file?
>
>
> http://www.apache.org/dist/incubator/libcloud/KEYS
>
>
>  > The directory structures of the bz2 and zip archives are different - the file
>  > r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>  > is in a different place in the archives. The bz2 archive needs to be corrected.
>
>
> I don't understand what or why this is a problem.   We use python's
>  distutils to create both the zip file and the tarbz2 from the same
>  export of the 0.3.0 source.  The order of a file in a tar-strream
>  compared to a zip shouldn't matter in material way that I can think
>  of.
>

It's not the order that is the problem - the directory structure is different.
The file is in a different directory in the two archives.

>  > The XML files under fixtures should have AL headers.
>  > As far as I can tell, adding such comments does not affect the test cases.
>
>
> We are not adding license blocks to test case fixtures that are
>  response bodies from APIs.
>
>
>  > -1
>  >
>  > Minor problem:
>  >
>  > There is no mention of the dependency on zope.
>  >
>  >>  Please test and place your votes please;
>  >>
>  >>   +/- 1
>  >>   [  ]  Release Apache Libcloud 0.3.1
>  >>
>  >>  Vote closes on Monday May 10, 2010 at 1pm PST.
>  >>
>  >>  This release fixes several issues related to the license blocks,
>  >>  NOTICE file, and test cases that were noticed in the scrubbed 0.3.0
>  >>  release.
>  >>
>  >>  It is based upon this tag:
>  >>  <https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.3.1>
>  >>
>  >>  Thanks,
>  >>
>  >>  Paul
>  >>
>  >>  ---------------------------------------------------------------------
>  >>  To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>  >>  For additional commands, e-mail: general-help@incubator.apache.org
>  >>
>  >>
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>  > For additional commands, e-mail: general-help@incubator.apache.org
>  >
>  >
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>  For additional commands, e-mail: general-help@incubator.apache.org
>
>

Re: [VOTE] Release Apache Libcloud 0.3.1

Posted by sebb <se...@gmail.com>.
On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
> On Fri, May 7, 2010 at 3:48 AM, sebb <se...@gmail.com> wrote:
>  > On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>  >> Test tarballs for Apache Libcloud 0.3.1 are available at:
>  >>   <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>  >
>  > Where is the KEYS file?
>
>
> http://www.apache.org/dist/incubator/libcloud/KEYS
>
>
>  > The directory structures of the bz2 and zip archives are different - the file
>  > r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
>  > is in a different place in the archives. The bz2 archive needs to be corrected.
>
>
> I don't understand what or why this is a problem.   We use python's
>  distutils to create both the zip file and the tarbz2 from the same
>  export of the 0.3.0 source.  The order of a file in a tar-strream
>  compared to a zip shouldn't matter in material way that I can think
>  of.
>

It's not the order that is the problem - the directory structure is different.
The file is in a different directory in the two archives.

>  > The XML files under fixtures should have AL headers.
>  > As far as I can tell, adding such comments does not affect the test cases.
>
>
> We are not adding license blocks to test case fixtures that are
>  response bodies from APIs.
>
>
>  > -1
>  >
>  > Minor problem:
>  >
>  > There is no mention of the dependency on zope.
>  >
>  >>  Please test and place your votes please;
>  >>
>  >>   +/- 1
>  >>   [  ]  Release Apache Libcloud 0.3.1
>  >>
>  >>  Vote closes on Monday May 10, 2010 at 1pm PST.
>  >>
>  >>  This release fixes several issues related to the license blocks,
>  >>  NOTICE file, and test cases that were noticed in the scrubbed 0.3.0
>  >>  release.
>  >>
>  >>  It is based upon this tag:
>  >>  <https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.3.1>
>  >>
>  >>  Thanks,
>  >>
>  >>  Paul
>  >>
>  >>  ---------------------------------------------------------------------
>  >>  To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>  >>  For additional commands, e-mail: general-help@incubator.apache.org
>  >>
>  >>
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>  > For additional commands, e-mail: general-help@incubator.apache.org
>  >
>  >
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>  For additional commands, e-mail: general-help@incubator.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [VOTE] Release Apache Libcloud 0.3.1

Posted by Paul Querna <pa...@querna.org>.
On Fri, May 7, 2010 at 3:48 AM, sebb <se...@gmail.com> wrote:
> On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>> Test tarballs for Apache Libcloud 0.3.1 are available at:
>>   <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>
> Where is the KEYS file?

http://www.apache.org/dist/incubator/libcloud/KEYS

> The directory structures of the bz2 and zip archives are different - the file
> r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
> is in a different place in the archives. The bz2 archive needs to be corrected.

I don't understand what or why this is a problem.   We use python's
distutils to create both the zip file and the tarbz2 from the same
export of the 0.3.0 source.  The order of a file in a tar-strream
compared to a zip shouldn't matter in material way that I can think
of.

> The XML files under fixtures should have AL headers.
> As far as I can tell, adding such comments does not affect the test cases.

We are not adding license blocks to test case fixtures that are
response bodies from APIs.

> -1
>
> Minor problem:
>
> There is no mention of the dependency on zope.
>
>>  Please test and place your votes please;
>>
>>   +/- 1
>>   [  ]  Release Apache Libcloud 0.3.1
>>
>>  Vote closes on Monday May 10, 2010 at 1pm PST.
>>
>>  This release fixes several issues related to the license blocks,
>>  NOTICE file, and test cases that were noticed in the scrubbed 0.3.0
>>  release.
>>
>>  It is based upon this tag:
>>  <https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.3.1>
>>
>>  Thanks,
>>
>>  Paul
>>
>>  ---------------------------------------------------------------------
>>  To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>>  For additional commands, e-mail: general-help@incubator.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> For additional commands, e-mail: general-help@incubator.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


[libcloud] Re: [VOTE] Release Apache Libcloud 0.3.1

Posted by Paul Querna <pa...@querna.org>.
On Fri, May 7, 2010 at 3:48 AM, sebb <se...@gmail.com> wrote:
> On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
>> Test tarballs for Apache Libcloud 0.3.1 are available at:
>>   <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>
> Where is the KEYS file?

http://www.apache.org/dist/incubator/libcloud/KEYS

> The directory structures of the bz2 and zip archives are different - the file
> r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
> is in a different place in the archives. The bz2 archive needs to be corrected.

I don't understand what or why this is a problem.   We use python's
distutils to create both the zip file and the tarbz2 from the same
export of the 0.3.0 source.  The order of a file in a tar-strream
compared to a zip shouldn't matter in material way that I can think
of.

> The XML files under fixtures should have AL headers.
> As far as I can tell, adding such comments does not affect the test cases.

We are not adding license blocks to test case fixtures that are
response bodies from APIs.

> -1
>
> Minor problem:
>
> There is no mention of the dependency on zope.
>
>>  Please test and place your votes please;
>>
>>   +/- 1
>>   [  ]  Release Apache Libcloud 0.3.1
>>
>>  Vote closes on Monday May 10, 2010 at 1pm PST.
>>
>>  This release fixes several issues related to the license blocks,
>>  NOTICE file, and test cases that were noticed in the scrubbed 0.3.0
>>  release.
>>
>>  It is based upon this tag:
>>  <https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.3.1>
>>
>>  Thanks,
>>
>>  Paul
>>
>>  ---------------------------------------------------------------------
>>  To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>>  For additional commands, e-mail: general-help@incubator.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> For additional commands, e-mail: general-help@incubator.apache.org
>
>

Re: [VOTE] Release Apache Libcloud 0.3.1

Posted by sebb <se...@gmail.com>.
On 07/05/2010, Paul Querna <pa...@querna.org> wrote:
> Test tarballs for Apache Libcloud 0.3.1 are available at:
>   <http://people.apache.org/~pquerna/libcloud-0.3.1/>

Where is the KEYS file?

The directory structures of the bz2 and zip archives are different - the file
r_orders_order_88833465_api_ivan_net_nz_vps_running_state.json
is in a different place in the archives. The bz2 archive needs to be corrected.

The XML files under fixtures should have AL headers.
As far as I can tell, adding such comments does not affect the test cases.

-1

Minor problem:

There is no mention of the dependency on zope.

>  Please test and place your votes please;
>
>   +/- 1
>   [  ]  Release Apache Libcloud 0.3.1
>
>  Vote closes on Monday May 10, 2010 at 1pm PST.
>
>  This release fixes several issues related to the license blocks,
>  NOTICE file, and test cases that were noticed in the scrubbed 0.3.0
>  release.
>
>  It is based upon this tag:
>  <https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.3.1>
>
>  Thanks,
>
>  Paul
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>  For additional commands, e-mail: general-help@incubator.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [libcloud] [VOTE] Release Apache Libcloud 0.3.1

Posted by Jerry Chen <je...@apache.org>.
On May 7, 2010, at 3:03 PM, Paul Querna wrote:

> On Fri, May 7, 2010 at 8:48 AM, Matt Hogstrom <ma...@hogstrom.org> wrote:
>> I looked at the bzip file.  Signatures are good and I spot checked files in the release.  The key validated but I pulled a copy from a public server.  We need a KEYS file.
> 
> I've added a KEYS file:
> http://www.apache.org/dist/incubator/libcloud/KEYS

Furthermore, a link to KEYS has been retroactively added to the site's download page.

Cheers,
Jerry

Re: [libcloud] [VOTE] Release Apache Libcloud 0.3.1

Posted by Paul Querna <pa...@querna.org>.
On Fri, May 7, 2010 at 8:48 AM, Matt Hogstrom <ma...@hogstrom.org> wrote:
> I looked at the bzip file.  Signatures are good and I spot checked files in the release.  The key validated but I pulled a copy from a public server.  We need a KEYS file.

I've added a KEYS file:
http://www.apache.org/dist/incubator/libcloud/KEYS

> ~/Downloads> gpg --verify apache-libcloud-incubating-0.3.1.tar.bz2.asc
> gpg: Signature made Thu May  6 16:01:25 2010 PDT using DSA key ID 42721F00
> gpg: Good signature from "Paul Querna <ch...@force-elite.com>"
> gpg:                 aka "Paul Querna <ch...@cyan.com>"
> gpg:                 aka "Paul Querna <ch...@corelands.com>"
> gpg:                 aka "Paul Querna <pq...@apache.org>"
> gpg:                 aka "Paul Querna (cloudkick) <pq...@cloudkick.com>"
>
> get the KEYS file and I'll give you a plus one.

Thanks,

Paul

Re: [libcloud] [VOTE] Release Apache Libcloud 0.3.1

Posted by Matt Hogstrom <ma...@hogstrom.org>.
I looked at the bzip file.  Signatures are good and I spot checked files in the release.  The key validated but I pulled a copy from a public server.  We need a KEYS file.

~/Downloads> gpg --verify apache-libcloud-incubating-0.3.1.tar.bz2.asc 
gpg: Signature made Thu May  6 16:01:25 2010 PDT using DSA key ID 42721F00
gpg: Good signature from "Paul Querna <ch...@force-elite.com>"
gpg:                 aka "Paul Querna <ch...@cyan.com>"
gpg:                 aka "Paul Querna <ch...@corelands.com>"
gpg:                 aka "Paul Querna <pq...@apache.org>"
gpg:                 aka "Paul Querna (cloudkick) <pq...@cloudkick.com>"

get the KEYS file and I'll give you a plus one.

On May 6, 2010, at 4:09 PM, Paul Querna wrote:

> Test tarballs for Apache Libcloud 0.3.1 are available at:
> <http://people.apache.org/~pquerna/libcloud-0.3.1/>
> 
> Please test and place your votes please;
> 
> +/- 1
> [  ]  Release Apache Libcloud 0.3.1
> 
> Vote closes on Monday May 10, 2010 at 1pm PST.
> 
> This release fixes several issues related to the license blocks,
> NOTICE file, and test cases that were noticed in the scrubbed 0.3.0
> release.
> 
> It is based upon this tag:
> <https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.3.1>
> 
> Thanks,
> 
> Paul


[libcloud] Re: [VOTE] Release Apache Libcloud 0.3.1

Posted by Paul Querna <pa...@querna.org>.
FTR, +1 from me.

On Thu, May 6, 2010 at 4:09 PM, Paul Querna <pa...@querna.org> wrote:
> Test tarballs for Apache Libcloud 0.3.1 are available at:
>  <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>
> Please test and place your votes please;
>
>  +/- 1
>  [  ]  Release Apache Libcloud 0.3.1
>
> Vote closes on Monday May 10, 2010 at 1pm PST.
>
> This release fixes several issues related to the license blocks,
> NOTICE file, and test cases that were noticed in the scrubbed 0.3.0
> release.
>
> It is based upon this tag:
> <https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.3.1>
>
> Thanks,
>
> Paul
>

Re: [VOTE] Release Apache Libcloud 0.3.1

Posted by Paul Querna <pa...@querna.org>.
FTR, +1 from me.

On Thu, May 6, 2010 at 4:09 PM, Paul Querna <pa...@querna.org> wrote:
> Test tarballs for Apache Libcloud 0.3.1 are available at:
>  <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>
> Please test and place your votes please;
>
>  +/- 1
>  [  ]  Release Apache Libcloud 0.3.1
>
> Vote closes on Monday May 10, 2010 at 1pm PST.
>
> This release fixes several issues related to the license blocks,
> NOTICE file, and test cases that were noticed in the scrubbed 0.3.0
> release.
>
> It is based upon this tag:
> <https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.3.1>
>
> Thanks,
>
> Paul
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [libcloud] [VOTE] Release Apache Libcloud 0.3.1

Posted by Jerry Chen <je...@apache.org>.
+1 for 0.3.1 release.

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [libcloud] [VOTE] Release Apache Libcloud 0.3.1

Posted by Jerry Chen <je...@apache.org>.
+1 for 0.3.1 release.

Re: [libcloud] [VOTE] Release Apache Libcloud 0.3.1

Posted by Matt Hogstrom <ma...@hogstrom.org>.
+1 (binding)

On May 6, 2010, at 4:09 PM, Paul Querna wrote:

> Test tarballs for Apache Libcloud 0.3.1 are available at:
> <http://people.apache.org/~pquerna/libcloud-0.3.1/>
> 
> Please test and place your votes please;
> 
> +/- 1
> [  ]  Release Apache Libcloud 0.3.1
> 
> Vote closes on Monday May 10, 2010 at 1pm PST.
> 
> This release fixes several issues related to the license blocks,
> NOTICE file, and test cases that were noticed in the scrubbed 0.3.0
> release.
> 
> It is based upon this tag:
> <https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.3.1>
> 
> Thanks,
> 
> Paul


Re: [libcloud] [VOTE] Release Apache Libcloud 0.3.1

Posted by Jeremy Orem <je...@gmail.com>.
+1

-Jeremy

On Thu, May 6, 2010 at 4:09 PM, Paul Querna <pa...@querna.org> wrote:
> Test tarballs for Apache Libcloud 0.3.1 are available at:
>  <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>
> Please test and place your votes please;
>
>  +/- 1
>  [  ]  Release Apache Libcloud 0.3.1
>
> Vote closes on Monday May 10, 2010 at 1pm PST.
>
> This release fixes several issues related to the license blocks,
> NOTICE file, and test cases that were noticed in the scrubbed 0.3.0
> release.
>
> It is based upon this tag:
> <https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.3.1>
>
> Thanks,
>
> Paul
>

[libcloud] RE: [VOTE] Release Apache Libcloud 0.3.1

Posted by "Gav..." <ga...@16degrees.com.au>.
No problems my end.

+1

Gav...


> -----Original Message-----
> From: Paul Querna [mailto:paul@querna.org]
> Sent: Friday, 7 May 2010 9:09 AM
> To: libcloud@incubator.apache.org; general@incubator.apache.org
> Subject: [VOTE] Release Apache Libcloud 0.3.1
> 
> Test tarballs for Apache Libcloud 0.3.1 are available at:
>  <http://people.apache.org/~pquerna/libcloud-0.3.1/>
> 
> Please test and place your votes please;
> 
>  +/- 1
>  [  ]  Release Apache Libcloud 0.3.1
> 
> Vote closes on Monday May 10, 2010 at 1pm PST.
> 
> This release fixes several issues related to the license blocks,
> NOTICE file, and test cases that were noticed in the scrubbed 0.3.0
> release.
> 
> It is based upon this tag:
> <https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.3.1>
> 
> Thanks,
> 
> Paul
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> For additional commands, e-mail: general-help@incubator.apache.org




Re: [VOTE] Release Apache Libcloud 0.3.1

Posted by Paul Querna <pa...@querna.org>.
Vote has ended:
ipmc binding +1 from: ant, matt hogstorm, pquerna, gavin
other +1s from: oremj, polvi, cicero, tdavis, eric woods,
non-binding -1 from sebb

The vote passes. Apache Libcloud 0.3.1 is released. I'm pushing it out
to the dist website now, and will post the announcement email in about
a day once the mirrors sync.

Thanks Everyone,

Paul


On Thu, May 6, 2010 at 4:09 PM, Paul Querna <pa...@querna.org> wrote:
> Test tarballs for Apache Libcloud 0.3.1 are available at:
>  <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>
> Please test and place your votes please;
>
>  +/- 1
>  [  ]  Release Apache Libcloud 0.3.1
>
> Vote closes on Monday May 10, 2010 at 1pm PST.
>
> This release fixes several issues related to the license blocks,
> NOTICE file, and test cases that were noticed in the scrubbed 0.3.0
> release.
>
> It is based upon this tag:
> <https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.3.1>
>
> Thanks,
>
> Paul
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [libcloud] [VOTE] Release Apache Libcloud 0.3.1

Posted by ant elder <an...@gmail.com>.
+1

One minor nit is the Changes file still talks about 0.3.0.

   ...ant

On Fri, May 7, 2010 at 12:09 AM, Paul Querna <pa...@querna.org> wrote:
> Test tarballs for Apache Libcloud 0.3.1 are available at:
>  <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>
> Please test and place your votes please;
>
>  +/- 1
>  [  ]  Release Apache Libcloud 0.3.1
>
> Vote closes on Monday May 10, 2010 at 1pm PST.
>
> This release fixes several issues related to the license blocks,
> NOTICE file, and test cases that were noticed in the scrubbed 0.3.0
> release.
>
> It is based upon this tag:
> <https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.3.1>
>
> Thanks,
>
> Paul
>

RE: [VOTE] Release Apache Libcloud 0.3.1

Posted by "Gav..." <ga...@16degrees.com.au>.
No problems my end.

+1

Gav...


> -----Original Message-----
> From: Paul Querna [mailto:paul@querna.org]
> Sent: Friday, 7 May 2010 9:09 AM
> To: libcloud@incubator.apache.org; general@incubator.apache.org
> Subject: [VOTE] Release Apache Libcloud 0.3.1
> 
> Test tarballs for Apache Libcloud 0.3.1 are available at:
>  <http://people.apache.org/~pquerna/libcloud-0.3.1/>
> 
> Please test and place your votes please;
> 
>  +/- 1
>  [  ]  Release Apache Libcloud 0.3.1
> 
> Vote closes on Monday May 10, 2010 at 1pm PST.
> 
> This release fixes several issues related to the license blocks,
> NOTICE file, and test cases that were noticed in the scrubbed 0.3.0
> release.
> 
> It is based upon this tag:
> <https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.3.1>
> 
> Thanks,
> 
> Paul
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> For additional commands, e-mail: general-help@incubator.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [libcloud] [VOTE] Release Apache Libcloud 0.3.1

Posted by Tom Davis <to...@dislocatedday.com>.
+1! Movin' right along...

On May 9, 2010, at 3:14 PM, Alex Polvi <po...@cloudkick.com> wrote:

> On Thu, May 6, 2010 at 4:09 PM, Paul Querna <pa...@querna.org> wrote:
>> Test tarballs for Apache Libcloud 0.3.1 are available at:
>>  <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>>
>> Please test and place your votes please;
>>
>>  +/- 1
>>  [  ]  Release Apache Libcloud 0.3.1
>
> +1. Need to get the CHANGES and .dst thing fixed in .2
>
>
> -Alex
>
>
>>
>> Vote closes on Monday May 10, 2010 at 1pm PST.
>>
>> This release fixes several issues related to the license blocks,
>> NOTICE file, and test cases that were noticed in the scrubbed 0.3.0
>> release.
>>
>> It is based upon this tag:
>> <https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.3.1>
>>
>> Thanks,
>>
>> Paul
>>
>
>
>
> -- 
> co-founder, cloudkick.com
> twitter.com/cloudkick
> 541 231 0624

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [libcloud] [VOTE] Release Apache Libcloud 0.3.1

Posted by Tom Davis <to...@dislocatedday.com>.
+1! Movin' right along...

On May 9, 2010, at 3:14 PM, Alex Polvi <po...@cloudkick.com> wrote:

> On Thu, May 6, 2010 at 4:09 PM, Paul Querna <pa...@querna.org> wrote:
>> Test tarballs for Apache Libcloud 0.3.1 are available at:
>>  <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>>
>> Please test and place your votes please;
>>
>>  +/- 1
>>  [  ]  Release Apache Libcloud 0.3.1
>
> +1. Need to get the CHANGES and .dst thing fixed in .2
>
>
> -Alex
>
>
>>
>> Vote closes on Monday May 10, 2010 at 1pm PST.
>>
>> This release fixes several issues related to the license blocks,
>> NOTICE file, and test cases that were noticed in the scrubbed 0.3.0
>> release.
>>
>> It is based upon this tag:
>> <https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.3.1>
>>
>> Thanks,
>>
>> Paul
>>
>
>
>
> -- 
> co-founder, cloudkick.com
> twitter.com/cloudkick
> 541 231 0624

Re: [libcloud] [VOTE] Release Apache Libcloud 0.3.1

Posted by Alex Polvi <po...@cloudkick.com>.
On Thu, May 6, 2010 at 4:09 PM, Paul Querna <pa...@querna.org> wrote:
> Test tarballs for Apache Libcloud 0.3.1 are available at:
>  <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>
> Please test and place your votes please;
>
>  +/- 1
>  [  ]  Release Apache Libcloud 0.3.1

+1. Need to get the CHANGES and .dst thing fixed in .2


-Alex


>
> Vote closes on Monday May 10, 2010 at 1pm PST.
>
> This release fixes several issues related to the license blocks,
> NOTICE file, and test cases that were noticed in the scrubbed 0.3.0
> release.
>
> It is based upon this tag:
> <https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.3.1>
>
> Thanks,
>
> Paul
>



-- 
co-founder, cloudkick.com
twitter.com/cloudkick
541 231 0624

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


[libcloud] Re: [VOTE] Release Apache Libcloud 0.3.1

Posted by Paul Querna <pa...@querna.org>.
Vote has ended:
ipmc binding +1 from: ant, matt hogstorm, pquerna, gavin
other +1s from: oremj, polvi, cicero, tdavis, eric woods,
non-binding -1 from sebb

The vote passes. Apache Libcloud 0.3.1 is released. I'm pushing it out
to the dist website now, and will post the announcement email in about
a day once the mirrors sync.

Thanks Everyone,

Paul


On Thu, May 6, 2010 at 4:09 PM, Paul Querna <pa...@querna.org> wrote:
> Test tarballs for Apache Libcloud 0.3.1 are available at:
>  <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>
> Please test and place your votes please;
>
>  +/- 1
>  [  ]  Release Apache Libcloud 0.3.1
>
> Vote closes on Monday May 10, 2010 at 1pm PST.
>
> This release fixes several issues related to the license blocks,
> NOTICE file, and test cases that were noticed in the scrubbed 0.3.0
> release.
>
> It is based upon this tag:
> <https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.3.1>
>
> Thanks,
>
> Paul
>

Re: [libcloud] [VOTE] Release Apache Libcloud 0.3.1

Posted by Jeremy Orem <je...@gmail.com>.
+1

-Jeremy

On Thu, May 6, 2010 at 4:09 PM, Paul Querna <pa...@querna.org> wrote:
> Test tarballs for Apache Libcloud 0.3.1 are available at:
>  <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>
> Please test and place your votes please;
>
>  +/- 1
>  [  ]  Release Apache Libcloud 0.3.1
>
> Vote closes on Monday May 10, 2010 at 1pm PST.
>
> This release fixes several issues related to the license blocks,
> NOTICE file, and test cases that were noticed in the scrubbed 0.3.0
> release.
>
> It is based upon this tag:
> <https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.3.1>
>
> Thanks,
>
> Paul
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [libcloud] [VOTE] Release Apache Libcloud 0.3.1

Posted by ant elder <an...@gmail.com>.
+1

One minor nit is the Changes file still talks about 0.3.0.

   ...ant

On Fri, May 7, 2010 at 12:09 AM, Paul Querna <pa...@querna.org> wrote:
> Test tarballs for Apache Libcloud 0.3.1 are available at:
>  <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>
> Please test and place your votes please;
>
>  +/- 1
>  [  ]  Release Apache Libcloud 0.3.1
>
> Vote closes on Monday May 10, 2010 at 1pm PST.
>
> This release fixes several issues related to the license blocks,
> NOTICE file, and test cases that were noticed in the scrubbed 0.3.0
> release.
>
> It is based upon this tag:
> <https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.3.1>
>
> Thanks,
>
> Paul
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [libcloud] [VOTE] Release Apache Libcloud 0.3.1

Posted by Alex Polvi <po...@cloudkick.com>.
On Thu, May 6, 2010 at 4:09 PM, Paul Querna <pa...@querna.org> wrote:
> Test tarballs for Apache Libcloud 0.3.1 are available at:
>  <http://people.apache.org/~pquerna/libcloud-0.3.1/>
>
> Please test and place your votes please;
>
>  +/- 1
>  [  ]  Release Apache Libcloud 0.3.1

+1. Need to get the CHANGES and .dst thing fixed in .2


-Alex


>
> Vote closes on Monday May 10, 2010 at 1pm PST.
>
> This release fixes several issues related to the license blocks,
> NOTICE file, and test cases that were noticed in the scrubbed 0.3.0
> release.
>
> It is based upon this tag:
> <https://svn.apache.org/repos/asf/incubator/libcloud/tags/0.3.1>
>
> Thanks,
>
> Paul
>



-- 
co-founder, cloudkick.com
twitter.com/cloudkick
541 231 0624