From afb615087c43a00ca1a7e51aaad1cb8779300cf2 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Sun, 3 Nov 2019 15:00:41 +0100 Subject: switch to http --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 96dcf67..fa63f73 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ def RPMSource() { ] ], userRemoteConfigs: [ - [ url: 'git://git.ipxe.org/ipxe.git' ] + [ url: 'http://git.ipxe.org/ipxe.git' ] ]]) } } -- cgit