[GitHub] nifi pull request: NIFI-868 Configure advertised host name of Remo...

2015-08-19 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/nifi/pull/74


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Helper for folks interested in verifying nifi-nar-maven-plugin 1.1.0

2015-08-19 Thread Matt Gilman
The following guidance should help anyone interested in
validating/verifying the release so they can provide their vote.

# Download latest KEYS file so i get all the public keys.
https://dist.apache.org/repos/dist/release/incubator/nifi/KEYS

# Import keys file:
gpg --import KEYS

# Pull down nifi-nar-maven-plugin-1.1.0 items for review:
wget
https://repository.apache.org/content/repositories/orgapachenifi-1059/org/apache/nifi/nifi-nar-maven-plugin/1.1.0/nifi-nar-maven-plugin-1.1.0-source-release.zip
wget
https://repository.apache.org/content/repositories/orgapachenifi-1059/org/apache/nifi/nifi-nar-maven-plugin/1.1.0/nifi-nar-maven-plugin-1.1.0-source-release.zip.asc
wget
https://repository.apache.org/content/repositories/orgapachenifi-1059/org/apache/nifi/nifi-nar-maven-plugin/1.1.0/nifi-nar-maven-plugin-1.1.0-source-release.zip.md5
wget
https://repository.apache.org/content/repositories/orgapachenifi-1059/org/apache/nifi/nifi-nar-maven-plugin/1.1.0/nifi-nar-maven-plugin-1.1.0-source-release.zip.sha1

# Verify the signature
gpg --verify nifi-nar-maven-plugin-1.1.0-source-release.zip.asc
nifi-nar-maven-plugin-1.1.0-source-release.zip

# Verify the hashes (md5 and sha1) match the source and what was provided
in the vote email thread
md5sum nifi-nar-maven-plugin-1.1.0-source-release.zip
sha1sum nifi-nar-maven-plugin-1.1.0-source-release.zip

# Unzip nifi-nar-maven-plugin-1.1.0-source-release.zip

# Verify the build works.  Did this by running the following which includes
the RAT/license/header checks and checkstyle consistency checks
mvn clean install -Pcontrib-check

# Verify the contents contain a good readme LICENSE, NOTICE, DISCLAIMER

# Verify the git commit ID is correct

# To test in NiFi...

# Ensure Maven version is at least 3.1.0.

# Update the version of the nifi-nar-maven-plugin in the NiFi root pom.
Rebuild NiFi.
mvn clean install

# Navigate to a NAR artifact that has a NAR dependency (like the standard
bundle nar) to run the provided-nar-dependencies mojo. Mode specifies
whether the output is 'tree' or 'pom' format.
cd nifi-nar-bundles/nifi-standard-bundle/nifi-standard-nar
mvn org.apache.nifi:nifi-nar-maven-plugin:1.1.0:provided-nar-dependencies
-Dmode=tree

# The command should output the dependencies that will be provided at
NiFi's runtime through the NAR dependency.

# Send a response to the vote thread indicating a +1, 0, -1 based on
your findings.  Also indicate whether the vote is binding or not.


Re: [VOTE] Release Apache NiFi nifi-nar-maven-plugin 1.1.0

2015-08-19 Thread Matt Gilman
+1 (binding) Release this package as nifi-nar-maven-plugin-1.1.0

On Wed, Aug 19, 2015 at 11:21 PM, Joe Witt joe.w...@gmail.com wrote:

 +1 (binding) Release this package as nifi-nar-maven-plugin-1.1.0

 Verified sigs, hashes, builds clean w/contrib-check.  Functions as
 expected.

 Minor:
 - The README.md contains two references to our old incubator
 addresses.  This should be resolved in a future release.

 On Wed, Aug 19, 2015 at 10:57 PM, Matt Gilman matt.c.gil...@gmail.com
 wrote:
  Hello
 
  I am pleased to be calling this vote for the source release of Apache
 NiFi
  nifi-nar-maven-plugin-1.1.0.
 
  The source zip, including signatures, digests, etc. can be found at:
  https://repository.apache.org/content/repositories/orgapachenifi-1059
 
  The Git tag is nifi-nar-maven-plugin-1.1.0-RC1
  The Git commit ID is 80841130461e8346c0bd643b4097b36bf005b3a2
 
 https://git-wip-us.apache.org/repos/asf?p=nifi-maven.git;a=commit;h=80841130461e8346c0bd643b4097b36bf005b3a2
 
  Checksums of nifi-nar-maven-plugin-1.1.0-source-release.zip:
  MD5: 83c70a2a1372d77b3c9e6bb5828db70f
  SHA1: 90e5667a465a092ffeea36f0621706fc55b4
 
  Release artifacts are signed with the following key:
  https://people.apache.org/keys/committer/mcgilman.asc
 
  KEYS file available here:
  https://dist.apache.org/repos/dist/release/nifi/KEYS
 
  1 issue was closed/resolved for this release:
 
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020version=1201
 
  Release note highlights can be found here:
 
 https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-NiFiNARMavenPluginVersion1.1.0
 
  The vote will be open for 72 hours.
  Please download the release candidate and evaluate the necessary items
  including checking hashes, signatures, build from source, and test.  The
  please vote:
 
  [ ] +1 Release this package as nifi-nar-maven-plugin-1.1.0
  [ ] +0 no opinion
  [ ] -1 Do not release this package because because...



