-
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Labels
bugbuildsystemrelease cycle - 2025-01-30(originally targeted 2024-11-20)(originally targeted 2024-11-20)
Milestone
Description
When testing master (be0aac6)
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
Metadata
Metadata
Assignees
Labels
bugbuildsystemrelease cycle - 2025-01-30(originally targeted 2024-11-20)(originally targeted 2024-11-20)