Commit 1ca89091 authored by Antoine Cellerier's avatar Antoine Cellerier

Update system will fail on v4 signatures.

Please force v3 sigs for a while until the fix propagates (1 month should be enough?).
parent f71123b5
......@@ -32,7 +32,7 @@
- copy the tar.bz2 file on ftp.videolan.org in
/opt/ftp/pub/videolan/testing/vlc-X.X.X/
- generate SHA1 plus md5 hashes and gpg signature of these files
(use gpg --sign --detach --armor)
(use gpg --sign --detach --armor --force-v3-sigs)
* Contribs
- Put a copy of the libraries or git snapshot in vlc-X.X.X/contrib
......@@ -45,7 +45,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 plus SHA1 hashes and gpg signature of these files
(use gpg --sign --detach --armor)
(use gpg --sign --detach --armor --force-v3-sigs)
* Win32 Packages
make the packages using the nightly builds configure/options/... , don't
......@@ -54,7 +54,7 @@
uninstaller was broken ... kind of suxxs)
add the .zip and .exe files to /opt/ftp/pub/videolan/testing/vlc-X.X.X/win32/
generate md5 plus SHA1 hashes and gpg signature of these files
(use gpg --sign --detach --armor)
(use gpg --sign --detach --armor --force-v3-sigs)
* OS X packages
Information on compilation: wiki.videolan.org/OSXCompile
......@@ -68,7 +68,7 @@
vlc-plugin-X.X.X-$(PLATFORM).dmg and vlckit-X.X.X-$(PLATFORM).dmg.
Don't put any platform for the UB package.
generate md5 plus SHA1 hashes and gpg signature of these files
(use gpg --sign --detach --armor)
(use gpg --sign --detach --armor --force-v3-sigs)
* Commit changes ... it never works the first time
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment