Repository: incubator-hivemall-site Updated Branches: refs/heads/asf-site a193ef360 -> ed2f3757f
Updated verification guide Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall-site/commit/ed2f3757 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall-site/tree/ed2f3757 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall-site/diff/ed2f3757 Branch: refs/heads/asf-site Commit: ed2f3757fd87b307a63f62e4af946ad15dedf3f3 Parents: a193ef3 Author: Makoto Yui <[email protected]> Authored: Thu Nov 15 18:50:25 2018 +0900 Committer: Makoto Yui <[email protected]> Committed: Thu Nov 15 18:50:25 2018 +0900 ---------------------------------------------------------------------- verify_artifacts.html | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall-site/blob/ed2f3757/verify_artifacts.html ---------------------------------------------------------------------- diff --git a/verify_artifacts.html b/verify_artifacts.html index 36856e7..91ed7e5 100644 --- a/verify_artifacts.html +++ b/verify_artifacts.html @@ -84,9 +84,9 @@ <div id="breadcrumbs"> <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2018-03-14<span class="divider">|</span> + <li id="publishDate">Last Published: 2018-11-15<span class="divider">|</span> </li> - <li id="projectVersion">Version: 0.5.1-incubating-SNAPSHOT</li> + <li id="projectVersion">Version: 0.5.2-incubating-SNAPSHOT</li> </ul> </div> <div id="bodyColumn" > @@ -138,33 +138,22 @@ wget -e robots=off --no-check-certificate \ -r -np --reject=html,txt,tmp -nH --cut-dirs=5 \ https://dist.apache.org/repos/dist/dev/incubator/hivemall/${VERSION}-incubating-rc${RC_NUMBER}/ </pre></div></div> -<h1>3. Verify SHA1, MD5, and GPG signatures.</h1> +<h1>3. Verify SHA512, and GPG signatures.</h1> <div class="source"> <div class="source"><pre class="prettyprint">cd ${VERSION}-incubating-rc${RC_NUMBER}/ -for f in `find . -type f -iname '*.sha1'`; do +for f in `find . -type f -iname '*.sha512'`; do echo -n "Verifying ${f%.*} ... " - sha1sum ${f%.*} | cut -f1 -d' ' | diff -Bw - ${f} + shasum -a 512 ${f%.*} | cut -f1 -d' ' | diff -Bw - ${f} if [ $? -eq 0 ]; then echo 'Valid' else - echo "SHA1 is Invalid: ${f}" >&2 + echo "SHA512 is Invalid: ${f}" >&2 exit 1 fi done echo -for f in `find . -type f -iname '*.md5'`; do - echo -n "Verifying ${f%.*} ... " - md5sum ${f%.*} | cut -f1 -d' ' | diff -Bw - ${f} - if [ $? -eq 0 ]; then - echo 'Valid' - else - echo "MD5 is Invalid: ${f%.*}" >&2 - exit 1 - fi -done -echo for f in `find . -type f -iname '*.asc'`; do gpg --verify ${f} if [ $? -eq 0 ]; then @@ -220,7 +209,7 @@ done </small> </p> </div> - <p id="poweredBy" class="pull-right"> <a href="http://incubator.apache.org/projects/hivemall.html" title="Apache Incubator" class="builtBy"><img class="builtBy" alt="Apache Incubator" src="http://incubator.apache.org/images/egg-logo.png" /></a> + <p id="poweredBy" class="pull-right"> <a href="http://incubator.apache.org/projects/hivemall.html" title="Apache Incubator" class="builtBy"><img class="builtBy" alt="Apache Incubator" src="images/apache-incubator-logo.png" /></a> </p> </div> </footer>
