-
Notifications
You must be signed in to change notification settings - Fork 59
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
Support primary_key in mirror tag #367
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Stefan Kempf <[email protected]>
Signed-off-by: Stefan Kempf <[email protected]>
Signed-off-by: Stefan Kempf <[email protected]>
Signed-off-by: Stefan Kempf <[email protected]>
Signed-off-by: Stefan Kempf <[email protected]>
Signed-off-by: Stefan Kempf <[email protected]>
Signed-off-by: Stefan Kempf <[email protected]>
Signed-off-by: Stefan Kempf <[email protected]>
Signed-off-by: Stefan Kempf <[email protected]>
We are having exactly the same problem. I'm going to test this patch with our code base and give you feedback. @bgermann Could you take a look at this, too? |
Doesn't work for me unfortunately. But I'm not sure if it is our special corporate environment or the patch. APT is failing to install packages because of verification errors (e.g. busybox). I'm missing the time to dig deeper here right now. Sorry. |
Sorry for the long delay. https://lists.linutronix.de/pipermail/elbe-devel/2024-November/007571.html Could you give it a test? |
@t-8ch Thanks for picking it up. I do not have this use case anymore and cannot test unfortunately. But would be fine with it. |
Rebased variant of #367 To: [email protected] Cc: Stefan Kempf <[email protected]> Signed-off-by: Thomas Weißschuh <[email protected]> --- Changes in v2: - EDITME: describe what is new in this series revision. - EDITME: use bulletpoints and terse descriptions. - Link to v1: https://lore.kernel.org/r/[email protected] --- b4-submit-tracking --- # This section is used internally by b4 prep for tracking purposes. { "series": { "revision": 2, "change-id": "20241118-primary_key-e71b055eddf8", "prefixes": [], "history": { "v1": [ "[email protected]" ] } } }
This adds support for a public key of the primary mirror. The primary key is used in the following places:
Resolves #104 and #365.