From d1beacbb16cc1175ddb4dea1c811b3f43a091578 Mon Sep 17 00:00:00 2001 From: Naoum Hankache Date: Sun, 6 Jan 2019 17:35:18 +0200 Subject: Update sha256sum instructions Signed-off-by: Naoum Hankache --- tools/star/release-guide.pod | 3 ++- tools/star/windows-msi.pod | 12 ++++++++++-- 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 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 and L: 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 and L to do it for you. -=item Step 10 +Also upload the sha256 sum eg. C + +=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. -- cgit v1.1