You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
user@heads-clean:~/heads$ HASHES1=build/x86/qemu-coreboot-fbwhiptail-tpm2-hotp/hashes.txt
user@heads-clean:~/heads$ wget -q https://output.circle-artifacts.com/output/job/e425a5ce-f12d-4776-9287-2dfeb22b4313/artifacts/0/build/x86/qemu-coreboot-fbwhiptail-tpm2-hotp/hashes.txt -O master
user@heads-clean:~/heads$
user@heads-clean:~/heads$ egrep '^[0-9a-f]{64}' $HASHES1 | while read line; do HASH_REF=$(echo $line|awk -F " " {'print $1'}); FILE_REF=$(echo $line|awk -F "/" {'print $NF'}); if ! grep -q "$HASH_REF" $HASHES2; then echo "$FILE_REF doesn't match";fi; done
tools.cpio doesn't match
config doesn't match
lvm doesn't match
initrd.cpio.xz doesn't match
heads-qemu-coreboot-fbwhiptail-tpm2-hotp-v0.2.0-2433-gee8d1d9.rom doesn't match
The text was updated successfully, but these errors were encountered:
tlaurion
changed the title
lvm is not reproducible
lvm conf /etc/config are not reproducible on master (be0aac691404b75fcae2a0dec831c48adff17ea2)
Nov 22, 2024
tlaurion
changed the title
lvm conf /etc/config are not reproducible on master (be0aac691404b75fcae2a0dec831c48adff17ea2)
lvm is not reproducible on master (be0aac691404b75fcae2a0dec831c48adff17ea2)
Nov 22, 2024
When testing master (be0aac6)
The text was updated successfully, but these errors were encountered: