-
Notifications
You must be signed in to change notification settings - Fork 57
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
PE-19086 Change extend gpg key to ignore gpg key warnings #47
PE-19086 Change extend gpg key to ignore gpg key warnings #47
Conversation
Can one of the admins verify this patch? |
Refer to this link for build results (access rights to CI server needed): |
038983a
to
78bcfff
Compare
Looks like I was wrong about the lower end, PE 3.8.5, and PE 3.8.6 both now come with an expired key. Updated the method to make sure if it is those versions to also add in the ignore gpg-key warning, also updated specs to reflect the new behavior. |
Refer to this link for build results (access rights to CI server needed): |
Bah humbug. Looks like PE 2016.2.1 also has an expired gpg-key. I need to do more research to really nail that down. |
The extended GPG-key for PE 2015.2 -> 2016.1.2 has expired. Rather then continue to update it every few months, lets just enable the older versions of PE that are installed on debian systems to ignore gpg-key warnings. We will still have testing coverage of the gpg-key on debian systems via fresh installs of PE and testing upgrades from PE 2016.2.0 and newer.
78bcfff
to
bd3ef2f
Compare
Okay updated everything to reflect now every PE version less then 2016.4.0 needs this ignore method if it is deb/ubuntu. |
Refer to this link for build results (access rights to CI server needed): |
👍 |
1 similar comment
👍 |
The extended GPG-key for PE 2015.2 -> 2016.1.2 has expired.
Rather then continue to update it every few months, lets just
enable the older versions of PE that are installed on debian
systems to ignore gpg-key warnings.
We will still have testing coverage of the gpg-key on debian
systems via fresh installs of PE and testing upgrades from
PE 2016.2.0 and newer.