diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-18 14:27:52 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-18 14:27:52 +0200 |
commit | 50bf8767dada0395430e5b8dc3c86d65c4e4f8f3 (patch) | |
tree | 8ece7bec7218b0588d918e30e9f408b5bb4515e4 | |
parent | f98c5b0cedc42a0836a26f14ab7d588e05db942e (diff) | |
download | coreboot-50bf8767dada0395430e5b8dc3c86d65c4e4f8f3.tar.gz |
clone from mirror
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
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' ] ]]) } } |