David Caro has uploaded a new change for review. Change subject: Modifying ovirt snapshot repo name ......................................................................
Modifying ovirt snapshot repo name * Also changed from https to https fedora repo to avoid issues with * tunnels Change-Id: I7423620793fd290dcebc846f46a8b0ee84b15e00 Signed-off-by: David Caro <[email protected]> --- M centos/kickstart/ovirt-live-base.ks.in 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-live refs/changes/84/26784/1 diff --git a/centos/kickstart/ovirt-live-base.ks.in b/centos/kickstart/ovirt-live-base.ks.in index 623072a..31b088a 100644 --- a/centos/kickstart/ovirt-live-base.ks.in +++ b/centos/kickstart/ovirt-live-base.ks.in @@ -19,9 +19,9 @@ repo --name=base --mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os repo --name=updates --mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates -repo --name=epel --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch -repo --name=ovirt --baseurl=http://resources.ovirt.org/pub/ovirt-snapshot/rpm/el6/ -repo --name=ovirtstatic --baseurl=http://resources.ovirt.org/pub/ovirt-snapshot-static/rpm/el6/ +repo --name=epel --mirrorlist=http://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch +repo --name=ovirt --baseurl=http://resources.ovirt.org/pub/ovirt-master-snapshot/rpm/el6/ +repo --name=ovirtstatic --baseurl=http://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/el6/ repo --name=gluster --baseurl=http://download.gluster.org/pub/gluster/glusterfs/3.4/LATEST/EPEL.repo/epel-$releasever/$basearch/ repo --name=glusternoarch --baseurl=http://download.gluster.org/pub/gluster/glusterfs/3.4/LATEST/EPEL.repo/epel-$releasever/noarch repo --name=local --baseurl=file://@PATH@/oVirtLiveFiles/rpms/ -- To view, visit http://gerrit.ovirt.org/26784 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7423620793fd290dcebc846f46a8b0ee84b15e00 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-live Gerrit-Branch: master Gerrit-Owner: David Caro <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
