+1
On Thu, Nov 14, 2013 at 5:48 PM, kishore g <[email protected]> wrote: > +1 > > Verified sig checks ( asc, md5, sha1) for all binaries and source > artifacts. > Ran build > Ran ant checks > > Thanks, > Kishore G > > gpg --import KEYS.txt > > [kgopalak@kgopalak-ld 0.6.2]$ ls binaries/*.asc | xargs -ifile gpg file > gpg: Signature made Thu 14 Nov 2013 03:48:49 PM PST using RSA key ID > A0AA16E4 > gpg: Good signature from "Kanak Biscuitwala (Initial key) < > [email protected] > >" > gpg: WARNING: This key is not certified with a trusted signature! > gpg: There is no indication that the signature belongs to the > owner. > Primary key fingerprint: 03F5 40F5 71CD 3E3A D849 23CD 7CFA 08F1 A0AA 16E4 > gpg: Signature made Thu 14 Nov 2013 03:49:05 PM PST using RSA key ID > A0AA16E4 > gpg: Good signature from "Kanak Biscuitwala (Initial key) < > [email protected] > >" > gpg: WARNING: This key is not certified with a trusted signature! > gpg: There is no indication that the signature belongs to the > owner. > Primary key fingerprint: 03F5 40F5 71CD 3E3A D849 23CD 7CFA 08F1 A0AA 16E4 > gpg: Signature made Thu 14 Nov 2013 03:46:35 PM PST using RSA key ID > A0AA16E4 > gpg: Good signature from "Kanak Biscuitwala (Initial key) < > [email protected] > >" > gpg: WARNING: This key is not certified with a trusted signature! > gpg: There is no indication that the signature belongs to the > owner. > Primary key fingerprint: 03F5 40F5 71CD 3E3A D849 23CD 7CFA 08F1 A0AA 16E4 > > [kgopalak@kgopalak-ld 0.6.2]$ ls binaries/*.tar | xargs md5sum > cb28aa1b690b87a4575d4b775a4fb55a > binaries/helix-admin-webapp-0.6.2-incubating-pkg.tar > 0567447a32f80f9a91e822b9d59588a3 > binaries/helix-agent-0.6.2-incubating-pkg.tar > b511327ac5224658d357171d178c36d7 > binaries/helix-core-0.6.2-incubating-pkg.tar > > [kgopalak@kgopalak-ld 0.6.2]$ ls binaries/*.md5 | awk '{system("cat > "$0);print " "$0}' > cb28aa1b690b87a4575d4b775a4fb55a > binaries/helix-admin-webapp-0.6.2-incubating-pkg.tar.md5 > 0567447a32f80f9a91e822b9d59588a3 > binaries/helix-agent-0.6.2-incubating-pkg.tar.md5 > b511327ac5224658d357171d178c36d7 > binaries/helix-core-0.6.2-incubating-pkg.tar.md5 > > [kgopalak@kgopalak-ld 0.6.2]$ ls binaries/*.sha1 | awk '{system("cat > "$0);print " "$0}' > 7796bf7001c4955aa9f9d0700beabb13d2203727 > binaries/helix-admin-webapp-0.6.2-incubating-pkg.tar.sha1 > 86087aba603d464b924c05877b2354a527de491e > binaries/helix-agent-0.6.2-incubating-pkg.tar.sha1 > ad28548d980a7e15ca68a8e733dabde319167f14 > binaries/helix-core-0.6.2-incubating-pkg.tar.sha1 > > [kgopalak@kgopalak-ld 0.6.2]$ ls binaries/*.tar | xargs sha1sum > 7796bf7001c4955aa9f9d0700beabb13d2203727 > binaries/helix-admin-webapp-0.6.2-incubating-pkg.tar > 86087aba603d464b924c05877b2354a527de491e > binaries/helix-agent-0.6.2-incubating-pkg.tar > ad28548d980a7e15ca68a8e733dabde319167f14 > binaries/helix-core-0.6.2-incubating-pkg.tar > > > > On Thu, Nov 14, 2013 at 4:05 PM, Kanak Biscuitwala <[email protected] > >wrote: > > > Hi, > > > > We discovered some late-breaking blockers, so we are creating a new vote > > for this release. > > > > We're planning to conduct two near-simultaneous releases, > 0.6.2-incubating > > and > > 0.7.0-incubating. This email is for voting on the 0.6.2 release, which > > mostly consists > > of security and stability fixes, as well as minor feature improvements. > > > > Release notes: > > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314020&version=12324249(will > > be added to the Helix website once this release is approved) > > > > Maven staged release repository: > > https://repository.apache.org/content/repositories/orgapachehelix-138/ > > > > Distribution: > > *binaries: > > > > > https://dist.apache.org/repos/dist/dev/incubator/helix/0.6.2-incubating/binaries/ > > *sources: > > > > > https://dist.apache.org/repos/dist/dev/incubator/helix/0.6.2-incubating/src/ > > > > KEYS file available here: > > https://dist.apache.org/repos/dist/dev/incubator/helix/ > > > > Vote open for 72 hours. > > > > [+1] > > [0] > > [-1] > > > > Thanks, > > Kanak >
