[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible_lede: replace git:// url with https://
Holger Levsen
holger at layer-acht.org
Mon May 1 15:02:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 23f569e29e31c0e29c068672d0b390520f264534
Author: Alexander Couzens <lynxis at fe80.eu>
Date: Mon May 1 16:53:42 2017 +0200
reproducible_lede: replace git:// url with https://
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_common.sh | 2 +-
bin/reproducible_lede.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 8a62e0a..5d16873 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 [...]
elif [ "$1" = "NetBSD" ] ; then
diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh
index 6ecce96..d18b8a9 100755
--- a/bin/reproducible_lede.sh
+++ b/bin/reproducible_lede.sh
@@ -5,7 +5,7 @@
# 2016-2017 Alexander Couzens <lynxis at fe80.eu>
# 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list