Save package hash along with the version #32
Labels
No Label
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Kind/Thinking
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: GuilloteauQ/study-docker-repro-longevity#32
Loading…
Reference in New Issue
Block a user
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?
Could be that a package manager is using the same version number for 2 different versions of a package (we have to check which package managers are doing so).
Seems a bit too complicated, but here is the command to retrieve the hash of a deb file in the cache:
dpkg -l | awk 'NR>5 {print $2 system("apt-cache show " $2 " | grep SHA256 ") }'