Sandro Bonazzola has uploaded a new change for review. Change subject: gluster: fixing 3.7 nightly repo url ......................................................................
gluster: fixing 3.7 nightly repo url nighlty repo is now delivering 3.8 while we want 3.7. Fixed the url pointing to 3.7 nightly. Change-Id: I45cc705742be1e4e81082690c7f4cb43f7ec8301 Signed-off-by: Sandro Bonazzola <[email protected]> --- M jobs/confs/yaml/jobs/vdsm/vdsm_install-rpm-sanity.yaml M jobs/packaging/repo_closure_check.sh 2 files changed, 7 insertions(+), 7 deletions(-) git pull ssh://gerrit.ovirt.org:29418/jenkins refs/changes/76/40176/1 diff --git a/jobs/confs/yaml/jobs/vdsm/vdsm_install-rpm-sanity.yaml b/jobs/confs/yaml/jobs/vdsm/vdsm_install-rpm-sanity.yaml index dffecde..54884ac 100644 --- a/jobs/confs/yaml/jobs/vdsm/vdsm_install-rpm-sanity.yaml +++ b/jobs/confs/yaml/jobs/vdsm/vdsm_install-rpm-sanity.yaml @@ -11,7 +11,7 @@ extra-repos: | ovirt-master-snapshot,http://resources.ovirt.org/pub/ovirt-master-snapshot/rpm/$distro ovirt-master-snapshot-static,http://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/$distro - glusterfs-fedora-nightly,http://download.gluster.org/pub/gluster//glusterfs/nightly/glusterfs/fedora-\\$releasever-\\$basearch + glusterfs-fedora-nightly,http://download.gluster.org/pub/gluster//glusterfs/nightly/glusterfs-3.7/fedora-\\$releasever-\\$basearch glusterfs-fedora,http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/fedora-\\$releasever/\\$basearch glusterfs-noarch-fedora,http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/fedora-\\$releasever/noarch fedora-virt-preview,http://fedorapeople.org/groups/virt/virt-preview/fedora-\\$releasever/\\$basearch @@ -19,7 +19,7 @@ extra-repos: | ovirt-master-snapshot,http://resources.ovirt.org/pub/ovirt-master-snapshot/rpm/$distro ovirt-master-snapshot-static,http://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/$distro - glusterfs-fedora-nightly,http://download.gluster.org/pub/gluster//glusterfs/nightly/glusterfs/fedora-\\$releasever-\\$basearch + glusterfs-fedora-nightly,http://download.gluster.org/pub/gluster//glusterfs/nightly/glusterfs-3.7/fedora-\\$releasever-\\$basearch glusterfs-fedora,http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/fedora-\\$releasever/\\$basearch glusterfs-noarch-fedora,http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/fedora-\\$releasever/noarch fedora-virt-preview,http://fedorapeople.org/groups/virt/virt-preview/fedora-\\$releasever/\\$basearch @@ -27,7 +27,7 @@ extra-repos: | ovirt-master-snapshot,http://resources.ovirt.org/pub/ovirt-master-snapshot/rpm/$distro ovirt-master-snapshot-static,http://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/$distro - glusterfs-fedora-nightly,http://download.gluster.org/pub/gluster//glusterfs/nightly/glusterfs/fedora-\\$releasever-\\$basearch + glusterfs-fedora-nightly,http://download.gluster.org/pub/gluster//glusterfs/nightly/glusterfs-3.7/fedora-\\$releasever-\\$basearch glusterfs-fedora,http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/fedora-\\$releasever/\\$basearch glusterfs-noarch-fedora,http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/fedora-\\$releasever/noarch fedora-virt-preview,http://fedorapeople.org/groups/virt/virt-preview/fedora-\\$releasever/\\$basearch @@ -35,7 +35,7 @@ extra-repos: | ovirt-master-snapshot,http://resources.ovirt.org/pub/ovirt-master-snapshot/rpm/$distro ovirt-master-snapshot-static,http://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/$distro - glusterfs-epel-nightly,http://download.gluster.org/pub/gluster/glusterfs/nightly/glusterfs/epel-\\$releasever-\\$basearch + glusterfs-epel-nightly,http://download.gluster.org/pub/gluster/glusterfs/nightly/glusterfs-3.7/epel-\\$releasever-\\$basearch glusterfs-epel,http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-\\$releasever/\\$basearch glusterfs-noarch-epel,http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-\\$releasever/noarch arch: x86_64 diff --git a/jobs/packaging/repo_closure_check.sh b/jobs/packaging/repo_closure_check.sh index 4073743..3cc6fd2 100755 --- a/jobs/packaging/repo_closure_check.sh +++ b/jobs/packaging/repo_closure_check.sh @@ -126,7 +126,7 @@ --repofrompath=check-updates-"${distid}","${CENTOS_MIRROR}/${DISTRIBUTION_VERSION}"/updates/x86_64/ \ --repofrompath=check-extras-"${distid}","${CENTOS_MIRROR}/${DISTRIBUTION_VERSION}"/extras/x86_64/ \ --repofrompath=check-epel-"${distid}","${EPEL_MIRROR}"/epel/"${DISTRIBUTION_VERSION}"/x86_64/ \ - --repofrompath=check-glusterfs-epel-"${distid}"-nightly,"${GLUSTER_MIRROR}"/pub/gluster/glusterfs/nightly/glusterfs/epel-"${DISTRIBUTION_VERSION}"-x86_64/ \ + --repofrompath=check-glusterfs-epel-"${distid}"-nightly,"${GLUSTER_MIRROR}"/pub/gluster/glusterfs/nightly/glusterfs-3.7/epel-"${DISTRIBUTION_VERSION}"-x86_64/ \ --repofrompath=check-glusterfs-epel-"${distid}","${GLUSTER_MIRROR}"/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-"${DISTRIBUTION_VERSION}"/x86_64/ \ --repofrompath=check-glusterfs-epel-noarch-"${distid}","${GLUSTER_MIRROR}"/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-"${DISTRIBUTION_VERSION}"/noarch \ --repofrompath=check-patternfly-"${distid}","${COPR}/patternfly/patternfly1/epel-${DISTRIBUTION_VERSION}-x86_64" \ @@ -147,7 +147,7 @@ --repofrompath=check-updates-"${distid}","${CENTOS_MIRROR}/${DISTRIBUTION_VERSION}"/updates/x86_64/ \ --repofrompath=check-extras-"${distid}","${CENTOS_MIRROR}/${DISTRIBUTION_VERSION}"/extras/x86_64/ \ --repofrompath=check-epel-"${distid}","${EPEL_MIRROR}"/epel/"${DISTRIBUTION_VERSION}"/x86_64/ \ - --repofrompath=check-glusterfs-epel-"${distid}"-nightly,"${GLUSTER_MIRROR}"/pub/gluster/glusterfs/nightly/glusterfs/epel-"${DISTRIBUTION_VERSION}"-x86_64/ \ + --repofrompath=check-glusterfs-epel-"${distid}"-nightly,"${GLUSTER_MIRROR}"/pub/gluster/glusterfs/nightly/glusterfs-3.7/epel-"${DISTRIBUTION_VERSION}"-x86_64/ \ --repofrompath=check-glusterfs-epel-"${distid}","${GLUSTER_MIRROR}"/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-"${DISTRIBUTION_VERSION}"/x86_64/ \ --repofrompath=check-glusterfs-epel-noarch-"${distid}","${GLUSTER_MIRROR}"/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-"${DISTRIBUTION_VERSION}"/noarch \ --repofrompath=check-jpackage-generic-"${distid}","${JPACKAGE_MIRROR}"/jpackage/6.0/generic/free \ @@ -173,7 +173,7 @@ --repofrompath=check-updates-"${distid}","${FEDORA_MIRROR}"/fedora/updates/"${DISTRIBUTION_VERSION}"/x86_64/ \ --repofrompath=check-updates-testing-"${distid}","${FEDORA_MIRROR}"/fedora/updates/testing/"${DISTRIBUTION_VERSION}"/x86_64/ \ --repofrompath=check-patternfly-"${distid}",""${COPR}/patternfly/patternfly1/fedora-${DISTRIBUTION_VERSION}-x86_64"" \ - --repofrompath=check-glusterfs-fedora-"${distid}"-nightly,"${GLUSTER_MIRROR}"/pub/gluster/glusterfs/nightly/glusterfs/fedora-"${DISTRIBUTION_VERSION}"-x86_64/ \ + --repofrompath=check-glusterfs-fedora-"${distid}"-nightly,"${GLUSTER_MIRROR}"/pub/gluster/glusterfs/nightly/glusterfs-3.7/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 \ --lookaside check-fedora-"${distid}" \ -- To view, visit https://gerrit.ovirt.org/40176 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I45cc705742be1e4e81082690c7f4cb43f7ec8301 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
