diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-01-26 08:33:35 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-01-26 08:33:35 (EST) |
commit | 4f415160d95493457a3c8def085c07a6effa6712 (patch) | |
tree | e0974dc8e229897b9515c55073c67d4d2f112961 | |
parent | 7e3a6a658eb3c33155ca88cc426307abf6208396 (diff) | |
download | libreboot-4f415160d95493457a3c8def085c07a6effa6712.zip libreboot-4f415160d95493457a3c8def085c07a6effa6712.tar.gz libreboot-4f415160d95493457a3c8def085c07a6effa6712.tar.bz2 |
build-release: delete the commitid file from release archives
-rwxr-xr-x | build-release | 3 |
1 files changed, 3 insertions, 0 deletions
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 |