Add reference elf2tab and binary hashes to the uploaded reproduced.tar file.

This commit is contained in:
Guillaume Endignoux
2020-07-24 10:52:41 +02:00
parent 4b942c568c
commit abc251ef8a

View File

@@ -35,3 +35,6 @@ done
echo "Computing SHA-256 sum of the TAB file..." echo "Computing SHA-256 sum of the TAB file..."
./third_party/tock/tools/sha256sum/target/debug/sha256sum target/tab/ctap2.tab >> reproducible/binaries.sha256sum ./third_party/tock/tools/sha256sum/target/debug/sha256sum target/tab/ctap2.tab >> reproducible/binaries.sha256sum
tar -rvf reproducible/reproduced.tar target/tab/ctap2.tab tar -rvf reproducible/reproduced.tar target/tab/ctap2.tab
tar -rvf reproducible/reproduced.tar reproducible/elf2tab.txt
tar -rvf reproducible/reproduced.tar reproducible/binaries.sha256sum