-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I don't understand why you're removing the .git directory. But anyhow, you should patch the coreboot version script. The script should take your specific version of your libreboot build script git repo. Please prefix the version with "libreboot", it makes all our live easier to know what version is running and from where the version comes from. And btw. this makes your coreboot' build reproducible, which isn't it atm.
Libreboot removes all of the blobs from coreboot. In doing so, a diff showing those deletions (therefore, containing the blobs) is shown. The git history in coreboot also shows blobs that have been added or deleted, over time.
By not deleting the .git directory, libreboot would be distributing blobs. That's why it's deleted.
However, your comment is valid; I should patch the build system in coreboot so that it shows libreboot-<insert revision here> in the coreboot-libre boot logs (as seen from serial output, EHCI debug output or cbmem -c). I've added a note for myself, reminding me to do this.