Skip to content

Commit

Permalink
release-howto: Explicitely select VideoLAN signing key
Browse files Browse the repository at this point in the history
  • Loading branch information
funman committed Feb 28, 2014
1 parent 0405bf4 commit 919034b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/release-howto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Release HOWTO
- Use 'make distcheck' to make sure all files are exported correctly
- copy the tar.xz file on ganesh.videolan.org
- generate SHA, MD5 hashes and OpenPGP signature of these files
(use sha*sum --binary, md5sum --binary, gpg --sign --detach --armor)
(use sha*sum --binary, md5sum --binary, gpg -u VideoLAN\ Release --sign --detach --armor)
Use the sumandsign.sh script

* Contribs
Expand Down Expand Up @@ -60,7 +60,7 @@ Release HOWTO

* "Check for updates" functionality
- edit update.videolan.org/vlc/status
- gpg -t --sign --detach --armor
- gpg -u VideoLAN\ Release -t --sign --detach --armor
- for i in *asc;do gpg --verify $i || echo $i;done

* Mirrors (if necessary)
Expand Down

0 comments on commit 919034b

Please sign in to comment.