summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_openwrt.sh
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2015-12-07 14:11:06 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-07 15:51:38 +0100
commitd0b3c2ca3226635fe249fb1c26e4c6740f12e58e (patch)
treef371f8d85312fc81d30a8735158cd547a1c33a8f /bin/reproducible_openwrt.sh
parent7f8026443d2457f5a2108cdffefcd5bdba8c06b6 (diff)
downloadjenkins.debian.net-d0b3c2ca3226635fe249fb1c26e4c6740f12e58e.tar.xz
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
Diffstat (limited to 'bin/reproducible_openwrt.sh')
-rwxr-xr-xbin/reproducible_openwrt.sh4
1 files 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 <reiner@reiner-h.de>
# 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 "$@"