[node-patches] Change in ovirt-node-iso[ovirt-3.6]: Add -static repos to the build
rbarry at redhat.com
rbarry at redhat.com
Tue Apr 12 15:22:51 UTC 2016
Ryan Barry has uploaded a new change for review.
Change subject: Add -static repos to the build
......................................................................
Add -static repos to the build
Upstream repositories got split into -static and (non-static).
vhostmd is part of -static, along with some other dependencies.
Add it so we can build
Change-Id: Icb39c4d0ee70e2fa26981b296cd7ee6a487d6dd2
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M Makefile.am
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node-iso refs/changes/52/56052/1
diff --git a/Makefile.am b/Makefile.am
index c950c80..7fee862 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,6 +54,7 @@
NODE_CREATOR = $(shell ( test -e $(RECIPE_DIR)/node-creator && echo "$(RECIPE_DIR)/node-creator" ) || ( test -e node-creator && echo "./node-creator" ) || which node-creator 2>/dev/null)
FEDORA_MIRROR = http://mirrors.fedoraproject.org/mirrorlist
OVIRT_BASE_URL = http://resources.ovirt.org/pub/ovirt-$(REPO_SUFFIX)/rpm
+OVIRT_STATIC_URL = http://resources.ovirt.org/pub/ovirt-$(REPO_SUFFIX)-static/rpm
CENTOS_MIRROR = http://mirrorlist.centos.org/
KVM_REPO = http://cbs.centos.org/repos/virt7-kvm-common-candidate/x86_64/os/
@@ -95,11 +96,13 @@
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/3.7/LATEST/EPEL.repo/epel-$(CENTOS)/${ARCH}\n repo --name=ovirt-$(OVIRT_VERSION)-glusterfs-noarch-epel --baseurl=http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-$(CENTOS)/noarch \n" ;\
+ OVIRT_STATIC_LINE="repo --name=ovirt-repo-static --baseurl=$(OVIRT_STATIC_URL)/el$(CENTOS)\n" ;\
KVM_REPO_LINE="repo --name=kvm --baseurl=$(KVM_REPO) \n";\
printf "$${CENTOS_REPO_LINE}" > repos.ks ;\
printf "$${UPDATES_REPO_LINE}" >> repos.ks ;\
printf "$${EPEL_REPO_LINE}" >> repos.ks ;\
printf "$${OVIRT_REPO_LINE}" >> repos.ks ;\
+ printf "$${OVIRT_STATIC_LINE}" >> repos.ks ;\
printf "$${GLUSTER_REPO_LINE}" >> repos.ks ;\
printf "$${KVM_REPO_LINE}" >> repos.ks ;\
fi; \
--
To view, visit https://gerrit.ovirt.org/56052
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icb39c4d0ee70e2fa26981b296cd7ee6a487d6dd2
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node-iso
Gerrit-Branch: ovirt-3.6
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>
More information about the node-patches
mailing list