From 4f415160d95493457a3c8def085c07a6effa6712 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 26 Jan 2015 08:33:35 -0500 Subject: build-release: delete the commitid file from release archives --- (limited to 'build-release') diff --git a/build-release b/build-release index 4b07c5e..a2ff513 100755 --- a/build-release +++ b/build-release @@ -383,6 +383,9 @@ rm -f libreboot_src/ich9fdgbe_4m.bin rm -rf libreboot_src/tobuild/ rm -f libreboot_src/tobuild.tar.xz +# delete the "commitid" file (releases are tagged in git) +rm -f libreboot_src/commitid + echo "Creating compressed libreboot_src release archive" # create lzma compressed src archive -- cgit v0.9.1