Nir Soffer has uploaded a new change for review.

Change subject: makefile: Add epel-release repository
......................................................................

makefile: Add epel-release repository

epel-rlease yum repository is required for installing livecd-tools.

Change-Id: I3e9b2b2611498d5ab02dcf7c09ce31a540ff535d
Signed-off-by: Nir Soffer <nsof...@redhat.com>
---
M centos/Makefile
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-live refs/changes/04/19904/1

diff --git a/centos/Makefile b/centos/Makefile
index 24f643d..9e59faf 100644
--- a/centos/Makefile
+++ b/centos/Makefile
@@ -45,6 +45,7 @@
        mv repo.tmp repo
 
 packages:
+       rpm -ql epel-release > /dev/null 2>&1 || yum install -y 
http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
        rpm -ql livecd-tools > /dev/null 2>&1 || yum install -y livecd-tools
        rpm -ql createrepo > /dev/null 2>&1 || yum install -y createrepo
 


-- 
To view, visit http://gerrit.ovirt.org/19904
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3e9b2b2611498d5ab02dcf7c09ce31a540ff535d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-live
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsof...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to