-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
template: log hashes of all downloaded packages before installation
This, connected with append-only build log (QubesOS/qubes-issues#2023) will allow for meaningful inspection what really got installed during template build, even if signature verification is buggy, or release signing key is compromised. Adding this for debootstrap - after downloading but before installing packages is somehow complex. Split the operation into two phases - first download all the packages, then install them. Point at local directory for the second run to not download packages (or repository metadata) the second time. That local directory needs to have proper repository metadata. (cherry picked from commit f1e2283)
- Loading branch information
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters