[vlc-commits] release-howto: Explicitely select VideoLAN signing key

Rafaël Carré git at videolan.org
Fri Feb 28 12:11:38 CET 2014


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Fri Feb 28 12:11:18 2014 +0100| [919034b8c2b53e217f013d47712a17230cc4f63a] | committer: Rafaël Carré

release-howto: Explicitely select VideoLAN signing key

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=919034b8c2b53e217f013d47712a17230cc4f63a
---

 doc/release-howto.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/release-howto.txt b/doc/release-howto.txt
index 5c9e8f5..d51f571 100644
--- a/doc/release-howto.txt
+++ b/doc/release-howto.txt
@@ -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
@@ -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)



More information about the vlc-commits mailing list