Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B33C5173D1 for ; Thu, 16 Apr 2015 12:33:56 +0000 (UTC) Received: (qmail 33205 invoked by uid 500); 16 Apr 2015 12:33:56 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 33172 invoked by uid 500); 16 Apr 2015 12:33:56 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 33159 invoked by uid 99); 16 Apr 2015 12:33:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Apr 2015 12:33:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 16 Apr 2015 12:33:32 +0000 Received: (qmail 30727 invoked by uid 99); 16 Apr 2015 12:33:23 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Apr 2015 12:33:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 856F9E1090; Thu, 16 Apr 2015 12:33:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vozerov@apache.org To: commits@ignite.incubator.apache.org Date: Thu, 16 Apr 2015 12:33:59 -0000 Message-Id: In-Reply-To: <741ad3ede6e745bebce33c96798d818a@git.apache.org> References: <741ad3ede6e745bebce33c96798d818a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [38/45] incubator-ignite git commit: ignite-756 X-Virus-Checked: Checked by ClamAV on apache.org ignite-756 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b417eab0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b417eab0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/b417eab0 Branch: refs/heads/ignite-gg-9613 Commit: b417eab0069613fc031eeaad1db13e1ee9b4293a Parents: 56aec5f Author: avinogradov Authored: Wed Apr 15 19:26:19 2015 +0300 Committer: avinogradov Committed: Wed Apr 15 19:26:19 2015 +0300 ---------------------------------------------------------------------- DEVNOTES.txt | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b417eab0/DEVNOTES.txt ---------------------------------------------------------------------- diff --git a/DEVNOTES.txt b/DEVNOTES.txt index 1a6bd82..82f6492 100644 --- a/DEVNOTES.txt +++ b/DEVNOTES.txt @@ -22,6 +22,55 @@ Look for incubator-ignite--bin.zip in ./target/bin directory. NOTE: JDK version should be 1.7.0-* or >= 1.8.0-u40. +Ignite Release Instructions +=========================== +Use people.apache.org/keys/committer/.asc key to generate KEYS file. +Execute these commands at source root: + +gpg --list-sigs >> KEYS +gpg --armor --export >> KEYS + +Specify gpg profile at settings.xml. It will be used to sign sources and artifacts. + + + gpg + + keyname + passphrase + + + +Configure access to people.apache.org/~. In necessary upload sources to site. +See https://blogs.apache.org/infra/entry/committer_shell_access_to_people for details. +Specify ignite-site server at settings.xml. + + + ignite-site + username + /home/username.ppk + passphrase + + +Ensure you have RELEASE (not SNAPSHOT) version at Ignite poms. +Maven release plugin release:prepare goal can be used to make release tag. + +Deploy Ignite release to maven repository and site: + +mvn deploy -P apache-release,gpg,release,scala,lgpl,deploy-ignite-site -Dignite.edition=fabric -DskipTests -Dignite.site=scp://people.apache.org:/home//public_html -B + +You might need to allow connection to people.apache.org. Just do following at console: + +ssh people.apache.org + +and type "yes" + enter. + +In case you want to release both fabric and hadoop editions you have to build hadoop first, save /target/bin/*.zip, make "mvn clean" and +restore them before deploy step. + +Start vote based on people.apache.org/~/ignite-version. +Close nexus staging when version accepted. + + JCache TCK compliance ====================== To test compliance with JCache TCK use: