GitHub user mpercy opened a pull request:
https://github.com/apache/flume/pull/258
Minor fixes to release tools
When reviewing 1.9.0 RC1, I noticed a few issues that needed to be fixed
with the release tools.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mpercy/flume release-1.9.0-changes-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flume/pull/258.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #258
----
commit ed79bcd285d9d6706dd4233d057b60fd8c2f3553
Author: Mike Percy <mpercy@...>
Date: 2018-12-06T08:36:59Z
Make license-diff.sh work on macOS
readlink -f is not portable
commit 0ed740481b48b83a5da6b4558acdccd3a665a41d
Author: Mike Percy <mpercy@...>
Date: 2018-12-06T08:37:37Z
Make sign-checksum-artifact.sh executable
This script was checked in without the execute bit set.
----
---