[node-patches] Change in ovirt-node-iso[master]: Fix the gluster repo location
rbarry at redhat.com
rbarry at redhat.com
Mon Feb 1 14:05:18 UTC 2016
Ryan Barry has uploaded a new change for review.
Change subject: Fix the gluster repo location
......................................................................
Fix the gluster repo location
Gluster is now maintained by the centos storage SIG, which has
builds for EL6 and EL7. Gluster no longer has EL6 builds on their
repos
Change-Id: I9541d478120e60a2af133f4970b9267499d02b9b
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M Makefile.am
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node-iso refs/changes/31/52931/1
diff --git a/Makefile.am b/Makefile.am
index 7bd19b5..c2382c7 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://download.gluster.org/pub/gluster/glusterfs/nightly/glusterfs/epel-$(CENTOS)-${ARCH} \n" ;\
+ GLUSTER_REPO_LINE="repo --name=ovirt-$(OVIRT_VERSION)-glusterfs-${ARCH}-epel --baseurl=http://mirror.centos.org/$(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/52931
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9541d478120e60a2af133f4970b9267499d02b9b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node-iso
Gerrit-Branch: master
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>
More information about the node-patches
mailing list