lucy-clownfish git commit: Add sha512 explicit algorithm to file extension

2017-11-14 Thread nwellnhof
Repository: lucy-clownfish
Updated Branches:
  refs/heads/master 120ece10e -> e96564cdb


Add sha512 explicit algorithm to file extension


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/e96564cd
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/e96564cd
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/e96564cd

Branch: refs/heads/master
Commit: e96564cdb861f6886375b204261c8911841496c4
Parents: 120ece1
Author: Nick Wellnhofer 
Authored: Tue Nov 14 15:09:14 2017 +0100
Committer: Nick Wellnhofer 
Committed: Tue Nov 14 15:09:41 2017 +0100

--
 devel/bin/release_commands.pl | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/e96564cd/devel/bin/release_commands.pl
--
diff --git a/devel/bin/release_commands.pl b/devel/bin/release_commands.pl
index 9d0e993..f824379 100755
--- a/devel/bin/release_commands.pl
+++ b/devel/bin/release_commands.pl
@@ -106,7 +106,7 @@ say qq|perl -MDigest -e '\$d = Digest->new("SHA-512"); open 
\$fh, |
 . qq|"addfile(\$fh); print \$d->hexdigest; |
 . qq|print "  apache-clownfish-$x_y_z_version.tar.gz\\n"' > |
-. qq| apache-clownfish-$x_y_z_version.tar.gz.sha\n|;
+. qq| apache-clownfish-$x_y_z_version.tar.gz.sha512\n|;
 
 say qq|# Sign the release.|;
 say qq|gpg --armor --output apache-clownfish-$x_y_z_version.tar.gz.asc |
@@ -116,7 +116,7 @@ say qq|# Add the artifacts and commit to the dev area on 
dist.apache.org.|;
 say qq|svn add |
 . qq|apache-clownfish-$x_y_z_version.tar.gz |
 . qq|apache-clownfish-$x_y_z_version.tar.gz.md5 |
-. qq|apache-clownfish-$x_y_z_version.tar.gz.sha |
+. qq|apache-clownfish-$x_y_z_version.tar.gz.sha512 |
 . qq|apache-clownfish-$x_y_z_version.tar.gz.asc |
 . qq|CHANGES-$x_y_z_version.txt |;
 say qq|svn ci -m "Add apache-clownfish-$x_y_z_version artifacts"\n|;
@@ -161,8 +161,8 @@ say qq|svnmucc -m "Publish Apache Clownfish $x_y_z_version" 
|
 . qq|release/lucy/clownfish/apache-clownfish-$x_y_z_version.tar.gz |
 . qq|mv 
dev/lucy/clownfish/apache-clownfish-$full_rc_version/apache-clownfish-$x_y_z_version.tar.gz.md5
 |
 . qq|release/lucy/clownfish/apache-clownfish-$x_y_z_version.tar.gz.md5 |
-. qq|mv 
dev/lucy/clownfish/apache-clownfish-$full_rc_version/apache-clownfish-$x_y_z_version.tar.gz.sha
 |
-. qq|release/lucy/clownfish/apache-clownfish-$x_y_z_version.tar.gz.sha |
+. qq|mv 
dev/lucy/clownfish/apache-clownfish-$full_rc_version/apache-clownfish-$x_y_z_version.tar.gz.sha512
 |
+. qq|release/lucy/clownfish/apache-clownfish-$x_y_z_version.tar.gz.sha512 |
 . qq|mv 
dev/lucy/clownfish/apache-clownfish-$full_rc_version/apache-clownfish-$x_y_z_version.tar.gz.asc
 |
 . qq|release/lucy/clownfish/apache-clownfish-$x_y_z_version.tar.gz.asc |
 . qq|mv 
dev/lucy/clownfish/apache-clownfish-$full_rc_version/CHANGES-$x_y_z_version.txt 
|
@@ -179,7 +179,7 @@ if ( $micro > 0 ) {
 . qq|-U https://dist.apache.org/repos/dist/release/lucy/clownfish |
 . qq|rm apache-clownfish-$prev.tar.gz |
 . qq|rm apache-clownfish-$prev.tar.gz.md5 |
-. qq|rm apache-clownfish-$prev.tar.gz.sha |
+. qq|rm apache-clownfish-$prev.tar.gz.sha512 |
 . qq|rm apache-clownfish-$prev.tar.gz.asc |
 . qq|rm CHANGES-$prev.txt |;
 }



