Sandro Bonazzola has uploaded a new change for review.

Change subject: repoclosure: add virt-preview libvirt rpms
......................................................................

repoclosure: add virt-preview libvirt rpms

add virt-preview's libvirt rpms on Fedora.

Change-Id: I54d33cd1a49e17c547eb9df02c7943403c9f3708
Signed-off-by: Sandro Bonazzola <sbona...@redhat.com>
---
M jobs/packaging/repo_closure_check.sh
1 file changed, 20 insertions(+), 17 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/jenkins refs/changes/04/39404/1

diff --git a/jobs/packaging/repo_closure_check.sh 
b/jobs/packaging/repo_closure_check.sh
index 81d3428..7ec7cb6 100755
--- a/jobs/packaging/repo_closure_check.sh
+++ b/jobs/packaging/repo_closure_check.sh
@@ -121,6 +121,7 @@
     repoid=$2
     field=$3
     value=$4
+    extrafield=$5
     # ensure .repo file exists
     if ! [[ -f "${rpath}" ]]; then
         touch "${rpath}"
@@ -136,6 +137,7 @@
 ${field}=${value}
 enabled=1
 gpgcheck=0
+${extrafield}
 
 EOF
 }
@@ -346,20 +348,20 @@
         el|Centos)
         # TODO: extract these into files?
         repos+=(
-            "check-custom-${distid},baseurl,${CUSTOM_URL}"
-            
"check-base-${distid},baseurl,${CENTOS_MIRROR}/${distro_ver}/os/x86_64/"
-            
"check-updates-${distid},baseurl,${CENTOS_MIRROR}/${distro_ver}/updates/x86_64/"
-            
"check-extras-${distid},baseurl,${CENTOS_MIRROR}/${distro_ver}/extras/x86_64/"
-            
"check-epel-${distid},baseurl,${EPEL_MIRROR}/epel/${distro_ver}/x86_64/"
-            
"check-glusterfs-epel-${distid}-nightly,baseurl,${GLUSTER_MIRROR}/pub/gluster/glusterfs/nightly/glusterfs/epel-${distro_ver}-x86_64/"
-            
"check-glusterfs-epel-${distid},baseurl,${GLUSTER_MIRROR}/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-${distro_ver}/x86_64/"
-            
"check-glusterfs-epel-noarch-${distid},baseurl,${GLUSTER_MIRROR}/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-${distro_ver}/noarch/"
-            
"check-patternfly-${distid},baseurl,${COPR}/patternfly/patternfly1/epel-${distro_ver}-x86_64/"
+            "check-custom-${distid},baseurl,${CUSTOM_URL},"
+            
"check-base-${distid},baseurl,${CENTOS_MIRROR}/${distro_ver}/os/x86_64/,"
+            
"check-updates-${distid},baseurl,${CENTOS_MIRROR}/${distro_ver}/updates/x86_64/,"
+            
"check-extras-${distid},baseurl,${CENTOS_MIRROR}/${distro_ver}/extras/x86_64/,"
+            
"check-epel-${distid},baseurl,${EPEL_MIRROR}/epel/${distro_ver}/x86_64/,"
+            
"check-glusterfs-epel-${distid}-nightly,baseurl,${GLUSTER_MIRROR}/pub/gluster/glusterfs/nightly/glusterfs/epel-${distro_ver}-x86_64/,"
+            
"check-glusterfs-epel-${distid},baseurl,${GLUSTER_MIRROR}/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-${distro_ver}/x86_64/,"
+            
"check-glusterfs-epel-noarch-${distid},baseurl,${GLUSTER_MIRROR}/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-${distro_ver}/noarch/,"
+            
"check-patternfly-${distid},baseurl,${COPR}/patternfly/patternfly1/epel-${distro_ver}-x86_64/,"
         )
 
         if [[ "${distro_ver}" != "7" ]]; then
             repos+=(
-                
"check-jpackage-generic-${distid},baseurl,${JPACKAGE_MIRROR}/jpackage/6.0/generic/free"
+                
"check-jpackage-generic-${distid},baseurl,${JPACKAGE_MIRROR}/jpackage/6.0/generic/free,"
             )
         fi
         ;;
@@ -367,13 +369,14 @@
         # TODO: extract these into files?
         repos+=(
             "check-custom-${distid},baseurl,${CUSTOM_URL}"
-            
"check-fedora-${distid},baseurl,${FEDORA_MIRROR}/fedora/releases/${distro_ver}/Everything/x86_64/os/"
-            
"check-updates-${distid},baseurl,${FEDORA_MIRROR}/fedora/updates/${distro_ver}/x86_64/"
-            
"check-updates-testing-${distid},baseurl,${FEDORA_MIRROR}/fedora/updates/testing/${distro_ver}/x86_64/"
-            
"check-patternfly-${distid},baseurl,${COPR}/patternfly/patternfly1/fedora-${distro_ver}-x86_64/"
-            
"check-glusterfs-fedora-${distid}-nightly,baseurl,${GLUSTER_MIRROR}/pub/gluster/glusterfs/nightly/glusterfs/fedora-${distro_ver}-x86_64/"
-            
"check-glusterfs-fedora-${distid},baseurl,${GLUSTER_MIRROR}/pub/gluster/glusterfs/LATEST/Fedora/fedora-${distro_ver}/x86_64/"
-            
"check-glusterfs-fedora-noarch-${distid},baseurl,${GLUSTER_MIRROR}/pub/gluster/glusterfs/LATEST/Fedora/fedora-${distro_ver}/noarch/"
+            
"check-fedora-${distid},baseurl,${FEDORA_MIRROR}/fedora/releases/${distro_ver}/Everything/x86_64/os/,"
+            
"check-updates-${distid},baseurl,${FEDORA_MIRROR}/fedora/updates/${distro_ver}/x86_64/,"
+            
"check-updates-testing-${distid},baseurl,${FEDORA_MIRROR}/fedora/updates/testing/${distro_ver}/x86_64/,"
+            
"check-patternfly-${distid},baseurl,${COPR}/patternfly/patternfly1/fedora-${distro_ver}-x86_64/,"
+            
"check-glusterfs-fedora-${distid}-nightly,baseurl,${GLUSTER_MIRROR}/pub/gluster/glusterfs/nightly/glusterfs/fedora-${distro_ver}-x86_64/,"
+            
"check-glusterfs-fedora-${distid},baseurl,${GLUSTER_MIRROR}/pub/gluster/glusterfs/LATEST/Fedora/fedora-${distro_ver}/x86_64/,"
+            
"check-glusterfs-fedora-noarch-${distid},baseurl,${GLUSTER_MIRROR}/pub/gluster/glusterfs/LATEST/Fedora/fedora-${distro_ver}/noarch/,"
+            
"check-virt-preview-${distid},baseurl,https://fedorapeople.org/groups/virt/virt-preview/fedora-${distro_ver}/x86_64/,includepkgs=libvirt*";
         )
 
         ;;


-- 
To view, visit https://gerrit.ovirt.org/39404
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I54d33cd1a49e17c547eb9df02c7943403c9f3708
Gerrit-PatchSet: 1
Gerrit-Project: jenkins
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to