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