[node-patches] Change in ovirt-node-iso[master]: include virt-preview repo for Fedora based builds
mburns at redhat.com
mburns at redhat.com
Wed Jun 26 13:58:32 UTC 2013
Michael Burns has uploaded a new change for review.
Change subject: include virt-preview repo for Fedora based builds
......................................................................
include virt-preview repo for Fedora based builds
Note: no repo for rawhide or EL6, so just Fedora and
Fedora Development branches
Change-Id: Ia6215e0cae99847e8288459ccd8e11bff88f4cc5
Signed-off-by: Mike Burns <mburns at redhat.com>
---
M Makefile.am
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node-iso refs/changes/19/16119/1
diff --git a/Makefile.am b/Makefile.am
index b615ab9..f353100 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,6 +58,7 @@
OVIRT_NIGHTLY_URL = $(OVIRT_BASE_URL)/nightly/rpm
OVIRT_BETA_URL = $(OVIRT_BASE_URL)/beta/rpm
OVIRT_ALPHA_URL = $(OVIRT_BASE_URL)/alpha/rpm
+VIRT_PREVIEW = http://fedorapeople.org/groups/virt/virt-preview
CUR_RAWHIDE = 20
CUR_DEVEL = 19
@@ -118,13 +119,16 @@
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" ;\
+ VIRT_PREVIEW_LINE="repo --name=$${FEDORA_REPO}-virt-preview --baseurl=$(VIRT_PREVIEW)/fedora-$(FEDORA)/$(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))" ;\
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" ;\
+ VIRT_PREVIEW_LINE="repo --name=$${FEDORA_REPO}-virt-preview --baseurl=$(VIRT_PREVIEW)/fedora-$(FEDORA)/$(ARCH)\n" ;\
fi ;\
echo "repo --name=$${FEDORA_REPO} $${FEDORA_REPO_LOC}" > repos.ks ;\
printf "$${UPDATE_REPO_LINE}" >> repos.ks ;\
+ printf "$${VIRT_PREVIEW_LINE}" >> repos.ks ;\
else \
echo "# OVIRT_REPO_URL=$(OVIRT_REPO_URL)" > $@ ;\
for repo in $(OVIRT_REPO_URL); do \
--
To view, visit http://gerrit.ovirt.org/16119
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia6215e0cae99847e8288459ccd8e11bff88f4cc5
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node-iso
Gerrit-Branch: master
Gerrit-Owner: Michael Burns <mburns at redhat.com>
More information about the node-patches
mailing list