diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2016-01-31 01:10:01 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-02-01 01:36:02 +0100 |
commit | 15aeb95b44987e69dd324c159009410bd9683542 (patch) | |
tree | b7765f35a86e99b24510ff4c38515a6aba9ad4ec | |
parent | 71593042610214c62e00c787e1b3af8a2a7c914d (diff) | |
download | jenkins.debian.net-15aeb95b44987e69dd324c159009410bd9683542.tar.xz |
Revert "openwrt: switch to https://github.com/lynxis/openwrt branch reproducible"
This reverts commit d0b3c2ca3226635fe249fb1c26e4c6740f12e58e.
Switch back to upstream
-rwxr-xr-x | bin/reproducible_openwrt.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index 885f1952..2b6b22c9 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=https://github.com/lynxis/openwrt -OPENWRT_GIT_BRANCH=reproducible +OPENWRT_GIT_REPO=git://git.openwrt.org/openwrt.git +OPENWRT_GIT_BRANCH=master DEBUG=false . /srv/jenkins/bin/common-functions.sh common_init "$@" |