aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaoum Hankache <naoum88@gmail.com>2019-01-06 17:35:18 +0200
committerNaoum Hankache <naoum88@gmail.com>2019-01-06 17:35:18 +0200
commitd1beacbb16cc1175ddb4dea1c811b3f43a091578 (patch)
tree9e4bd4cfaa65711c96cfdf46e6489f7bd62f2f9d
parentb166fe3d12dea99b7a538b8793cd23fc85dadd23 (diff)
Update sha256sum instructions
Signed-off-by: Naoum Hankache <naoum88@gmail.com>
-rw-r--r--tools/star/release-guide.pod3
-rw-r--r--tools/star/windows-msi.pod12
2 files changed, 12 insertions, 3 deletions
diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod
index 8529603..0bce666 100644
--- a/tools/star/release-guide.pod
+++ b/tools/star/release-guide.pod
@@ -194,7 +194,8 @@ Also sign the release tarball with GPG and a suitable key
eg. C<gpg --armor --detach-sig rakudo-star-2018.01.tar.gz>
Generate a SHA256 sum eg.
- sha256sum rakudo-star-2018.01.tar.gz | cut -f1 -d" " > rakudo-star-2018.01.tar.gz.sha256.txt
+
+ $ sha256sum rakudo-star-2018.01.tar.gz | cut -f1 -d" " > rakudo-star-2018.01.tar.gz.sha256.txt
=item Step 12
diff --git a/tools/star/windows-msi.pod b/tools/star/windows-msi.pod
index d4f8b63..8674c22 100644
--- a/tools/star/windows-msi.pod
+++ b/tools/star/windows-msi.pod
@@ -118,6 +118,12 @@ or mailing list.
=item Step 9
+Generate a SHA256 sum eg.
+
+ $ sha256sum "rakudo-star-YYYY.MM-x86_64 (JIT).msi" | cut -f1 -d" " > "rakudo-star-YYYY.MM-x86_64 (JIT).msi.sha256.txt"
+
+=item Step 10
+
Upload the msi package to L<http://rakudo.org/downloads/star> and L<https://rakudo.perl6.org/downloads/star/>:
scp "rakudo-star-YYYY.MM-x86 (no JIT).msi" rakudo@rakudo.org:public_html/downloads/star
@@ -126,7 +132,9 @@ Upload the msi package to L<http://rakudo.org/downloads/star> and L<https://raku
If you don't have permission to do this step, please ask one(pmichaud, jnthn,
masak, PerlJam/perlpilot, tadzik, moritz) on C<#perl6> to do it for you.
-=item Step 10
+Also upload the sha256 sum eg. C<rakudo-star-YYYY.MM-x86_64 (JIT).msi.sha256.txt>
+
+=item Step 11
Publicize the msi packages in the appropriate places. These include:
@@ -138,7 +146,7 @@ Publicize the msi packages in the appropriate places. These include:
=back
-=item Step 11
+=item Step 12
You're done! Celebrate with the appropriate amount of fun.