[vlc-devel] commit: Update system will fail on v4 signatures. (Antoine Cellerier )
git version control
git at videolan.org
Sun Sep 21 02:29:49 CEST 2008
vlc | branch: 0.9-bugfix | Antoine Cellerier <dionoea at videolan.org> | Sun Sep 21 02:32:20 2008 +0200| [1ca8909180d9eb4fb51539207b03ade769db63ca] | committer: 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?).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1ca8909180d9eb4fb51539207b03ade769db63ca
---
doc/release-howto.txt | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/release-howto.txt b/doc/release-howto.txt
index 3af9287..c146ceb 100644
--- a/doc/release-howto.txt
+++ b/doc/release-howto.txt
@@ -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
More information about the vlc-devel
mailing list