[VOTE] Release Apache NiFi nifi-nar-maven-plugin 1.1.0

2015-08-19 Thread Matt Gilman
Hello

I am pleased to be calling this vote for the source release of Apache NiFi
nifi-nar-maven-plugin-1.1.0.

The source zip, including signatures, digests, etc. can be found at:
https://repository.apache.org/content/repositories/orgapachenifi-1059

The Git tag is nifi-nar-maven-plugin-1.1.0-RC1
The Git commit ID is 80841130461e8346c0bd643b4097b36bf005b3a2
https://git-wip-us.apache.org/repos/asf?p=nifi-maven.git;a=commit;h=80841130461e8346c0bd643b4097b36bf005b3a2

Checksums of nifi-nar-maven-plugin-1.1.0-source-release.zip:
MD5: 83c70a2a1372d77b3c9e6bb5828db70f
SHA1: 90e5667a465a092ffeea36f0621706fc55b4

Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/mcgilman.asc

KEYS file available here:
https://dist.apache.org/repos/dist/release/nifi/KEYS

1 issue was closed/resolved for this release:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020version=1201

Release note highlights can be found here:
https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-NiFiNARMavenPluginVersion1.1.0

The vote will be open for 72 hours.
Please download the release candidate and evaluate the necessary items
including checking hashes, signatures, build from source, and test.  The
please vote:

[ ] +1 Release this package as nifi-nar-maven-plugin-1.1.0
[ ] +0 no opinion
[ ] -1 Do not release this package because because...


Re: [VOTE] Release Apache NiFi nifi-nar-maven-plugin 1.1.0

2015-08-19 Thread Joe Witt
+1 (binding) Release this package as nifi-nar-maven-plugin-1.1.0

Verified sigs, hashes, builds clean w/contrib-check.  Functions as expected.

Minor:
- The README.md contains two references to our old incubator
addresses.  This should be resolved in a future release.

On Wed, Aug 19, 2015 at 10:57 PM, Matt Gilman matt.c.gil...@gmail.com wrote:
 Hello

 I am pleased to be calling this vote for the source release of Apache NiFi
 nifi-nar-maven-plugin-1.1.0.

 The source zip, including signatures, digests, etc. can be found at:
 https://repository.apache.org/content/repositories/orgapachenifi-1059

 The Git tag is nifi-nar-maven-plugin-1.1.0-RC1
 The Git commit ID is 80841130461e8346c0bd643b4097b36bf005b3a2
 https://git-wip-us.apache.org/repos/asf?p=nifi-maven.git;a=commit;h=80841130461e8346c0bd643b4097b36bf005b3a2

 Checksums of nifi-nar-maven-plugin-1.1.0-source-release.zip:
 MD5: 83c70a2a1372d77b3c9e6bb5828db70f
 SHA1: 90e5667a465a092ffeea36f0621706fc55b4

 Release artifacts are signed with the following key:
 https://people.apache.org/keys/committer/mcgilman.asc

 KEYS file available here:
 https://dist.apache.org/repos/dist/release/nifi/KEYS

 1 issue was closed/resolved for this release:
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020version=1201

 Release note highlights can be found here:
 https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-NiFiNARMavenPluginVersion1.1.0

 The vote will be open for 72 hours.
 Please download the release candidate and evaluate the necessary items
 including checking hashes, signatures, build from source, and test.  The
 please vote:

 [ ] +1 Release this package as nifi-nar-maven-plugin-1.1.0
 [ ] +0 no opinion
 [ ] -1 Do not release this package because because...