Michael Burns has uploaded a new change for review. Change subject: add glusterfs epel repo to EL6 config ......................................................................
add glusterfs epel repo to EL6 config To ensure that we include glusterfs since vdsm now depends on it. Include the repos because we don't want to have to maintain all the gluster updates on ovirt.org. Note: Fedora gets the updates automatically Change-Id: I89bb7e231d45579f7e72f8e085798d2680b287e5 Signed-off-by: Mike Burns <[email protected]> --- M el6-ovirt.repo 1 file changed, 21 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-release refs/changes/27/18427/1 diff --git a/el6-ovirt.repo b/el6-ovirt.repo index a0d683e..a2ce335 100644 --- a/el6-ovirt.repo +++ b/el6-ovirt.repo @@ -25,3 +25,24 @@ enabled=0 skip_if_unavailable=1 gpgcheck=0 + +[glusterfs-epel] +name=GlusterFS is a clustered file-system capable of scaling to several petabytes. +baseurl=http://download.gluster.org/pub/gluster/glusterfs/3.4/3.4.0/EPEL.repo/epel-$releasever/$basearch/ +enabled=1 +skip_if_unavailable=1 +gpgcheck=0 + +[glusterfs-noarch-epel] +name=GlusterFS is a clustered file-system capable of scaling to several petabytes. +baseurl=http://download.gluster.org/pub/gluster/glusterfs/3.4/3.4.0/EPEL.repo/epel-$releasever/noarch +enabled=1 +skip_if_unavailable=1 +gpgcheck=0 + +[glusterfs-source-epel] +name=GlusterFS is a clustered file-system capable of scaling to several petabytes. - Source +baseurl=http://download.gluster.org/pub/gluster/glusterfs/3.4/3.4.0/EPEL.repo/epel-$releasever/SRPMS +enabled=0 +skip_if_unavailable=1 +gpgcheck=0 -- To view, visit http://gerrit.ovirt.org/18427 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I89bb7e231d45579f7e72f8e085798d2680b287e5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-release Gerrit-Branch: master Gerrit-Owner: Michael Burns <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
