Apache Ignite 1.1.0 release (RC7) has been accepted with 7 votes for (1
binding vote): 1. Konstantin (binding) 2. Brane 3. Yakov 4. Sergi 5. Alex Kuznetsov 6. Vladimir 7. Valentin I will start voting on IPMC shortly. --Yakov ---------- Forwarded message ---------- From: Yakov Zhdanov <[hidden email]> Date: 2015-05-20 23:37 GMT+03:00 Subject: [VOTE] Apache Ignite 1.1.0 release (RC7) To: [hidden email] Guys, We have uploaded release candidate to https://dist.apache.org/repos/dist/dev/incubator/ignite/1.1.0-rc7/ Tag name is ignite-1.1.0-incubating-rc7 RC7 changes: Fixed unexpected LICENSE, NOTICE and DEPENDENCIES files in sources zip. Fixed LICENSE, NOTICE files content inside ignite-core jar. Binaries names now ends with "-bin". Aggregate project and all its artifacts names contains "apache" prefix. And many more changes which are described in devnotes (link below). DEVNOTES https://git-wip-us.apache.org/repos/asf?p=incubator-ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=refs/tags/ignite-1.1.0-incubating-rc7 RELEASENOTES https://git-wip-us.apache.org/repos/asf?p=incubator-ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=refs/tags/ignite-1.1.0-incubating-rc7 Please start voting. +1 - to accept Apache Ignite (incubating) 1.1.0 0 - don't care either way -1 - DO NOT accept Apache Ignite (incubating) 1.1.0 (explain why) This vote will go for 72 hours. --Yakov |
Brane's vote is binding as well.
On Mon, May 25, 2015 at 01:06PM, Yakov Zhdanov wrote: > Apache Ignite 1.1.0 release (RC7) has been accepted with 7 votes for (1 > binding vote): > 1. Konstantin (binding) > 2. Brane > 3. Yakov > 4. Sergi > 5. Alex Kuznetsov > 6. Vladimir > 7. Valentin > > I will start voting on IPMC shortly. > > --Yakov > > ---------- Forwarded message ---------- > From: Yakov Zhdanov <[hidden email]> > Date: 2015-05-20 23:37 GMT+03:00 > Subject: [VOTE] Apache Ignite 1.1.0 release (RC7) > To: [hidden email] > > > Guys, > > We have uploaded release candidate to > https://dist.apache.org/repos/dist/dev/incubator/ignite/1.1.0-rc7/ > > Tag name is > ignite-1.1.0-incubating-rc7 > > RC7 changes: > Fixed unexpected LICENSE, NOTICE and DEPENDENCIES files in sources zip. > Fixed LICENSE, NOTICE files content inside ignite-core jar. > Binaries names now ends with "-bin". > Aggregate project and all its artifacts names contains "apache" prefix. > And many more changes which are described in devnotes (link below). > > DEVNOTES > https://git-wip-us.apache.org/repos/asf?p=incubator-ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=refs/tags/ignite-1.1.0-incubating-rc7 > > RELEASENOTES > https://git-wip-us.apache.org/repos/asf?p=incubator-ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=refs/tags/ignite-1.1.0-incubating-rc7 > > Please start voting. > > +1 - to accept Apache Ignite (incubating) 1.1.0 > 0 - don't care either way > -1 - DO NOT accept Apache Ignite (incubating) 1.1.0 (explain why) > > This vote will go for 72 hours. > > --Yakov |
In reply to this post by yzhdanov
On 28.05.2015 13:43, Yakov Zhdanov wrote:
> Hello! > > The vote has been finished with 4 "+1" votes and 0 "0" and 0 "-1". > > Thanks to all who voted: > 1. Cos > 2. Brane > 3. Jan > 4. Roman > > Here is the link to the thread: > http://mail-archives.apache.org/mod_mbox/incubator-general/201505.mbox/%3CCAGcMBHhoSGOrNEe2jE6P-vJ5ux971do%2BKzm1Qg9sPkszigiaaA%40mail.gmail.com%3E I just noticed a serious FAIL in the release process. The voted-on artefacts are still here https://dist.apache.org/repos/dist/dev/incubator/ignite/1.1.0-rc7 The artefacts should be moved from dist/dev to release/dev, not copied. The svn command for this particular case would be (in a checkout of the dist/dev tree): $ svn mv ^/dev/incubator/ignite/1.1.0-rc7 ^/release/incubator/ignite/1.1.0 Not the copy-then-rename that actually happened. If you don't have a checkout, replace ^/ with https://dist.apache.org/repos/dist/. Oh, and please write a descriptive log message on every commit. Having to do an 'svn log -v' instead of plain 'svn log' to figure out what happened is just painful. Also, I haven't seen a release announcement yet. -- Brane |
Brane,
I've deleted 1.1.0-rc7 <https://dist.apache.org/repos/dist/dev/incubator/ignite/1.1.0-rc7> from dist/dev. Next time we will use svn move. On Fri, May 29, 2015 at 10:17 PM, Branko Čibej <[hidden email]> wrote: > On 28.05.2015 13:43, Yakov Zhdanov wrote: > > Hello! > > > > The vote has been finished with 4 "+1" votes and 0 "0" and 0 "-1". > > > > Thanks to all who voted: > > 1. Cos > > 2. Brane > > 3. Jan > > 4. Roman > > > > Here is the link to the thread: > > > http://mail-archives.apache.org/mod_mbox/incubator-general/201505.mbox/%3CCAGcMBHhoSGOrNEe2jE6P-vJ5ux971do%2BKzm1Qg9sPkszigiaaA%40mail.gmail.com%3E > > > I just noticed a serious FAIL in the release process. > > The voted-on artefacts are still here > > https://dist.apache.org/repos/dist/dev/incubator/ignite/1.1.0-rc7 > > The artefacts should be moved from dist/dev to release/dev, not copied. > The svn command for this particular case would be (in a checkout of the > dist/dev tree): > > $ svn mv ^/dev/incubator/ignite/1.1.0-rc7 > ^/release/incubator/ignite/1.1.0 > > > Not the copy-then-rename that actually happened. > > If you don't have a checkout, replace ^/ with > https://dist.apache.org/repos/dist/. > > Oh, and please write a descriptive log message on every commit. Having > to do an 'svn log -v' instead of plain 'svn log' to figure out what > happened is just painful. Also, I haven't seen a release announcement yet. > > -- Brane > |
Free forum by Nabble | Edit this page |