diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.sh | 2 | ||||
-rwxr-xr-x | bin/reproducible_openwrt.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 5d168733..433b2976 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -291,7 +291,7 @@ write_page_intro() { elif [ "$1" = "OpenWrt" ] || [ "$1" = "LEDE" ]; then local PROJECTNAME="$1" if [ "$PROJECTNAME" = "OpenWrt" ] ; then - local PROJECTURL="git://git.openwrt.org/openwrt.git" + local PROJECTURL="https://github.com/openwrt/openwrt.git" else local PROJECTURL="https://git.lede-project.org/source.git" fi diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index e8d6b5d4..e4bc9cc9 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -5,7 +5,7 @@ # 2016 Alexander Couzens <lynxis@fe80.eu> # released under the GPLv=2 -OPENWRT_GIT_REPO=git://git.openwrt.org/openwrt.git +OPENWRT_GIT_REPO=https://github.com/openwrt/openwrt.git OPENWRT_GIT_BRANCH=master DEBUG=true . /srv/jenkins/bin/common-functions.sh |