[node-patches] Change in ovirt-node-iso[master]: Redirecting the centos repo to correct centos repository.
tlitovsk at redhat.com
tlitovsk at redhat.com
Sun Dec 14 13:21:16 UTC 2014
Anatoly Litovsky has uploaded a new change for review.
Change subject: Redirecting the centos repo to correct centos repository.
......................................................................
Redirecting the centos repo to correct centos repository.
The ovirt points allways to centos6 for ovirt packages
The os repos will point to their appropriate repos.
Change-Id: I26dfacb8715b3ace10121cb16fd639023b702a2a
Signed-off-by: Tolik Litovsky <tlitovsk at redhat.com>
---
M Makefile.am
1 file changed, 9 insertions(+), 9 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node-iso refs/changes/52/36152/1
diff --git a/Makefile.am b/Makefile.am
index e6fe70f..7984f4e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,8 +63,8 @@
CUR_RAWHIDE = 21
CUR_DEVEL = 21
-CENTOS_MIRROR = http://mirrorlist.centos.org/
-CENTOS_RELEASE = 6
+CENTOS_MIRROR = http://mirrorlist.centos.org/
+OVIRT_CENTOS_RELEASE= 6
# For Release: 0..., set _ovirt_dev=1 so that we get extra_release.GIT-
# annotated rpm version strings.
@@ -98,13 +98,13 @@
repos.ks: kickstarts
( \
if [ -n "$(CENTOS)" ]; then \
- CENTOS_REPO_LINE="repo --name=centos --mirrorlist=$(CENTOS_MIRROR)?release=$(CENTOS_RELEASE)&arch=${ARCH}&repo=os" ;\
- UPDATES_REPO_LINE="repo --name=centos-updates --mirrorlist=$(CENTOS_MIRROR)?release=$(CENTOS_RELEASE)&arch=${ARCH}&repo=updates" ;\
- EPEL_REPO_LINE="repo --name=epel --baseurl=http://dl.fedoraproject.org/pub/epel/$(CENTOS_RELEASE)/${ARCH}/" ;\
- OVIRT_STABLE_REPO_LINE="repo --name=ovirt-stable-repo --baseurl=$(OVIRT_URL)/EL/$(CENTOS_RELEASE)\n" ;\
- OVIRT_NIGHTLY_REPO_LINE="repo --name=ovirt-nightly-repo --baseurl=$(OVIRT_NIGHTLY_URL)/EL/$(CENTOS_RELEASE)\n" ;\
- OVIRT_BETA_REPO_LINE="repo --name=ovirt-beta-repo --baseurl=$(OVIRT_BETA_URL)/EL/$(CENTOS_RELEASE)\n" ;\
- OVIRT_ALPHA_REPO_LINE="repo --name=ovirt-alpha-repo --baseurl=$(OVIRT_ALPHA_URL)/EL/$(CENTOS_RELEASE)\n" ;\
+ CENTOS_REPO_LINE="repo --name=centos --mirrorlist=$(CENTOS_MIRROR)?release=$(CENTOS)&arch=${ARCH}&repo=os" ;\
+ UPDATES_REPO_LINE="repo --name=centos-updates --mirrorlist=$(CENTOS_MIRROR)?release=$(CENTOS)&arch=${ARCH}&repo=updates" ;\
+ EPEL_REPO_LINE="repo --name=epel --baseurl=http://dl.fedoraproject.org/pub/epel/$(CENTOS)/${ARCH}/" ;\
+ OVIRT_STABLE_REPO_LINE="repo --name=ovirt-stable-repo --baseurl=$(OVIRT_URL)/EL/$(OVIRT_CENTOS_RELEASE)\n" ;\
+ OVIRT_NIGHTLY_REPO_LINE="repo --name=ovirt-nightly-repo --baseurl=$(OVIRT_NIGHTLY_URL)/EL/$(OVIRT_CENTOS_RELEASE)\n" ;\
+ OVIRT_BETA_REPO_LINE="repo --name=ovirt-beta-repo --baseurl=$(OVIRT_BETA_URL)/EL/$(OVIRT_CENTOS_RELEASE)\n" ;\
+ OVIRT_ALPHA_REPO_LINE="repo --name=ovirt-alpha-repo --baseurl=$(OVIRT_ALPHA_URL)/EL/$(OVIRT_CENTOS_RELEASE)\n" ;\
GLUSTER_REPO_LINE="repo --name=gluster-3.4 --baseurl=http://download.gluster.org/pub/gluster/glusterfs/3.4/3.4.0/CentOS/epel-6Server/x86_64/\n" ;\
echo "$${CENTOS_REPO_LINE}" > repos.ks ;\
echo "$${UPDATES_REPO_LINE}" >> repos.ks ;\
--
To view, visit http://gerrit.ovirt.org/36152
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I26dfacb8715b3ace10121cb16fd639023b702a2a
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node-iso
Gerrit-Branch: master
Gerrit-Owner: Anatoly Litovsky <tlitovsk at redhat.com>
More information about the node-patches
mailing list