boxit sync doesn't see changed package signatures #16
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tools/boxit#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: jonathonf
Upstream may upload new package signatures to fix issues with expired keys rather than rebuilding and/or bumping a package.
boxit sync currently pulls only changed packages and doesn't check whether the signature in the upstream package database, or the key file, has changed.
This can lead to situations where package signatures won't validate as the boxit server has the old package signature file.
If detecting these changes automatically isn't possible, boxit could do with a "clean" or "full sync" option to force a full sync from the upstream mirror so all files are checked and/or downloaded. Ideally this would still detect when a particular file hasn't changed and skip it.
Created by: philmmanjaro
How many packages are currently affected by this? For now a manual server update task is needed.