[libvirt] [jenkins-ci PATCH 1/2] jobs: Change git URL to github

Pavel Hrdina phrdina at redhat.com
Thu Jun 21 12:21:28 UTC 2018


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 at 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
           branches:
             - origin/{branch}
           clean:
diff --git a/jobs/generic.yaml b/jobs/generic.yaml
index 3e20962..7919274 100644
--- a/jobs/generic.yaml
+++ b/jobs/generic.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
           branches:
             - origin/{branch}
           clean:
diff --git a/jobs/go.yaml b/jobs/go.yaml
index bffe56e..04ba49a 100644
--- a/jobs/go.yaml
+++ b/jobs/go.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
           branches:
             - origin/{branch}
           clean:
diff --git a/jobs/perl-modulebuild.yaml b/jobs/perl-modulebuild.yaml
index 4a79bab..ef16c6e 100644
--- a/jobs/perl-modulebuild.yaml
+++ b/jobs/perl-modulebuild.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
           branches:
             - origin/{branch}
           clean:
diff --git a/jobs/python-distutils.yaml b/jobs/python-distutils.yaml
index c075245..9e64c84 100644
--- a/jobs/python-distutils.yaml
+++ b/jobs/python-distutils.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
           branches:
             - origin/{branch}
           clean:
-- 
2.17.1




More information about the libvir-list mailing list