From d0b3c2ca3226635fe249fb1c26e4c6740f12e58e Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 7 Dec 2015 14:11:06 +0100 Subject: openwrt: switch to https://github.com/lynxis/openwrt branch reproducible for testing switch to my branch as long there are missing a lot of patches in openwrt --- bin/reproducible_openwrt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index d70bd8d7..7ea0e92d 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -4,8 +4,8 @@ # © 2015 Reiner Herrmann # released under the GPLv=2 -OPENWRT_GIT_REPO=git://git.openwrt.org/openwrt.git -OPENWRT_GIT_BRANCH=master +OPENWRT_GIT_REPO=https://github.com/lynxis/openwrt +OPENWRT_GIT_BRANCH=reproducible DEBUG=false . /srv/jenkins/bin/common-functions.sh common_init "$@" -- cgit v1.2.3-54-g00ecf