workan
This commit is contained in:
@@ -76,11 +76,17 @@ unset attribution_passphrase_check
|
|||||||
cat "$out_dir/contents.7z"
|
cat "$out_dir/contents.7z"
|
||||||
} | sha512sum | awk '{print $1}' > "$out_dir/attribution.sha512"
|
} | sha512sum | awk '{print $1}' > "$out_dir/attribution.sha512"
|
||||||
|
|
||||||
|
printf "sanity checking: changing working directory to $out_dir"
|
||||||
|
cd out
|
||||||
|
checkcode $?
|
||||||
printf "sanity checking: verification"
|
printf "sanity checking: verification"
|
||||||
bash out/verify-everything.sh
|
bash verify-everything.sh
|
||||||
checkcode $?
|
checkcode $?
|
||||||
printf "sanity checking: validate attribution passphrase"
|
printf "sanity checking: validate attribution passphrase"
|
||||||
bash out/test_validation_passphrase.sh
|
bash test_validation_passphrase.sh
|
||||||
|
checkcode $?
|
||||||
|
printf "sanity checking: returning"
|
||||||
|
cd ..
|
||||||
checkcode $?
|
checkcode $?
|
||||||
|
|
||||||
printf "7z archiving outer dir"
|
printf "7z archiving outer dir"
|
||||||
|
|||||||
Reference in New Issue
Block a user