summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_openwrt.sh
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2017-05-01 16:56:27 +0200
committerHolger Levsen <holger@layer-acht.org>2017-05-01 17:02:17 +0200
commitee40a6a37af441e11c36203621d63e1a0229aab1 (patch)
tree1dcd23f4302a10bd128e5377a1d0eb6627dee6ad /bin/reproducible_openwrt.sh
parent23f569e29e31c0e29c068672d0b390520f264534 (diff)
downloadjenkins.debian.net-ee40a6a37af441e11c36203621d63e1a0229aab1.tar.xz
reproducible_openwrt: update git repo url
git.openwrt.org isn't anymore the upstream. It has been move to github. Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_openwrt.sh')
-rwxr-xr-xbin/reproducible_openwrt.sh2
1 files changed, 1 insertions, 1 deletions
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