diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-03 15:00:41 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-03 15:00:41 +0100 |
commit | afb615087c43a00ca1a7e51aaad1cb8779300cf2 (patch) | |
tree | 7c12bd445b7789ccd64bb84f70cb79be4676bee7 | |
parent | 9b2696d1d0bd19b08f6c488950026b21411ae382 (diff) | |
download | ipxe-afb615087c43a00ca1a7e51aaad1cb8779300cf2.tar.gz |
switch to http
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
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' ] ]]) } } |