Sandro Bonazzola has uploaded a new change for review. Change subject: build: post ovirt-live-3.5 branching ......................................................................
build: post ovirt-live-3.5 branching Change-Id: Id81519b6719110e6c7d15969f9ce59fa0634b4cd Signed-off-by: Sandro Bonazzola <[email protected]> --- M centos/Makefile M centos/kickstart/ovirt-live-base.ks.in 2 files changed, 7 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-live refs/changes/19/31119/1 diff --git a/centos/Makefile b/centos/Makefile index bdf5b3d..ba07798 100644 --- a/centos/Makefile +++ b/centos/Makefile @@ -64,4 +64,4 @@ $(NULL) mkdir -p oVirtLiveFiles/iso cp downloads/TinyCore-current.iso oVirtLiveFiles/iso/ - livecd-creator -d -v --config=kickstart/ovirt-live-gnome.ks --cache=/home --fslabel=ovirt-live-el6-3.5.0-beta2 > iso.log 2>&1 + livecd-creator -d -v --config=kickstart/ovirt-live-gnome.ks --cache=/home --fslabel=ovirt-live-el6-master > iso.log 2>&1 diff --git a/centos/kickstart/ovirt-live-base.ks.in b/centos/kickstart/ovirt-live-base.ks.in index 239343d..b8c4f19 100644 --- a/centos/kickstart/ovirt-live-base.ks.in +++ b/centos/kickstart/ovirt-live-base.ks.in @@ -17,12 +17,13 @@ # booting on USB3 port. device xhci-hcd -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=http://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch -repo --name=ovirt --baseurl=http://resources.ovirt.org/pub/ovirt-3.5-pre/rpm/el6/ +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=http://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch +repo --name=ovirt --baseurl=http://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/el$releasever/ +repo --name=ovirtstatic --baseurl=http://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/el$releasever/ repo --name=patternfly --baseurl=http://copr-be.cloud.fedoraproject.org/results/patternfly/patternfly1/epel-6-$basearch/ -repo --name=gluster --baseurl=http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-$releasever/$basearch/ +repo --name=gluster --baseurl=http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-$releasever/$basearch/ repo --name=glusternoarch --baseurl=http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-$releasever/noarch repo --name=local --baseurl=file://@PATH@/oVirtLiveFiles/rpms/ -- To view, visit http://gerrit.ovirt.org/31119 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id81519b6719110e6c7d15969f9ce59fa0634b4cd Gerrit-PatchSet: 1 Gerrit-Project: ovirt-live Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
