summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-03 15:00:41 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-03 15:00:41 +0100
commitafb615087c43a00ca1a7e51aaad1cb8779300cf2 (patch)
tree7c12bd445b7789ccd64bb84f70cb79be4676bee7
parent9b2696d1d0bd19b08f6c488950026b21411ae382 (diff)
downloadipxe-afb615087c43a00ca1a7e51aaad1cb8779300cf2.tar.gz
switch to http
-rw-r--r--Jenkinsfile2
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' ]
]])
}
}