Sandro Bonazzola has uploaded a new change for review. Change subject: centos: updated make file ......................................................................
centos: updated make file - Use latest yad now built for epel 6 in koji - Call setenforce 0 avoiding selinux issues while creating the live cd - Use tee for writing the log so progress can be seen in the console Change-Id: If2d798af84718640f273036c62002a122e286993 Signed-off-by: Sandro Bonazzola <sbona...@redhat.com> --- M centos/Makefile 1 file changed, 7 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-live refs/changes/01/32601/1 diff --git a/centos/Makefile b/centos/Makefile index 6d7fcf1..aa819d9 100644 --- a/centos/Makefile +++ b/centos/Makefile @@ -19,7 +19,7 @@ if [ $$(id -u) != 0 ]; then echo "You must be root"; exit 1; fi download: \ - downloads/yad-0.14.2-1.fc14.x86_64.rpm \ + downloads/yad-0.27.0-1.el6.x86_64.rpm \ downloads/TinyCore-current.iso \ $(NULL) @@ -29,18 +29,18 @@ curl "$(URL)" > "downloads/$(OUT).tmp" mv "downloads/$(OUT).tmp" "downloads/$(OUT)" -downloads/yad-0.14.2-1.fc14.x86_64.rpm: - $(MAKE) _download URL="http://kojipkgs.fedoraproject.org//packages/yad/0.14.2/1.fc14/x86_64/yad-0.14.2-1.fc14.x86_64.rpm" OUT="yad-0.14.2-1.fc14.x86_64.rpm" +downloads/yad-0.27.0-1.el6.x86_64.rpm: + $(MAKE) _download URL="http://kojipkgs.fedoraproject.org/packages/yad/0.27.0/1.el6/x86_64/yad-0.27.0-1.el6.x86_64.rpm" OUT="yad-0.27.0-1.el6.x86_64.rpm" downloads/TinyCore-current.iso: $(MAKE) _download URL="http://distro.ibiblio.org/tinycorelinux/4.x/x86/release/TinyCore-current.iso" OUT="TinyCore-current.iso" repo: \ - downloads/yad-0.14.2-1.fc14.x86_64.rpm \ + downloads/yad-0.27.0-1.el6.x86_64.rpm \ $(NULL) rm -fr repo mkdir -p repo.tmp - ln -s ../downloads/yad-0.14.2-1.fc14.x86_64.rpm repo.tmp/yad-0.14.2-1.fc14.x86_64.rpm + ln -s ../downloads/yad-0.27.0-1.el6.x86_64.rpm repo.tmp/yad-0.27.0-1.el6.x86_64.rpm createrepo repo.tmp mv repo.tmp repo @@ -64,4 +64,5 @@ $(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.4-snapshot > iso.log 2>&1 + setenforce 0 + livecd-creator -d -v --config=kickstart/ovirt-live-gnome.ks --cache=/home --fslabel=ovirt-live-el6-3.4.0_nightly 2>&1 | tee iso.log -- To view, visit http://gerrit.ovirt.org/32601 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If2d798af84718640f273036c62002a122e286993 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-live Gerrit-Branch: ovirt-live-3.4 Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches