Displaying 3 results from an estimated 3 matches for "ovirt_repo_url".
2010 Mar 24
1
[PATCH] Disables virt-preview and add ovirt.org yum repo.
...a/recipe/Makefile.am b/recipe/Makefile.am
index 0bd139f..6c97ed0 100644
--- a/recipe/Makefile.am
+++ b/recipe/Makefile.am
@@ -3,6 +3,7 @@ CUR_RAWHIDE = 14
CUR_DEVEL = 13
CUR_PREVIEW = 12
PREVIEW_URL ?= http://jforbes.fedorapeople.org/virt-preview/f$(CUR_PREVIEW)/$(ARCH)
+OVIRT_REPO_URL = http://ovirt.org/repos/ovirt/$(CUR_PREVIEW)/$(ARCH)
FEDORA = $(shell rpm --eval '%{fedora}')
ARCH = $(shell rpm --eval '%{_arch}')
@@ -36,10 +37,11 @@ repos.ks:
FEDORA_REPO=f$(FEDORA) ;\
FEDORA_REPO_LOC="$(if $(FEDORA_URL),--...
2010 Mar 29
1
Refactored new patch...
This one incorporates feedback from mburns to default certain values.
2010 Mar 26
1
Updated patch...
This supercedes the previous patch by incorporating feedback from pmyers
and apevec. The ISO building target is in the recipes Makefile rather
than a separate one.