Return-Path: X-Original-To: apmail-nifi-commits-archive@minotaur.apache.org Delivered-To: apmail-nifi-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 6E6BCC3E7 for ; Sun, 18 Jan 2015 18:20:43 +0000 (UTC) Received: (qmail 83104 invoked by uid 500); 18 Jan 2015 18:20:45 -0000 Delivered-To: apmail-nifi-commits-archive@nifi.apache.org Received: (qmail 83061 invoked by uid 500); 18 Jan 2015 18:20:45 -0000 Mailing-List: contact commits-help@nifi.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.incubator.apache.org Delivered-To: mailing list commits@nifi.incubator.apache.org Received: (qmail 83052 invoked by uid 99); 18 Jan 2015 18:20:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jan 2015 18:20:45 +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; Sun, 18 Jan 2015 18:20:23 +0000 Received: (qmail 82972 invoked by uid 99); 18 Jan 2015 18:20:20 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jan 2015 18:20:20 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 48A04AC0059; Sun, 18 Jan 2015 18:20:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1652823 - /incubator/nifi/site/trunk/content/development/release-guide.md Date: Sun, 18 Jan 2015 18:20:20 -0000 To: commits@nifi.incubator.apache.org From: joewitt@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150118182020.48A04AC0059@hades.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: joewitt Date: Sun Jan 18 18:20:19 2015 New Revision: 1652823 URL: http://svn.apache.org/r1652823 Log: initial stub of a release guide / checkpoint checkin Added: incubator/nifi/site/trunk/content/development/release-guide.md Added: incubator/nifi/site/trunk/content/development/release-guide.md URL: http://svn.apache.org/viewvc/incubator/nifi/site/trunk/content/development/release-guide.md?rev=1652823&view=auto ============================================================================== --- incubator/nifi/site/trunk/content/development/release-guide.md (added) +++ incubator/nifi/site/trunk/content/development/release-guide.md Sun Jan 18 18:20:19 2015 @@ -0,0 +1,68 @@ +Title: +Notice: Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +# NiFi logo Apache NiFi Release Guide + +The purpose of this document is to capture and describe the steps involved in producing +an official release of Apache NiFi. It is written specifically to someone acting in the +capacity of a [Release Manager][release-manager] (RM). + +## Background Material + +- These documents are necessary for all committers to be familiar with + - [Apache License V2.0][apache-license] + - [Apache Legal License/Resolved][apache-legal-resolve] + - [Apache How-to Apply License][apache-license-apply] + +- These documents are necessary for someone acting as the RM + - [Apache Encryption Software / ECCN Info][apache-encryption] + - [Apache Release Policy][apache-release-policy] + - [Apache Release Guide][apache-release-guide] + - [Apache Incubator Release Guide][apache-incubator-release-guide] + - [another Apache Incubator Release Guide][another-apache-incubator-release-guide] + - [Apache Incubator Policy][apache-incubator-policy] + +- These documents are helpful for general environmental setup to perform releases + - [Apache PGP Info][apache-pgp] + - [Apache Release Signing][apache-release-signing] + - [Apache Guide to publish Maven Artifacts][apache-guide-publish-maven] + +## The Objective + +So with all the background material in mind and with the intent to perform +a release established it is important to acknkowledge the objective here. +The aim is to produce an official Apache release. That means producing a legally +valid and signed bundle of source code which one can download and build for themselves. +The other items like prebuilt binaries of the full application are not the official +release artifact they are conveniences for users who cannot readily build the application +themselves. The same is true then of maven artifacts published to Apache or +mirrored artifact repositories. + +[release-manager]: http://www.apache.org/dev/release-publishing.html#release_manager +[apache-license]: http://apache.org/licenses/LICENSE-2.0 +[apache-license-apply]: http://www.apache.org/dev/apply-license.html +[apache-legal-resolve]: http://www.apache.org/legal/resolved.html +[apache-encryption]: http://www.apache.org/licenses/exports/ +[apache-release-policy]: http://www.apache.org/dev/release.html +[apache-release-guide]: http://www.apache.org/dev/release-publishing +[apache-incubator-release-guide]: http://incubator.apache.org/guides/releasemanagement.html +[another-apache-incubator-release-guide]: http://incubator.apache.org/guides/release.html +[apache-incubator-policy]: http://incubator.apache.org/incubation/Incubation_Policy.html +[apache-pgp]: http://www.apache.org/dev/openpgp.html +[apache-release-signing]: http://www.apache.org/dev/release-signing.html +[apache-guide-publish-maven]: http://www.apache.org/dev/publishing-maven-artifacts.html \ No newline at end of file