[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible_openwrt: update git repo url
Holger Levsen
holger at layer-acht.org
Mon May 1 15:02:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit ee40a6a37af441e11c36203621d63e1a0229aab1
Author: Alexander Couzens <lynxis at fe80.eu>
Date: Mon May 1 16:56:27 2017 +0200
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 at layer-acht.org>
---
bin/reproducible_common.sh | 2 +-
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 5d16873..433b297 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 e8d6b5d..e4bc9cc 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -5,7 +5,7 @@
# 2016 Alexander Couzens <lynxis at 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list