From 50c4ca21103d6afcefda81833852c8f274398e20 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 14 Feb 2015 03:34:31 -0500 Subject: Move the "get" scripts to resources/scripts/helpers/fetch/ Replace "getall" with "download", which takes as input an argument specifying which programme the user wants to download. --- (limited to 'build-release') diff --git a/build-release b/build-release index 29842ee..9384433 100755 --- a/build-release +++ b/build-release @@ -94,7 +94,7 @@ rm -rf .git* cd ../ # coreboot: -# the instructions for coreboot remain in getgb script +# the instructions for coreboot remain in the download script # they need to stay there, because otherwise "git diff" # will show the blobs that were deleted (which means, # that libreboot would be distributing blobs) @@ -334,14 +334,12 @@ rm -f releasefilelist # We don't want to encourage development # to happen on the release archives. -# Development goes in git. +# Development goes in git. These scripts are +# not needed in libreboot_src, because +# the files that they download are already included 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/getmt86 +rm -f libreboot_src/download +rm -rf libreboot_src/resources/scripts/helpers/fetch/ # ich9deblob: there are certain files in there # that the user most likely does not want to share -- cgit v0.9.1