-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix opam-repository commit for reproducible builds
Also, display the actual and expected SHA hashes after building.
- Loading branch information
Thomas Leonard
committed
Jan 28, 2017
1 parent
d6074f2
commit 07ff3d6
Showing
2 changed files
with
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
#!/bin/sh | ||
set -eux | ||
set -eu | ||
echo Building Docker image with dependencies.. | ||
docker build -t qubes-mirage-firewall . | ||
echo Building Firewall... | ||
docker run --rm -i -v `pwd`:/home/opam/qubes-mirage-firewall qubes-mirage-firewall | ||
echo "SHA2 of build: $(sha256sum mir-qubes-firewall.xen)" | ||
echo "SHA2 last known: f0c1a06fc4b02b494c81972dc89419af6cffa73b75839c0e8ee3798d77bf69b3" |