]> git.sesse.net Git - vlc/blobdiff - doc/release-howto.txt
Update: supports file v4 signatures
[vlc] / doc / release-howto.txt
index ede0d2b9cda02362372dbda44bccecccff03b07a..10def46e8a4692b63e249eab1d5c7f8a394ac2ce 100644 (file)
@@ -23,7 +23,7 @@
   - copy the tar.gz and tar.bz2 file on ftp.videolan.org in
     /opt/ftp/pub/videolan/testing/vlc-X.X.X/
   - generate md5 hashes and gpg signature of these files
-    (use gpg --sign --detach --armor --force-v3-sigs)
+    (use gpg --sign --detach --armor)
 
  * Contribs
   - Put a copy of the libraries or git snapshot in vlc-X.X.X/contrib
@@ -36,7 +36,7 @@
     Build in the "buildbeos" chroot on altair.
     # add the .zip files to /opt/ftp/pub/videolan/testing/vlc-X.X.X/beos/
    generate md5 hashes and gpg signature of these files
-   (use gpg --sign --detach --armor --force-v3-sigs)
+   (use gpg --sign --detach --armor)
 
  * Win32 Packages
     make the packages using the nightly builds configure/options/... , don't forget --enable-update-check
     kind of suxxs)
     add the .zip and .exe files to /opt/ftp/pub/videolan/testing/vlc-X.X.X/win32/
    generate md5 hashes and gpg signature of these files
-   (use gpg --sign --detach --armor --force-v3-sigs)
+   (use gpg --sign --detach --armor)
 
  * OS X packages
    configure with --enable-update-check
    generate md5 hashes and gpg signature of these files
-   (use gpg --sign --detach --armor --force-v3-sigs)
+   (use gpg --sign --detach --armor)
 
  * Commit changes ... it never works the first time