From 23f569e29e31c0e29c068672d0b390520f264534 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 1 May 2017 16:53:42 +0200 Subject: reproducible_lede: replace git:// url with https:// Signed-off-by: Holger Levsen --- bin/reproducible_common.sh | 2 +- bin/reproducible_lede.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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 "

Reproducible $PROJECTNAME 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 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 diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh index 6ecce963..d18b8a94 100755 --- a/bin/reproducible_lede.sh +++ b/bin/reproducible_lede.sh @@ -5,7 +5,7 @@ # 2016-2017 Alexander Couzens # released under the GPLv=2 -OPENWRT_GIT_REPO=git://git.lede-project.org/source.git +OPENWRT_GIT_REPO=https://git.lede-project.org/source.git OPENWRT_GIT_BRANCH=master DEBUG=false . /srv/jenkins/bin/common-functions.sh -- cgit v1.2.3-54-g00ecf