We had our own local copy of all projects synchronized by cron on
the host where we have the CI VMs. This was to safe the traffic from
libvirt.org repositories and to make the cloning for our Jenkins jobs
faster.
We might move our VMs into a cloud in future we would not be able to
have any local copy so this changes the git URL to use github instead.
Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
---
jobs/autotools.yaml | 2 +-
jobs/generic.yaml | 2 +-
jobs/go.yaml | 2 +-
jobs/perl-modulebuild.yaml | 2 +-
jobs/python-distutils.yaml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/jobs/autotools.yaml b/jobs/autotools.yaml
index f526ed2..63a1e81 100644
--- a/jobs/autotools.yaml
+++ b/jobs/autotools.yaml
@@ -21,7 +21,7 @@
num-to-keep: 1000
scm:
- git:
- url:
git://n64.pufty.ci.centos.org/{name}.git
+ url:
https://github.com/libvirt/{name}.git
because of the completely different hosting platform, so
we're going to need this to be overridable on a per-project
basis.
--
Andrea Bolognani / Red Hat / Virtualization