From 50bf8767dada0395430e5b8dc3c86d65c4e4f8f3 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 18 Sep 2020 14:27:52 +0200 Subject: clone from mirror --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index cfb170d..ec1ab24 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ def RPMSource() { ] ], userRemoteConfigs: [ - [ url: 'https://review.coreboot.org/coreboot.git' ] + [ url: 'git://spunk.home.kraxel.org/coreboot' ] ]]) } } -- cgit