Sandro Bonazzola has uploaded a new change for review. Change subject: repos: gluster: use CentOS Sotrage SIG repos ......................................................................
repos: gluster: use CentOS Sotrage SIG repos moved from Gluster community repo to CentOS Storage SIG repositories: we've been advised by Gluster community that their packaging effort is focused on CentOS Storage SIG and CentOS infrastructure is more reliable. Change-Id: I2164609cafd776bdcb3d6bee4a5967b4c82ada92 Signed-off-by: Sandro Bonazzola <[email protected]> --- M Makefile.am 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node-iso refs/changes/18/56818/1 diff --git a/Makefile.am b/Makefile.am index 614719c..d5f5ea6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2010, Red Hat, Inc. +# Copyright (C) 2010-2015, Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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/LATEST/EPEL.repo/epel-$(CENTOS)/${ARCH}\n" ;\ + GLUSTER_REPO_LINE="repo --name=glusterfs-${ARCH}-centos --baseurl=http://mirror.centos.org/centos/$(CENTOS)/storage/${ARCH}/gluster-3.7/\n" ;\ printf "$${CENTOS_REPO_LINE}" > repos.ks ;\ printf "$${UPDATES_REPO_LINE}" >> repos.ks ;\ printf "$${EPEL_REPO_LINE}" >> repos.ks ;\ -- To view, visit https://gerrit.ovirt.org/56818 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2164609cafd776bdcb3d6bee4a5967b4c82ada92 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node-iso Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
