Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Instructions for signing the release tarballs
  • Loading branch information
moritz committed Apr 2, 2015
1 parent d17c404 commit 5e842d6
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions docs/release_guide.pod
Expand Up @@ -221,14 +221,21 @@ that prove impossible, you can omit the C<-s> from the command line.

=item 14.

Upload the tarball to L<http://rakudo.org/downloads/rakudo>:
Sign the tarball with your PGP key:

$ scp rakudo-YYYY.MM.tar.gz rakudo@rakudo.org:public_html/downloads/rakudo/
$ gpg --sign rakudo-YYYY-MM.tar.gz

=item 15.

Upload the tarball and the signature to L<http://rakudo.org/downloads/rakudo>:

$ scp rakudo-YYYY.MM.tar.gz rakudo-YYY-MM.tar.gz.gpg \
rakudo@rakudo.org:public_html/downloads/rakudo/

If you do not have permissions for that, ask one of (pmichaud, jnthn, FROGGS,
masak, tadzik, moritz, PerlJam, [Coke], lizmat, timotimo, fsergot)) on #perl6 to do it for you.

=item 15.
=item 16.

To avoid public confusion with Rakudo Star releases, we now publish
compiler release announcements ONLY to perl6-compiler@perl.org.
Expand All @@ -239,11 +246,11 @@ announcement for both.)
Don't send out any announcements until the files are actually available
per step 14 above.

=item 16.
=item 17.

Update the Wikipedia entry at L<http://en.wikipedia.org/wiki/Rakudo>.

=item 17.
=item 18.

You're done! Celebrate with the appropriate amount of fun.

Expand Down

0 comments on commit 5e842d6

Please sign in to comment.