-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add new signing key #507
Add new signing key #507
Conversation
Steps to verify
With new key,
|
exported file seems corrupted, checking why... |
Testing repository may be broken. 🤔
|
90e16e0
to
316241f
Compare
Upgrade succeeds:
Installed the new signing key:
Minor upgrade succeeds with new key.
|
e3371cc
to
803a49e
Compare
Note: If the signature key is changed to a newer one in the future, it will no longer be possible to update directly to that version with the apt command. |
TODO: fix CI. |
803a49e
to
12ca559
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm OK with this direction.
The building process of CI is failing, so we may still need to fix some points.
I will try to check the process of #507 (comment) when I have time.
If I am late, please merge this before I confirm it.
I'm a newbie in this area, so we may need to have @ashie check the direction.
52db64d
to
f17c398
Compare
rebased with HEAD. |
* signing key is generated with gpg --full-generate-key [1] * fix missing transitional package * It seems that transitional package must be placed with fluent-package. This is a bug of convert-artifacts-layout.sh. [1] RSA4096bit, Fluentd developers (Fluent Package Official Signing Key) <[email protected]>. Note that v5.0.0 must be singed with old key, then for next update, we can use signing with the new key which is bundled with fluentd-apt-source package. NOTE: It seems that transitional package must be placed with fluent-package. Without it, it causes the following error: E: Failed to fetch http://.../5/debian/bullseye/pool/contrib/f/fluent-package/td-agent_5.0.0-1_all.deb Closes: fluent#506 Signed-off-by: Kentaro Hayashi <[email protected]>
It seems that transitional package must be placed with fluent-package. It fixes the following error: E: Failed to fetch http://.../5/debian/bullseye/pool/contrib/f/fluent-package/td-agent_5.0.0-1_all.deb Signed-off-by: Kentaro Hayashi <[email protected]>
Signed-off-by: Kentaro Hayashi <[email protected]>
f17c398
to
4dc0c38
Compare
Updated commit message a bit. |
fluent-package. This is a bug of convert-artifacts-layout.sh.
[1]
RSA4096bit, Fluentd developers (Fluent Package Official Signing Key) [email protected].
Note that v5.0.0 must be singed with old key, then for next update,
we can use signing with the new key which is bundled with
fluentd-apt-source package.
NOTE: It seems that transitional package must be placed with
fluent-package. Without it, it causes the following error:
E: Failed to fetch
http://.../5/debian/bullseye/pool/contrib/f/fluent-package/td-agent_5.0.0-1_all.deb
Closes: #506