summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_coreboot.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-09 02:44:37 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-09 02:44:37 +0200
commit65eb0aaacb1a14ebd7ebf85d0f90b6633598a5f6 (patch)
tree49c3786079e66927ac2d5e34e9a5976731bf445a /bin/reproducible_coreboot.sh
parent4fa378c54cb9984e8186e72073fa1b048dddef85 (diff)
downloadjenkins.debian.net-65eb0aaacb1a14ebd7ebf85d0f90b6633598a5f6.tar.xz
reproducible: introduce new variation to capture environment
Diffstat (limited to 'bin/reproducible_coreboot.sh')
-rwxr-xr-xbin/reproducible_coreboot.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index f238fefe..92dc3ff0 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -137,6 +137,7 @@ export TZ="/usr/share/zoneinfo/Etc/GMT-14"
export LANG="fr_CH.UTF-8"
export LC_ALL="fr_CH.UTF-8"
export PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path"
+export CAPTURE_ENVIRONMENT="I capture the environment"
umask 0002
# use allmost all cores for second build
NEW_NUM_CPU=$(echo $NUM_CPU-1|bc)