[Reproducible-builds] [PATCH] reproducible_coreboot: requires an explicit checkout of 3rdparty blobs

2015-06-05 Thread Alexander Couzens
3rdparty/blobs is a binary blob repository for some firmware. T many boards require certain firmwares. The build will fail because of boards which requires those. --- bin/reproducible_coreboot.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/reproducible_coreboot.sh

[Reproducible-builds] [PATCH] coreboot: fix mistype path of builder script abuild

2015-06-05 Thread Alexander Couzens
--- bin/reproducible_coreboot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index 44bee1b..1b3f0aa 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -161,7 +161,7 @@ echo

[Reproducible-builds] [PATCH 2/2] openwrt: switch to https://github.com/lynxis/openwrt branch reproducible

2015-12-07 Thread Alexander Couzens
for testing switch to my branch as long there are missing a lot of patches in openwrt --- bin/reproducible_openwrt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index d70bd8d..7ea0e92 100755 ---