diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-13 05:44:49 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-13 05:44:49 (EST) |
commit | 5edfcc4af6268b9d0f931f09213aa8fe7830e5c6 (patch) | |
tree | 1a5b3bc71e5888b8788e9a178ecbcece9b35ed8a | |
parent | 78e345b68fea725b6375882007178239ecb038f9 (diff) | |
download | libreboot-5edfcc4af6268b9d0f931f09213aa8fe7830e5c6.zip libreboot-5edfcc4af6268b9d0f931f09213aa8fe7830e5c6.tar.gz libreboot-5edfcc4af6268b9d0f931f09213aa8fe7830e5c6.tar.bz2 |
build-release: delete deblob and get scripts from libreboot_src
These are only needed in git.
-rwxr-xr-x | build-release | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/build-release b/build-release index 0d676a5..5b4d713 100755 --- a/build-release +++ b/build-release @@ -331,6 +331,15 @@ rm -f releasefilelist # to happen on the release archives. # Development goes in git. rm -f libreboot_src/build-release +rm -f libreboot_src/getall +rm -f libreboot_src/getbucts +rm -f libreboot_src/getcb +rm -f libreboot_src/getflashrom +rm -f libreboot_src/getgrub +rm -f libreboot_src/getgrubinvaders +rm -f libreboot_src/getmt86 +rm -f libreboot_src/getseabios +rm -f libreboot_src/DEBLOB echo "Creating compressed libreboot_src release archive" |