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 E24421877B for ; Fri, 8 May 2015 09:43:11 +0000 (UTC) Received: (qmail 950 invoked by uid 500); 8 May 2015 09:43:11 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 913 invoked by uid 500); 8 May 2015 09:43:11 -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 904 invoked by uid 99); 8 May 2015 09:43:11 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2015 09:43:11 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 620B21A2460 for ; Fri, 8 May 2015 09:43:11 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.791 X-Spam-Level: * X-Spam-Status: No, score=1.791 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id cYzpHT1THTn4 for ; Fri, 8 May 2015 09:42:59 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 6D8DC2A9C6 for ; Fri, 8 May 2015 09:42:52 +0000 (UTC) Received: (qmail 98587 invoked by uid 99); 8 May 2015 09:42:49 -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; Fri, 08 May 2015 09:42:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9055EE41A5; Fri, 8 May 2015 09:42:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.incubator.apache.org Date: Fri, 08 May 2015 09:43:13 -0000 Message-Id: In-Reply-To: <4e68f4523f7948ff8112506017518ac0@git.apache.org> References: <4e68f4523f7948ff8112506017518ac0@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [25/50] [abbrv] incubator-ignite git commit: Release procedure changed Release procedure changed Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/8c2e03e4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/8c2e03e4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/8c2e03e4 Branch: refs/heads/ignite-460 Commit: 8c2e03e43133d3a546e254fe827a2c4ffc79966a Parents: 445c0a6 Author: avinogradov Authored: Thu Apr 30 18:54:50 2015 +0300 Committer: avinogradov Committed: Thu Apr 30 18:54:50 2015 +0300 ---------------------------------------------------------------------- DEVNOTES.txt | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/8c2e03e4/DEVNOTES.txt ---------------------------------------------------------------------- diff --git a/DEVNOTES.txt b/DEVNOTES.txt index 7618e6c..1562dc4 100644 --- a/DEVNOTES.txt +++ b/DEVNOTES.txt @@ -40,35 +40,27 @@ Specify gpg profile at settings.xml. It will be used to sign sources and artifac -Configure access to people.apache.org/~. It necessary to 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: +Deploy Ignite release candidate to maven repository and dev-svn: -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 + mvn deploy -P apache-release,gpg,release,scala,lgpl,deploy-ignite-site -Dignite.edition=fabric -DskipTests -B -You might need to allow connection to people.apache.org. Just do following at console: + Binary artifact name can be changed by setting additional property -Dignite.zip.pattern. + Sources package name is fixed. Sources package zip will be created automatically when apache-release profile used. -ssh people.apache.org + 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. -and type "yes" + enter. + Nexus staging (repository.apache.org) should be closed when mvn deploy finished. + Checkout https://dist.apache.org/repos/dist/dev/incubator/ignite svn. Create new folder with name equals to released + version at svn root. Copy target/site folder content to svn/ignite/ folder and commit. -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 https://dist.apache.org/repos/dist/dev/incubator/ignite/. -Start vote based on people.apache.org/~/ignite-version. -Release nexus staging when version accepted. +Release nexus staging and copy binaries and sources from https://dist.apache.org/repos/dist/dev/incubator/ignite/ +to https://dist.apache.org/repos/dist/release/incubator/ignite/ when version accepted. JCache TCK compliance