Re: [VOTE] Release Apache Gora 0.4

2014-04-19 Thread Henry Saputra
Just realized Lewis already put the artifacts in the staging [1] directory

Sorry guys for the confusion, mental lapse from my side, will validate
the release this weekend.

- Henry

[1] https://dist.apache.org/repos/dist/dev/gora/


On Fri, Apr 18, 2014 at 8:12 AM, Henry Saputra henry.sapu...@gmail.com wrote:
 Thanks for the clarifications, Lewis.

 Just to confirm, just like our prev releases we will just publish [1]
 and [2] to the ASF dist folders? I am planning to verify sig and hash
 for those files and build/ run the binary from [1].

 - Henry

 On Thu, Apr 17, 2014 at 4:24 AM, Lewis John Mcgibbney
 lewis.mcgibb...@gmail.com wrote:
 Hi Henry,


 On Thu, Apr 17, 2014 at 4:48 AM, Henry Saputra henry.sapu...@gmail.com
 wrote:

 Lewis,

 What is the diff between gora-0.4-source-release.zip and
 gora-0.4-src.tar.gz files?


 So just to clarify what Henry is asking here, we have a number of artifacts
 within the staging repos which we will be released as Maven artifacts.
 Namely gora-0.4-source-release.zip [0], gora-0.4-src.tar.gz [1],
 gora-0.4-src.zip [2] and individual module -javadoc.jar, -sources.jar,
 src.tar.gz, src.zip, tests.jar, .jar and finally .pom (along with
 corresponding signatures for each file.)

 The difference between [0] [1] and [2] is trivial but important to note
 none-the-less.

 [0] is an aggregation of the sources for all modules bundled into an
 aggregate .zip project. Effectively this is what is a bundle of all sources
 included in the .sources.jar Maven artifacts for each module. Such artifacts
 allows us to link and assimilate project sources against code in order to
 see 3rd party/dependency source within Eclipse or another IDE. This can be
 done by linking the sources.jar to the given artifact in the 'project build'
 --  'sources' tab of Eclipse. To be openly honest with you Henry we most
 likely don't need to publish this artifact so maybe we can remove it in
 future builds.
 Both [1] and [2] are the actual release artifacts which we refer to (along
 with their relevant signatures) on our Downloads page. We publish these on
 Maven central for convenience. These are the only two artifacts that we
 actually host on the Apache Distribution server and mirror to 3rd party
 Mirror Servers.

 For other who wish to review the candidate, here is a really helpful link to
 incubator guidelines
 http://incubator.apache.org/guides/releasemanagement.html#check-list


 Thanks, I hope that this has cleared up a bit of the release artifact puzzle
 ;)
 Lewis

 [0]
 https://repository.apache.org/content/repositories/orgapachegora-1000/org/apache/gora/gora/0.4/gora-0.4-source-release.zip
 [1]
 https://repository.apache.org/content/repositories/orgapachegora-1000/org/apache/gora/gora/0.4/gora-0.4-src.tar.gz
 [2]
 https://repository.apache.org/content/repositories/orgapachegora-1000/org/apache/gora/gora/0.4/gora-0.4-src.zip


[VOTE] Release Apache Gora 0.4

2014-04-16 Thread Lewis John Mcgibbney
Hi Folks,

I am really glad to be opening a VOTE to draw a line under the 0.4
development drive and to release the 0.4 artifacts.
We solved a whole bunch of issues: http://s.apache.org/4lx

SVN source tag (r1588038):
https://svn.apache.org/repos/asf/gora/tags/apache-gora-0.4/

Staging repo:
https://repository.apache.org/content/repositories/orgapachegora-1000/

PGP release keys (signed using 48BAEBF6):
https://svn.apache.org/repos/asf/gora/trunk/KEYS

Release Artifacts: https://dist.apache.org/repos/dist/dev/gora/

A note on VOTE'ing.

   1. The code you are VOTE'ing to release is the SVN source tag r1588038.
   2. The staging repos publishes the container artifacts are consumable
   Maven artifacts on Maven central.
   3. Finally, the release artifacts are hosted on the Apache distribution
   server and cloned by mirror servers.

Vote will be open for 72 hours. Again I would like to thank everyone that
contributed to Gora. here's to plenty more releases.
Best
Lewis

[ ] +1, let's get it released!!!
[ ] +/-0, fine, but consider to fix few issues before...
[ ] -1, nope, because... (and please explain why)

-- 
*Lewis*


Re: [VOTE] Release Apache Gora 0.4

2014-04-16 Thread Henry Saputra
Hi Lewis,

Thanks so much for driving the release.

