summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2017-06-18 22:54:32 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-18 23:01:50 +0200
commiteb1589e4cb60a0cd232f4645722026042f9d411e (patch)
tree0e9006abe681d8a36eef3640878639293973f004 /bin/reproducible_common.sh
parent77b76e19c46c6a3099f97f7da4f75fc39f8fbdf2 (diff)
downloadjenkins.debian.net-eb1589e4cb60a0cd232f4645722026042f9d411e.tar.xz
reproducible_lede: correct projecturl
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
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 " <p><em>Reproducible $PROJECTNAME</em> 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 <a href=\"https://tracker.debian.org/diffoscope\">diffoscope</a>. $PROJECTNAME generates many different types of raw <code>.bin</code> 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.</p>"
elif [ "$1" = "NetBSD" ] ; then