Ryan Barry has uploaded a new change for review. Change subject: Add /centos to the gluster URL ......................................................................
Add /centos to the gluster URL Mirror redirected and this got missed the first time. Add it. Change-Id: I4d9c9e71d55b3b74c24e75c83012fa23e434fdb5 Signed-off-by: Ryan Barry <[email protected]> --- M Makefile.am 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node-iso refs/changes/39/52939/1 diff --git a/Makefile.am b/Makefile.am index c2382c7..90374ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -94,7 +94,7 @@ UPDATES_REPO_LINE="repo --name=centos-updates --mirrorlist=$(CENTOS_MIRROR)?release=$(CENTOS)&arch=${ARCH}&repo=updates \n" ;\ EPEL_REPO_LINE="repo --name=epel --baseurl=http://dl.fedoraproject.org/pub/epel/$(CENTOS)/${ARCH} \n" ;\ OVIRT_REPO_LINE="repo --name=ovirt-repo --baseurl=$(OVIRT_BASE_URL)/el$(CENTOS)\n" ;\ - GLUSTER_REPO_LINE="repo --name=ovirt-$(OVIRT_VERSION)-glusterfs-${ARCH}-epel --baseurl=http://mirror.centos.org/$(CENTOS)/storage/${ARCH}/gluster-3.6 \n" ;\ + GLUSTER_REPO_LINE="repo --name=ovirt-$(OVIRT_VERSION)-glusterfs-${ARCH}-epel --baseurl=http://mirror.centos.org/centos/$(CENTOS)/storage/${ARCH}/gluster-3.6 \n" ;\ KVM_REPO_LINE="repo --name=kvm --baseurl=$(KVM_REPO) \n";\ printf "$${CENTOS_REPO_LINE}" > repos.ks ;\ printf "$${UPDATES_REPO_LINE}" >> repos.ks ;\ -- To view, visit https://gerrit.ovirt.org/52939 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4d9c9e71d55b3b74c24e75c83012fa23e434fdb5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node-iso Gerrit-Branch: master Gerrit-Owner: Ryan Barry <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
