[Ovirt-devel] [PATCH node] add F-13 repository

Alan Pevec apevec at redhat.com
Thu Mar 18 15:20:11 UTC 2010


http://fedoraproject.org/wiki/No_Frozen_Rawhide_Implementation
---
 recipe/Makefile.am |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/recipe/Makefile.am b/recipe/Makefile.am
index f77ba2b..0bd139f 100644
--- a/recipe/Makefile.am
+++ b/recipe/Makefile.am
@@ -1,5 +1,6 @@
 FEDORA_MIRROR     = http://mirrors.fedoraproject.org/mirrorlist
-CUR_RAWHIDE       = 13
+CUR_RAWHIDE       = 14
+CUR_DEVEL         = 13
 CUR_PREVIEW       = 12
 PREVIEW_URL      ?= http://jforbes.fedorapeople.org/virt-preview/f$(CUR_PREVIEW)/$(ARCH)
 
@@ -27,12 +28,13 @@ repos.ks:
 	( \
 	    if [ 0$(FEDORA) == 0$(CUR_RAWHIDE) ]; then \
 	        FEDORA_REPO=rawhide ;\
-	        FEDORA_REPO_LOC="$(if $(FEDORA_URL),--baseurl=$(FEDORA_URL)/development/$(ARCH)/os,--mirrorlist=$(FEDORA_MIRROR)?repo=rawhide&arch=$(ARCH))" ;\
-	        OVIRT_DISTRO=development ;\
+	        FEDORA_REPO_LOC="$(if $(FEDORA_URL),--baseurl=$(FEDORA_URL)/development/rawhide/$(ARCH)/os,--mirrorlist=$(FEDORA_MIRROR)?repo=rawhide&arch=$(ARCH))" ;\
+	    elif [ 0$(FEDORA) == 0$(CUR_DEVEL) ]; then \
+	        FEDORA_REPO=f$(FEDORA) ;\
+	        FEDORA_REPO_LOC="$(if $(FEDORA_URL),--baseurl=$(FEDORA_URL)/development/$(FEDORA)/$(ARCH)/os,--mirrorlist=$(FEDORA_MIRROR)?repo=fedora-$(FEDORA)&arch=$(ARCH))" ;\
 	    else \
 	        FEDORA_REPO=f$(FEDORA) ;\
 	        FEDORA_REPO_LOC="$(if $(FEDORA_URL),--baseurl=$(FEDORA_URL)/releases/$(FEDORA)/Everything/${ARCH}/os,--mirrorlist=$(FEDORA_MIRROR)?repo=fedora-$(FEDORA)&arch=$(ARCH))" ;\
-	        OVIRT_DISTRO=$(FEDORA) ;\
 	        UPDATE_REPO_LINE="repo --name=$${FEDORA_REPO}-updates $(if $(FEDORA_URL),--baseurl=$(FEDORA_URL)/updates/$(FEDORA)/${ARCH},--mirrorlist=$(FEDORA_MIRROR)?repo=updates-released-f$(FEDORA)&arch=$(ARCH))\n" ;\
 	        if [ 0$(FEDORA) == 0$(CUR_PREVIEW) ]; then \
 	            UPDATE_REPO_LINE="$${UPDATE_REPO_LINE}repo --name=preview --baseurl=$(PREVIEW_URL)\n" ;\
-- 
1.6.0.6




More information about the ovirt-devel mailing list