[3/3] lucy-clownfish git commit: Add sha512 explicit algorithm to file extension

2017-11-14 Thread nwellnhof
Add sha512 explicit algorithm to file extension


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/287f7ba0
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/287f7ba0
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/287f7ba0

Branch: refs/heads/0.6
Commit: 287f7ba063caf1f4141ea7199d56387a3405bdc4
Parents: 2bb466f
Author: Nick Wellnhofer 
Authored: Tue Nov 14 15:09:14 2017 +0100
Committer: Nick Wellnhofer 
Committed: Tue Nov 14 15:09:14 2017 +0100

--
 devel/bin/release_commands.pl | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/287f7ba0/devel/bin/release_commands.pl
--
diff --git a/devel/bin/release_commands.pl b/devel/bin/release_commands.pl
index 9d0e993..f824379 100755
--- a/devel/bin/release_commands.pl
+++ b/devel/bin/release_commands.pl
@@ -106,7 +106,7 @@ say qq|perl -MDigest -e '\$d = Digest->new("SHA-512"); open 
\$fh, |
 . qq|"addfile(\$fh); print \$d->hexdigest; |
 . qq|print "  apache-clownfish-$x_y_z_version.tar.gz\\n"' > |
-. qq| apache-clownfish-$x_y_z_version.tar.gz.sha\n|;
+. qq| apache-clownfish-$x_y_z_version.tar.gz.sha512\n|;
 
 say qq|# Sign the release.|;
 say qq|gpg --armor --output apache-clownfish-$x_y_z_version.tar.gz.asc |
@@ -116,7 +116,7 @@ say qq|# Add the artifacts and commit to the dev area on 
dist.apache.org.|;
 say qq|svn add |
 . qq|apache-clownfish-$x_y_z_version.tar.gz |
 . qq|apache-clownfish-$x_y_z_version.tar.gz.md5 |
-. qq|apache-clownfish-$x_y_z_version.tar.gz.sha |
+. qq|apache-clownfish-$x_y_z_version.tar.gz.sha512 |
 . qq|apache-clownfish-$x_y_z_version.tar.gz.asc |
 . qq|CHANGES-$x_y_z_version.txt |;
 say qq|svn ci -m "Add apache-clownfish-$x_y_z_version artifacts"\n|;
@@ -161,8 +161,8 @@ say qq|svnmucc -m "Publish Apache Clownfish $x_y_z_version" 
|
 . qq|release/lucy/clownfish/apache-clownfish-$x_y_z_version.tar.gz |
 . qq|mv 
dev/lucy/clownfish/apache-clownfish-$full_rc_version/apache-clownfish-$x_y_z_version.tar.gz.md5
 |
 . qq|release/lucy/clownfish/apache-clownfish-$x_y_z_version.tar.gz.md5 |
-. qq|mv 
dev/lucy/clownfish/apache-clownfish-$full_rc_version/apache-clownfish-$x_y_z_version.tar.gz.sha
 |
-. qq|release/lucy/clownfish/apache-clownfish-$x_y_z_version.tar.gz.sha |
+. qq|mv 
dev/lucy/clownfish/apache-clownfish-$full_rc_version/apache-clownfish-$x_y_z_version.tar.gz.sha512
 |
+. qq|release/lucy/clownfish/apache-clownfish-$x_y_z_version.tar.gz.sha512 |
 . qq|mv 
dev/lucy/clownfish/apache-clownfish-$full_rc_version/apache-clownfish-$x_y_z_version.tar.gz.asc
 |
 . qq|release/lucy/clownfish/apache-clownfish-$x_y_z_version.tar.gz.asc |
 . qq|mv 
dev/lucy/clownfish/apache-clownfish-$full_rc_version/CHANGES-$x_y_z_version.txt 
|
@@ -179,7 +179,7 @@ if ( $micro > 0 ) {
 . qq|-U https://dist.apache.org/repos/dist/release/lucy/clownfish |
 . qq|rm apache-clownfish-$prev.tar.gz |
 . qq|rm apache-clownfish-$prev.tar.gz.md5 |
-. qq|rm apache-clownfish-$prev.tar.gz.sha |
+. qq|rm apache-clownfish-$prev.tar.gz.sha512 |
 . qq|rm apache-clownfish-$prev.tar.gz.asc |
 . qq|rm CHANGES-$prev.txt |;
 }