diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-14 03:34:31 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-14 05:10:24 (EST) |
commit | 50c4ca21103d6afcefda81833852c8f274398e20 (patch) | |
tree | ec043689b4ca8e0c6530383283d23c53180c5aa7 /build-release | |
parent | c742ec0ecb2f2c5b7cc4f6e67d66792695822a0c (diff) | |
download | libreboot-50c4ca21103d6afcefda81833852c8f274398e20.zip libreboot-50c4ca21103d6afcefda81833852c8f274398e20.tar.gz libreboot-50c4ca21103d6afcefda81833852c8f274398e20.tar.bz2 |
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.
Diffstat (limited to 'build-release')
-rwxr-xr-x | build-release | 14 |
1 files changed, 6 insertions, 8 deletions
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 |