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 e204d8a commit 2641c50
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/release_guide.pod
Expand Up @@ -87,14 +87,21 @@ release guide for links on how to create GPG keys, should it be necessary.

=item 7.

Upload the release tarball to L<http://rakudo.org/downloads/rakudo>:
Sign the tarball:

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

=item 8

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

$ scp nqp-2013.12.tar.gz nqp-2013.12.tar.gz.gpg \
rakudo@rakudo.org:public_html/downloads/nqp/

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 8.
=item 9.

If creating the NQP release as part of a Rakudo release,
continue with the Rakudo release process.
Expand Down

0 comments on commit 2641c50

Please sign in to comment.