Anatoly Litovsky has uploaded a new change for review. Change subject: Fixing the glusterfs repo path ......................................................................
Fixing the glusterfs repo path Change-Id: Iff406dc9add54551d26930ac7e587d290039b330 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/86/45786/1 diff --git a/Makefile.am b/Makefile.am index 1ac7d00..5807906 100644 --- a/Makefile.am +++ b/Makefile.am @@ -92,7 +92,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/3.7/LATEST/EPEL.repo/epel-$(CENTOS)-${ARCH}\n" ;\ + GLUSTER_REPO_LINE="repo --name=ovirt-$(OVIRT_VERSION)-glusterfs-${ARCH}-epel --baseurl=http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-$(CENTOS)/${ARCH}\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/45786 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iff406dc9add54551d26930ac7e587d290039b330 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node-iso Gerrit-Branch: ovirt-3.6 Gerrit-Owner: Anatoly Litovsky <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
