-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Bad GPG signature #3547
Comments
I couldn't replicate this as I got a valid GPG signature after restarting the build |
Same here building a docker image:
|
We're seeing the same thing over at webpack/webpack.js.org#1251... see this build. GPG signature for this Yarn release is invalid! This is BAD and may mean the release has been tampered with. It is strongly recommended that you report this to the Yarn developers. |
I got the exact same results as @bcruddy on this travis build. (raw log)
Unfortunately the build that @skipjack links no longer has the failure text but it's probably the same error as @bcruddy and i. And it looks like the @akullpp's bug is slightly different as it has |
Yeah, somehow restarting the build fixed the issue for us. I'll report back if we see it again. |
@Daniel15 Do you think we could add the file size / Nth first bytes / Nth last bytes in the error messages? It could make it easier to detect corrupted downloads |
@arcanis - That sounds doable. I guess we could use I wonder if the installation script should simply try to redownload the tarball and see if that works? It's possible the download was interrupted somehow, and retrying a second time could work. |
Also got
|
@winterbe It looks fine to me?
This warning just means that you haven't added the Yarn signing key as a trusted key on your computer. It doesn't mean that the signature is invalid:
|
Oh OK. My fault, thanks for clarifying! 👍
Daniel Lo Nigro <[email protected]> schrieb am Mo. 25. Sep. 2017 um
13:14:
… @winterbe <https://github.com/winterbe> It looks fine to me?
gpg: Korrekte Signatur von "Yarn Packaging ***@***.***" [unbekannt]
This warning just means that you haven't added the Yarn signing key as a
trusted key on your computer. It doesn't mean that the signature is invalid:
gpg: WARNUNG: Dieser Schlüssel trägt keine vertrauenswürdige Signatur!
gpg: Es gibt keinen Hinweis, daß die Signatur wirklich dem vorgeblichen
Besitzer gehört.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3547 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAdmqVFJ3UHkeFpk5IerAELCBXADcvMRks5sl4sqgaJpZM4NrqpK>
.
|
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Yarn install fails on Travis
If the current behavior is a bug, please provide the steps to reproduce.
Invalid GPG signature
https://gist.github.com/bcruddy/f901c0f510352ff14a5c9911007ee723
What is the expected behavior?
Valid GPG signature
Please mention your node.js, yarn and operating system version.
See gist.
The text was updated successfully, but these errors were encountered: