[vlc-commits] release doc: add a command to verify signatures
Rafaël Carré
git at videolan.org
Thu Nov 14 21:02:59 CET 2013
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Nov 14 21:02:38 2013 +0100| [7b8e0d02d586348f916e71e300f1d5fe0e715c04] | committer: Rafaël Carré
release doc: add a command to verify signatures
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7b8e0d02d586348f916e71e300f1d5fe0e715c04
---
doc/release-howto.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/release-howto.txt b/doc/release-howto.txt
index 87e0abf..5c9e8f5 100644
--- a/doc/release-howto.txt
+++ b/doc/release-howto.txt
@@ -61,6 +61,7 @@ Release HOWTO
* "Check for updates" functionality
- edit update.videolan.org/vlc/status
- gpg -t --sign --detach --armor
+ - for i in *asc;do gpg --verify $i || echo $i;done
* Mirrors (if necessary)
- Forwarn the mirror admins
More information about the vlc-commits
mailing list