summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2017-05-01 16:53:42 +0200
committerHolger Levsen <holger@layer-acht.org>2017-05-01 17:02:08 +0200
commit23f569e29e31c0e29c068672d0b390520f264534 (patch)
tree308b9375bde47b3a6b2f83995a7add0ebbc01d44 /bin/reproducible_common.sh
parent25ace3b24b28b23b332967e3edcad4d9304b62c2 (diff)
downloadjenkins.debian.net-23f569e29e31c0e29c068672d0b390520f264534.tar.xz
reproducible_lede: replace git:// url with https://
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 8a62e0ad..5d168733 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -293,7 +293,7 @@ write_page_intro() {
if [ "$PROJECTNAME" = "OpenWrt" ] ; then
local PROJECTURL="git://git.openwrt.org/openwrt.git"
else
- local PROJECTURL="git://git.lede-project.org/source.git"
+ local PROJECTURL="https://git.lede-project.org/source.git"
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 varitations 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