diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-12-04 14:17:38 (EST) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-12-04 14:17:38 (EST) |
commit | 6278d578f6f47ae2d2742b95c99df087a06d0e90 (patch) | |
tree | 581ff675e6c6f5394b52f9ce443f985fe940ec34 /resources/scripts/helpers/download | |
parent | 26d16fa5cdc9e351fcb582104cf8c7b3bf9ddaf0 (diff) | |
download | libreboot-6278d578f6f47ae2d2742b95c99df087a06d0e90.zip libreboot-6278d578f6f47ae2d2742b95c99df087a06d0e90.tar.gz libreboot-6278d578f6f47ae2d2742b95c99df087a06d0e90.tar.bz2 |
Revert "grub: build reproducibly"
This reverts commit 26d16fa5cdc9e351fcb582104cf8c7b3bf9ddaf0.
Diffstat (limited to 'resources/scripts/helpers/download')
-rwxr-xr-x | resources/scripts/helpers/download/grub | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub index f823deb..0012974 100755 --- a/resources/scripts/helpers/download/grub +++ b/resources/scripts/helpers/download/grub @@ -58,10 +58,5 @@ git am "../resources/grub/patch/grub.johnlane.ie/0005-Cryptomount-support-for-hy # hotfix from kl3 (merged from autoboot) (ditto) git am "../resources/grub/patch/grub.johnlane.ie/0006-grub-core-disk-cryptodisk.c-Point-to-const-char.patch" -# Needed for reproducible builds in GRUB -git am "../resources/grub/patch/reproducible/"\[PATCH\ v3\ 1_3\]\ mkstandalone\:\ add\ argument\ --fixed-time\ to\ override\ mtime\ of\ files.eml -git am "../resources/grub/patch/reproducible/"\[PATCH\ v3\ 2_3\]\ mkrescue\:\ add\ argument\ --fixed-time\ to\ get\ reproducible\ uuids.eml -git am "../resources/grub/patch/reproducible/"\[PATCH\ v3\ 3_3\]\ Makefile_coreboot\ use\ SOURCE_DATE_EPOCH\ as\ time\ source\ if\ set.eml - cd "../" printf "\n\n" |