Alan Pevec
2011-Aug-02 17:10 UTC
[Ovirt-devel] [PATCH] in development Fedoras have updates-testing
--- recipe/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/recipe/Makefile.am b/recipe/Makefile.am index b28203c..cca4d99 100644 --- a/recipe/Makefile.am +++ b/recipe/Makefile.am @@ -64,6 +64,7 @@ repos.ks: 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))" ;\ + UPDATE_REPO_LINE="repo --name=$${FEDORA_REPO}-updates-testing $(if $(FEDORA_URL),--baseurl=$(FEDORA_URL)/updates/testing/$(FEDORA)/${ARCH},--mirrorlist=$(FEDORA_MIRROR)?repo=updates-testing-f$(FEDORA)&arch=$(ARCH))\n" ;\ 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))" ;\ -- 1.7.3.4