Repository: incubator-hivemall Updated Branches: refs/heads/master b242d8089 -> def42e997
Updated to install md5sha1sum Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/def42e99 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/def42e99 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/def42e99 Branch: refs/heads/master Commit: def42e997c82cf7278314c069ceee4a06341170b Parents: b242d80 Author: Makoto Yui <[email protected]> Authored: Mon Jan 15 14:57:19 2018 +0900 Committer: Makoto Yui <[email protected]> Committed: Mon Jan 15 14:57:19 2018 +0900 ---------------------------------------------------------------------- src/site/markdown/release-setup.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/def42e99/src/site/markdown/release-setup.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/release-setup.md b/src/site/markdown/release-setup.md index 852126b..874aec3 100644 --- a/src/site/markdown/release-setup.md +++ b/src/site/markdown/release-setup.md @@ -28,6 +28,7 @@ If it is your first time doing an Apache release, then there is some initial set You would need the following softwares for building and making a release: - gpg2 +- md5sum, sha1sum - git client - svn client (_svn is still mandatory in the ASF distribution process. Don't ask me why._) - JDK 7 (_not JDK 8 nor 9 to support Java 7 or later_) @@ -37,6 +38,7 @@ You would need the following softwares for building and making a release: # on Mac $ brew install gpg gpg-agent pinentry-mac + $ brew instal md5sha1sum $ brew intall svn $ brew install maven $ brew install npm
