From 972ccb3ca3395b4019aa9efc5f34885502553ff9 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 15 Feb 2015 18:13:56 -0500 Subject: scripts/helpers/build/release: Delete DEBLOB from libreboot_src/ libreboot_src already excludes the download scripts, because it already distributes all of the components. The version of coreboot distributed in these archives is already deblobbed, so the deblobbing script isn't needed at all. --- (limited to 'resources') diff --git a/resources/scripts/helpers/build/release/archives b/resources/scripts/helpers/build/release/archives index 2137275..d7078b4 100755 --- a/resources/scripts/helpers/build/release/archives +++ b/resources/scripts/helpers/build/release/archives @@ -339,6 +339,12 @@ rm -f libreboot_src/releasefilelist rm -f libreboot_util/releasefilelist rm -f releasefilelist +# Delete the DEBLOB file from libreboot_src +# Since _src doesn't distribute the download scripts, +# and already comes with a deblobbed coreboot, the +# deblobbing script isn't needed at all +rm -f libreboot_src/DEBLOB + # We don't want to encourage development # to happen on the release archives. # Development goes in git. These scripts are -- cgit v0.9.1