Re: Apache NiFi 1.7.0 RC1 Release Helper Guide

2018-06-21 Thread Otto Fowler
My RC checking script is ready for review. Since it only works when there IS and rc ( they get deleted ) it would be cool if someone could test it out before the window closes. https://github.com/apache/nifi/pull/2806 an example of the output: [ note, nifi did start, I think the problem was

Re: Apache NiFi 1.7.0 RC1 Release Helper Guide

2018-06-20 Thread Otto Fowler
I am working on a script to automate a bunch of this. I just created a work in progress PR if you would like to check it out. https://github.com/apache/nifi/pull/2806 Checking the commit is next thing on my list to automate. On June 20, 2018 at 10:52:23, Bryan Bende (bbe...@gmail.com) wrote:

Re: Apache NiFi 1.7.0 RC1 Release Helper Guide

2018-06-20 Thread Bryan Bende
Correct that should all be fine, mainly there shouldn't be any differences in any module/src path. On Wed, Jun 20, 2018 at 10:48 AM, Mike Thomsen wrote: > I took your suggestion and got this: > > Only in nifi: .git > > Only in nifi: .gitignore > > Only in temp/nifi-1.7.0/: DEPENDENCIES > > Only

Re: Apache NiFi 1.7.0 RC1 Release Helper Guide

2018-06-20 Thread Mike Thomsen
I took your suggestion and got this: Only in nifi: .git Only in nifi: .gitignore Only in temp/nifi-1.7.0/: DEPENDENCIES Only in nifi/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-api: .gitignore Only in

Re: Apache NiFi 1.7.0 RC1 Release Helper Guide

2018-06-20 Thread Bryan Bende
Others may know a better way to do this, but the only way I know to truly verify the commit id is something like the following: git clone https://git-wip-us.apache.org/repos/asf/nifi.git git -C nifi checkout diff --brief -r For verifying the RC was branched off the correct git commit id, you

Re: Apache NiFi 1.7.0 RC1 Release Helper Guide

2018-06-20 Thread Kevin Doran
Hi Mike, These values are in the VOTE email:https://lists.apache.org/thread.html/d8bfef873317c5f681a5deb226d9dd9483aec56a7abc9a72090cb570@ Cheers,Kevin On Wed, Jun 20, 2018 at 6:55 AM -0700, "Mike Thomsen"

Re: Apache NiFi 1.7.0 RC1 Release Helper Guide

2018-06-20 Thread Mike Thomsen
Do we store these values somewhere in the zip? # Verify the git commit ID is correct # Verify the RC was branched off the correct git commit ID On Wed, Jun 20, 2018 at 3:16 AM Andy LoPresto wrote: > Hello Apache NiFi community, > > Please find the associated guidance to help those interested

Apache NiFi 1.7.0 RC1 Release Helper Guide

2018-06-20 Thread Andy LoPresto
Hello Apache NiFi community, Please find the associated guidance to help those interested in validating/verifying the release so they can vote. # Download latest KEYS file: https://dist.apache.org/repos/dist/dev/nifi/KEYS # Import keys file: gpg --import KEYS # [optional] Clear out local