Looks like the signatures are generated also for the hash files. I am seeing

gora-cassandra-0.4-sources.jar.asc.asc
gora-cassandra-0.4-sources.jar.asc.asc.md5
gora-cassandra-0.4-sources.jar.asc.asc.sha1

and also somehow the signature file has accompanying hash files:

gora-cassandra-0.4-sources.jar.asc.md5
gora-cassandra-0.4-sources.jar.asc.sha1

Extra files generated I suppose?

- Henry


On Wed, Apr 16, 2014 at 1:12 PM, Lewis John Mcgibbney
lewis.mcgibb...@gmail.com wrote:
 Hi Folks,

 I am really glad to be opening a VOTE to draw a line under the 0.4
 development drive and to release the 0.4 artifacts.
 We solved a whole bunch of issues: http://s.apache.org/4lx

 SVN source tag (r1588038):
 https://svn.apache.org/repos/asf/gora/tags/apache-gora-0.4/

 Staging repo:
 https://repository.apache.org/content/repositories/orgapachegora-1000/

 PGP release keys (signed using 48BAEBF6):
 https://svn.apache.org/repos/asf/gora/trunk/KEYS

 Release Artifacts: https://dist.apache.org/repos/dist/dev/gora/

 A note on VOTE'ing.

1. The code you are VOTE'ing to release is the SVN source tag r1588038.
2. The staging repos publishes the container artifacts are consumable
Maven artifacts on Maven central.
3. Finally, the release artifacts are hosted on the Apache distribution
server and cloned by mirror servers.

 Vote will be open for 72 hours. Again I would like to thank everyone that
 contributed to Gora. here's to plenty more releases.
 Best
 Lewis

 [ ] +1, let's get it released!!!
 [ ] +/-0, fine, but consider to fix few issues before...
 [ ] -1, nope, because... (and please explain why)

 --
 *Lewis*


Re: [VOTE] Release Apache Gora 0.4

2014-04-16 Thread Henry Saputra
Ah ok, I will just verify the signatures for main source files

Thanks for the explanation, Lewis


- Henry

On Wed, Apr 16, 2014 at 2:22 PM, Lewis John Mcgibbney
lewis.mcgibb...@gmail.com wrote:
 Hi Henry,
 These signatures are auto generated by maven sign plugin and I am not too
 keen on them being present in the staging repos.
 There is however, very little I can do about them as they are pushed to the
 staging repos and I cannot intervene in that process.
 hth
 Lewis


 On Wed, Apr 16, 2014 at 10:18 PM, Henry Saputra henry.sapu...@gmail.com
 wrote:

 Hi Lewis,

 Thanks so much for driving the release.

 Looks like the signatures are generated also for the hash files. I am
 seeing

 gora-cassandra-0.4-sources.jar.asc.asc
 gora-cassandra-0.4-sources.jar.asc.asc.md5
 gora-cassandra-0.4-sources.jar.asc.asc.sha1

 and also somehow the signature file has accompanying hash files:

 gora-cassandra-0.4-sources.jar.asc.md5
 gora-cassandra-0.4-sources.jar.asc.sha1

 Extra files generated I suppose?

 - Henry


 On Wed, Apr 16, 2014 at 1:12 PM, Lewis John Mcgibbney
 lewis.mcgibb...@gmail.com wrote:
  Hi Folks,
 
  I am really glad to be opening a VOTE to draw a line under the 0.4
  development drive and to release the 0.4 artifacts.
  We solved a whole bunch of issues: http://s.apache.org/4lx
 
  SVN source tag (r1588038):
  https://svn.apache.org/repos/asf/gora/tags/apache-gora-0.4/
 
  Staging repo:
  https://repository.apache.org/content/repositories/orgapachegora-1000/
 
  PGP release keys (signed using 48BAEBF6):
  https://svn.apache.org/repos/asf/gora/trunk/KEYS
 
  Release Artifacts: https://dist.apache.org/repos/dist/dev/gora/
 
  A note on VOTE'ing.
 
 1. The code you are VOTE'ing to release is the SVN source tag
  r1588038.
 2. The staging repos publishes the container artifacts are consumable
 Maven artifacts on Maven central.
 3. Finally, the release artifacts are hosted on the Apache
  distribution
 server and cloned by mirror servers.
 
  Vote will be open for 72 hours. Again I would like to thank everyone
  that
  contributed to Gora. here's to plenty more releases.
  Best
  Lewis
 
  [ ] +1, let's get it released!!!
  [ ] +/-0, fine, but consider to fix few issues before...
  [ ] -1, nope, because... (and please explain why)
 
  --
  *Lewis*




 --
 Lewis