[node-patches] Change in ovirt-node-iso[master]: Add /centos to the gluster URL
rbarry at redhat.com
rbarry at redhat.com
Mon Feb 1 16:16:46 UTC 2016
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 <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/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 <rbarry at redhat.com>
More information about the node-patches
mailing list