Commit 965ce419 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

We need --binary flags to *sum utilities (closes #3138)

parent 018a1aca
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
correctly correctly
- copy the tar.bz2 file on ftp.videolan.org in - copy the tar.bz2 file on ftp.videolan.org in
/opt/ftp/pub/videolan/testing/vlc-X.X.X/ /opt/ftp/pub/videolan/testing/vlc-X.X.X/
- generate SHA1 plus md5 hashes and gpg signature of these files - generate SHA, MD5 hashes and OpenPGP signature of these files
(use gpg --sign --detach --armor) (use sha*sum --binary, md5sum --binary, gpg --sign --detach --armor)
* Contribs * Contribs
- Put a copy of the libraries or git snapshot in vlc-X.X.X/contrib - Put a copy of the libraries or git snapshot in vlc-X.X.X/contrib
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
Build in the "buildbeos" chroot on altair. Build in the "buildbeos" chroot on altair.
# add the .zip files to /opt/ftp/pub/videolan/testing/vlc-X.X.X/beos/ # 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 generate md5 plus SHA1 hashes and gpg signature of these files
(use gpg --sign --detach --armor) (c.f. Tarballs)
* Win32 Packages * Win32 Packages
make the packages using the nightly builds configure/options/... , don't make the packages using the nightly builds configure/options/... , don't
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
uninstaller was broken ... kind of suxxs) uninstaller was broken ... kind of suxxs)
add the .zip and .exe files to /opt/ftp/pub/videolan/testing/vlc-X.X.X/win32/ 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 generate md5 plus SHA1 hashes and gpg signature of these files
(use gpg --sign --detach --armor) (c.f. Tarballs)
* OS X packages * OS X packages
Information on compilation: wiki.videolan.org/OSXCompile Information on compilation: wiki.videolan.org/OSXCompile
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
vlc-plugin-X.X.X-$(PLATFORM).dmg and vlckit-X.X.X-$(PLATFORM).dmg. vlc-plugin-X.X.X-$(PLATFORM).dmg and vlckit-X.X.X-$(PLATFORM).dmg.
Don't put any platform for the UB package. Don't put any platform for the UB package.
generate md5 plus SHA1 hashes and gpg signature of these files generate md5 plus SHA1 hashes and gpg signature of these files
(use gpg --sign --detach --armor) (c.f. gpg --sign --detach --armor)
* Commit changes ... it never works the first time * 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