Anatoly Litovsky has uploaded a new change for review. Change subject: Fixing gluster repository to match hosted engine requirments ......................................................................
Fixing gluster repository to match hosted engine requirments Change-Id: I5b85e9b4dff5cbe6dd78d455ff62a0cde97fee43 Signed-off-by: Tolik Litovsky <[email protected]> --- M Makefile.am 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node-iso refs/changes/75/53275/1 diff --git a/Makefile.am b/Makefile.am index 90374ea..9367369 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/$(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.7 \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/53275 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5b85e9b4dff5cbe6dd78d455ff62a0cde97fee43 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node-iso Gerrit-Branch: master Gerrit-Owner: Anatoly Litovsky <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
