Anatoly Litovsky has posted comments on this change. Change subject: Fixing gluster repositories to include both arch and non arch ......................................................................
Patch Set 1: -Verified (1 comment) http://gerrit.ovirt.org/#/c/37114/1/Makefile.am File Makefile.am: Line 94: UPDATES_REPO_LINE="repo --name=centos-updates --mirrorlist=$(CENTOS_MIRROR)?release=$(CENTOS)&arch=${ARCH}&repo=updates \n" ;\ Line 95: EPEL_REPO_LINE="repo --name=epel --baseurl=http://dl.fedoraproject.org/pub/epel/$(CENTOS)/${ARCH} \n" ;\ Line 96: OVIRT_REPO_LINE="repo --name=ovirt-repo --baseurl=$(OVIRT_BASE_URL)/el$(CENTOS)\n" ;\ Line 97: 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" ;\ Line 98: 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" ;\ > #1 - Please do not mix tabs and spaces, UPDATES_REPO_LINE, EPEL_REPO_LINE a #2 good catch . But it actually worked. means I can kick the first one :-) Line 99: printf "$${CENTOS_REPO_LINE}" > repos.ks ;\ Line 100: printf "$${UPDATES_REPO_LINE}" >> repos.ks ;\ Line 101: printf "$${EPEL_REPO_LINE}" >> repos.ks ;\ Line 102: printf "$${OVIRT_REPO_LINE}" >> repos.ks ;\ -- To view, visit http://gerrit.ovirt.org/37114 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib794498d0bd5b70b8aab95d9d539708ff8894ac7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node-iso Gerrit-Branch: master Gerrit-Owner: Anatoly Litovsky <[email protected]> Gerrit-Reviewer: Anatoly Litovsky <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Ryan Barry <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
