Sandro Bonazzola has uploaded a new change for review. Change subject: build: post oVirt Live 3.4.4 RC ......................................................................
build: post oVirt Live 3.4.4 RC Change-Id: I7a084ec676ffb4105177cf20770af69d64503a9b Signed-off-by: Sandro Bonazzola <[email protected]> --- M centos/Makefile M centos/kickstart/ovirt-live-ovirt-custom.ks.in 2 files changed, 5 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-live refs/changes/98/32698/1 diff --git a/centos/Makefile b/centos/Makefile index bbc97f4..a3337d5 100644 --- a/centos/Makefile +++ b/centos/Makefile @@ -65,4 +65,4 @@ mkdir -p oVirtLiveFiles/iso cp downloads/TinyCore-current.iso oVirtLiveFiles/iso/ setenforce 0 - livecd-creator -d -v --config=kickstart/ovirt-live-ovirt-custom.ks --cache=/home --fslabel=ovirt-live-el6-3.4.4_rc 2>&1 | tee iso.log + livecd-creator -d -v --config=kickstart/ovirt-live-ovirt-custom.ks --cache=/home --fslabel=ovirt-live-el6-3.4-snapshot 2>&1 | tee iso.log diff --git a/centos/kickstart/ovirt-live-ovirt-custom.ks.in b/centos/kickstart/ovirt-live-ovirt-custom.ks.in index bdf5c86..4e7efbd 100644 --- a/centos/kickstart/ovirt-live-ovirt-custom.ks.in +++ b/centos/kickstart/ovirt-live-ovirt-custom.ks.in @@ -11,10 +11,10 @@ rootpw ovirt # oVirt repositories -#repo --name=ovirt34 --baseurl=http://resources.ovirt.org/pub/ovirt-3.4-snapshot/rpm/el$releasever/ -#repo --name=ovirt34static --baseurl=http://resources.ovirt.org/pub/ovirt-3.4-snapshot-static/rpm/el$releasever/ -repo --name=ovirt34 --baseurl=http://resources.ovirt.org/pub/ovirt-3.4/rpm/el$releasever/ -repo --name=ovirt34rc --baseurl=http://resources.ovirt.org/pub/ovirt-3.4-rc/rpm/el$releasever/ +repo --name=ovirt34 --baseurl=http://resources.ovirt.org/pub/ovirt-3.4-snapshot/rpm/el$releasever/ +repo --name=ovirt34static --baseurl=http://resources.ovirt.org/pub/ovirt-3.4-snapshot-static/rpm/el$releasever/ +#repo --name=ovirt34 --baseurl=http://resources.ovirt.org/pub/ovirt-3.4/rpm/el$releasever/ +#repo --name=ovirt34rc --baseurl=http://resources.ovirt.org/pub/ovirt-3.4-rc/rpm/el$releasever/ 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/32698 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7a084ec676ffb4105177cf20770af69d64503a9b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-live Gerrit-Branch: ovirt-live-3.4 Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
