[vlc-commits] release doc: actually give the script

Rafaël Carré git at videolan.org
Wed Jan 20 19:36:39 CET 2016


vlc/vlc-2.2 | branch: master | Rafaël Carré <funman at videolan.org> | Wed Jul 30 12:33:14 2014 +0200| [10b4e1779f9b145130cdf479f160e8d008753569] | committer: Jean-Baptiste Kempf

release doc: actually give the script

(cherry picked from commit baa3a1b760115117f5dc5bbf5912cf1ad02dbc8e)
Signed-off-by: Rafaël Carré <funman at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=10b4e1779f9b145130cdf479f160e8d008753569
---

 doc/release-howto.txt |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/doc/release-howto.txt b/doc/release-howto.txt
index 42acf8c..43631dd 100644
--- a/doc/release-howto.txt
+++ b/doc/release-howto.txt
@@ -25,9 +25,13 @@ Release HOWTO
  * Tarballs (Use a clean tree !!!)
   - 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 -u VideoLAN\ Release --sign --detach --armor)
-    Use the sumandsign.sh script
+  - generate SHA, MD5 hashes and OpenPGP signature of these files :
+        for file in vlc*; do
+            for sum in md5 sha1 sha256; do
+                ${sum}sum --binary $file > $file.$sum
+            done
+            gpg -sb -u VideoLAN\ Release --armor --force-v3-sigs $file
+        done
 
  * Contribs
   - Put a copy of the libraries or git snapshot in ftp://ftp.videolan.org/pub/contrib/



More information about the vlc-commits mailing list