Github user JonZeolla commented on a diff in the pull request:

    https://github.com/apache/metron/pull/1248#discussion_r228693677
  
    --- Diff: dev-utilities/committer-utils/prepare-commit ---
    @@ -16,242 +16,31 @@
     #  limitations under the License.
     #
     
    -# not likely to change
    -METRON_UPSTREAM="https://git-wip-us.apache.org/repos/asf/metron.git";
    
-BRO_PLUGIN_UPSTREAM="https://git-wip-us.apache.org/repos/asf/metron-bro-plugin-kafka.git";
    -CONFIG_FILE=~/.metron-prepare-commit
    -GITHUB_REMOTE="origin"
    -BASE_BRANCH=master
    +LOCATION_DIR=`dirname $0`
    --- End diff --
    
    `LOCATION_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd 
)"`?


---

Reply via email to