[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible openwrt: use git instead of https so it works in the fake future too
Holger Levsen
holger at layer-acht.org
Sat Aug 6 12:45:46 UTC 2016
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 0f8e546e513c8bd18b2d063901a3104630124397
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Aug 6 14:45:25 2016 +0200
reproducible openwrt: use git instead of https so it works in the fake future too
---
bin/reproducible_lede.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh
index 120f5ca..519c8c0 100755
--- a/bin/reproducible_lede.sh
+++ b/bin/reproducible_lede.sh
@@ -1,11 +1,11 @@
#!/bin/bash
-# Copyright 2014-2015 Holger Levsen <holger at layer-acht.org>
+# Copyright 2014-2016 Holger Levsen <holger at layer-acht.org>
# © 2015 Reiner Herrmann <reiner at reiner-h.de>
# 2016 Alexander Couzens <lynxis at fe80.eu>
# released under the GPLv=2
-OPENWRT_GIT_REPO=https://git.lede-project.org/source.git
+OPENWRT_GIT_REPO=git://git.lede-project.org/source.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