Anatoly Litovsky has uploaded a new change for review. Change subject: Adding virt preview repo for fc20 Switching to use of ovirt-node-vdsm recepie ......................................................................
Adding virt preview repo for fc20 Switching to use of ovirt-node-vdsm recepie Change-Id: I5deead7aef473662bce16575a0c9acbab7e80a04 Signed-off-by: Tolik Litovsky <[email protected]> --- M Makefile.am M configure.ac 2 files changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node-iso refs/changes/85/39385/1 diff --git a/Makefile.am b/Makefile.am index b5e7215..7fb6f8d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -105,6 +105,7 @@ OVIRT_REPO_LINE="repo --name=ovirt-stable-repo --baseurl=$(OVIRT_BASE_URL)/fc$(FEDORA)\n" ;\ FEDORA_REPO_LOC="repo --name=$${FEDORA_REPO} --mirrorlist=$(FEDORA_MIRROR)?repo=fedora-$(FEDORA)&arch=$(ARCH)\n" ;\ UPDATE_REPO_LINE="repo --name=$${FEDORA_REPO}-updates --mirrorlist=$(FEDORA_MIRROR)?repo=updates-released-f$(FEDORA)&arch=$(ARCH)\n" ;\ + VIRT_PREVIEW_REPO_LINE="repo --name=$${FEDORA_REPO}-virt-preview --baseurl=https://fedorapeople.org/groups/virt/virt-preview/fedora-$(FEDORA)/$(ARCH)/\n" ;\ printf "$${OVIRT_REPO_LINE}" > repos.ks ;\ printf "$${FEDORA_REPO_LOC}" >> repos.ks ;\ printf "$${UPDATE_REPO_LINE}" >> repos.ks ;\ diff --git a/configure.ac b/configure.ac index 22f8e87..842d14a 100644 --- a/configure.ac +++ b/configure.ac @@ -50,7 +50,7 @@ PACKAGE_NAME=ovirt-node-iso PRODUCT_NAME=oVirt\ Node\ Hypervisor -MAIN_KS=ovirt-node-image.ks +MAIN_KS=vdsm-plugin-iso.ks AC_CONFIG_FILES([Makefile -- To view, visit https://gerrit.ovirt.org/39385 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5deead7aef473662bce16575a0c9acbab7e80a04 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
