From eb1589e4cb60a0cd232f4645722026042f9d411e Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sun, 18 Jun 2017 22:54:32 +0200 Subject: reproducible_lede: correct projecturl Signed-off-by: Holger Levsen --- bin/reproducible_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index b96a3ae2..d98945a1 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -301,7 +301,7 @@ write_page_intro() { if [ "$PROJECTNAME" = "OpenWrt" ] ; then local PROJECTURL="https://github.com/openwrt/openwrt.git" else - local PROJECTURL="https://git.lede-project.org/source.git" + local PROJECTURL="https://git.lede-project.org/?p=source.git;a=summary" fi write_page "

Reproducible $PROJECTNAME is an effort to apply this to $PROJECTNAME. Thus each $PROJECTNAME target is build twice, with a few variations added and then the resulting images and packages from the two builds are compared using diffoscope. $PROJECTNAME generates many different types of raw .bin files, and diffoscope does not know how to parse these. Thus the resulting diffoscope output is not nearly as clear as it could be - hopefully this limitation will be overcome eventually, but in the meanwhile the input components (uImage kernel file, rootfs.tar.gz, and/or rootfs squashfs) can be inspected. Also please note that the toolchain is not varied at all as the rebuild happens on exactly the same system. More variations are expected to be seen in the wild.

" elif [ "$1" = "NetBSD" ] ; then -- cgit v1.2.3-70-g09d2