Sandro Bonazzola has uploaded a new change for review. Change subject: repo_closure_check: add virt-preview repo to fedora ......................................................................
repo_closure_check: add virt-preview repo to fedora add virt-preview repo to fedora while checking repository closure. ovirt-release rpm provide libvirt from virt-preview repo by default. Change-Id: I0838536e24c3ca80b659c8ed1f759be0c10123f7 Signed-off-by: Sandro Bonazzola <[email protected]> --- M jobs/packaging/repo_closure_check.sh 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/jenkins refs/changes/79/39379/1 diff --git a/jobs/packaging/repo_closure_check.sh b/jobs/packaging/repo_closure_check.sh index 4073743..76bf66f 100755 --- a/jobs/packaging/repo_closure_check.sh +++ b/jobs/packaging/repo_closure_check.sh @@ -176,6 +176,7 @@ --repofrompath=check-glusterfs-fedora-"${distid}"-nightly,"${GLUSTER_MIRROR}"/pub/gluster/glusterfs/nightly/glusterfs/fedora-"${DISTRIBUTION_VERSION}"-x86_64/ \ --repofrompath=check-glusterfs-fedora-"${distid}","${GLUSTER_MIRROR}"/pub/gluster/glusterfs/LATEST/Fedora/fedora-"${DISTRIBUTION_VERSION}"/x86_64/ \ --repofrompath=check-glusterfs-fedora-noarch-"${distid}","${GLUSTER_MIRROR}"/pub/gluster/glusterfs/LATEST/Fedora/fedora-"${DISTRIBUTION_VERSION}"/noarch \ + --repofrompath=check-virt-preview-"${distid}",https://fedorapeople.org/groups/virt/virt-preview/fedora-"${DISTRIBUTION_VERSION}"/x86_64/ \ --lookaside check-fedora-"${distid}" \ --lookaside check-updates-"${distid}" \ --lookaside check-updates-testing-"${distid}" \ @@ -183,6 +184,7 @@ --lookaside check-glusterfs-fedora-$distid-nightly \ --lookaside check-glusterfs-fedora-"${distid}" \ --lookaside check-glusterfs-noarch-fedora-"${distid}" \ + --lookaside check-virt-preview-"${distid}" \ --repoid check-custom-"${distid}" fi } -- To view, visit https://gerrit.ovirt.org/39379 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0838536e24c3ca80b659c8ed1f759be0c10123f7 Gerrit-PatchSet: 1 Gerrit-Project: jenkins Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
