[
https://issues.apache.org/jira/browse/NIFI-5068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16523119#comment-16523119
]
ASF GitHub Bot commented on NIFI-5068:
--------------------------------------
Github user alopresto commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2806#discussion_r198000501
--- Diff: dev-utilities/release-utilities/nifi-rc-check ---
@@ -0,0 +1,326 @@
+#!/usr/bin/env bash
+#
+# 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.
+#
+shopt -s nocasematch
+
+function print_help {
+ echo " "
+ echo "usage: ${0}"
+ echo " -v/--version=<version> The version of the Nifi release.
[Required]"
--- End diff --
s/Nifi/NiFi/
> Create a script to automate some of RC verification
> ---------------------------------------------------
>
> Key: NIFI-5068
> URL: https://issues.apache.org/jira/browse/NIFI-5068
> Project: Apache NiFi
> Issue Type: New Feature
> Reporter: Otto Fowler
> Assignee: Otto Fowler
> Priority: Major
>
> Similar to other projects, the download, signing and checksums of the rc
> materials can be verified by script and save everyone some trouble
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)