-
Notifications
You must be signed in to change notification settings - Fork 668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QA] beta5: *.tar.xz.asc *.pkg.sig files are missing #8109
Comments
The release ticket #7966 and template has a dead link: https://github.com/owncloud/enterprise/wiki/Desktop-Signing-Knowledge |
Previously -- when all was in one huge testing folder -- we had these files:
@dschmidt is that missing in the upload script |
@dschmidt RC1 also misses the asc file in the source folder. |
|
Yeah, I think that's why they were removed. Need to check tarball .asc. |
the the above answer |
Rechecked with rc3, not fixed. the asc file is missing in the source folder, pkg.tbz.sig is missing in the mac folder: |
With @dschmidt's fixes, signatures start to appear:
|
gpg: Signature made Wed 18 Nov 2020 12:58:01 PM CET
gpg: no valid OpenPGP data found. I am okay with the warning on the .asc signature as long as it is GOOD. @dschmidt the macos .sig file is a diferent beast, is it? |
Yeah, it is an openssl signature ... |
wget https://download.owncloud.com/desktop/ownCloud/testing/2.7.1.2530/mac/ownCloud-2.7.1.2530.pkg.tbz.sig
wget https://download.owncloud.com/desktop/ownCloud/testing/2.7.1.2530/mac/ownCloud-2.7.1.2530.pkg.tbz
wget https://raw.githubusercontent.com/owncloud/client/master/admin/osx/sparkle/dsa_pub.pem
wget https://raw.githubusercontent.com/owncloud/client/master/admin/osx/sparkle/sign_verify.sh
chmod +x sign_verify.sh
./sign_verify.sh dsa_pub.pem ownCloud-2.7.1.2530.pkg.tbz "$(cat ownCloud-2.7.1.2530.pkg.tbz.sig)" ->
edit: |
Thanks you! |
According to
A signature file (*.asc) should be next to the source tar.xz file. https://download.owncloud.com/desktop/ownCloud/testing/2.7.0.2141-v270beta5/source/
The text was updated successfully, but these errors were encountered: