Anatoly Litovsky has uploaded a new change for review. Change subject: Fixing gluster repositories to include both arch and non arch ......................................................................
Fixing gluster repositories to include both arch and non arch Change-Id: Ib794498d0bd5b70b8aab95d9d539708ff8894ac7 Signed-off-by: Tolik Litovsky <[email protected]> --- M Makefile.am 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node-iso refs/changes/14/37114/1 diff --git a/Makefile.am b/Makefile.am index 341de44..1a27f73 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,6 +95,7 @@ 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-noarch-epel --baseurl=http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-$(CENTOS)/noarch\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" ;\ printf "$${CENTOS_REPO_LINE}" > repos.ks ;\ printf "$${UPDATES_REPO_LINE}" >> repos.ks ;\ printf "$${EPEL_REPO_LINE}" >> repos.ks ;\ -- To view, visit http://gerrit.ovirt.org/37114 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib794498d0bd5b70b8aab95d9d539708ff8894ac7 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
