Displaying 7 results from an estimated 7 matches for "pkg_fmt".
2010 Mar 26
0
[PATCH] Moves building ovirt-node-image.iso into the ovirt-node repo.
...10-1301, USA. A copy of the GNU General Public License is
+# also available at http://www.gnu.org/copyleft/gpl.html.
+
+OVIRT_CACHE_DIR ?= $(HOME)/ovirt-cache
+OVIRT_LOCAL_REPO ?= file://$(OVIRT_CACHE_DIR)/ovirt
+OVIRT_NODE_RECIPE ?= ../recipe/ovirt-node-recipe.ks
+SUM ?= sha1sum
+PKG_FMT = iso
+SRC_FMT ?= tar
+AUTH_KEYS ?= ~/.ssh/authorized_keys
+PACKAGE = ovirt-node-image
+
+ARCH = $(shell rpm --eval '%{_arch}')
+
+NVR = $(PACKAGE)-$(VERSION)-$(ARCH)
+
+# For Release: 0..., set _ovirt_dev=1 so that we get e...
2010 Mar 26
1
Updated patch...
This supercedes the previous patch by incorporating feedback from pmyers
and apevec. The ISO building target is in the recipes Makefile rather
than a separate one.
2010 Mar 29
1
Refactored new patch...
This one incorporates feedback from mburns to default certain values.
2009 Sep 09
1
oVirt Appliance / Single Machine Install
The following two patches fixes / reimplements the oVirt appliance
project, installing the entire oVirt stack including all server
and node components on one machine.
These patches are intended to be checked out and used to build
the appliance rpm, after which it is installed provides the
/usr/sbin/ovirt-appliance-ctrl script to install/uninstall the
appliance.
The first patch merely removes
2010 Apr 07
1
[PATCH node] Fix defaulting of OVIRT_CACHE_DIR in recipe makefile
...iles changed, 1 insertions(+), 1 deletions(-)
diff --git a/recipe/Makefile.am b/recipe/Makefile.am
index fb34437..d09905a 100644
--- a/recipe/Makefile.am
+++ b/recipe/Makefile.am
@@ -27,7 +27,7 @@ ARCH = $(shell rpm --eval '%{_arch}')
OVIRT_NODE_RECIPE = ovirt-node-recipe.ks
PKG_FMT = iso
PACKAGE = ovirt-node-image
-OVIRT_CACHE_DIR ? =$(HOME)/ovirt-cache
+OVIRT_CACHE_DIR ?= $(HOME)/ovirt-cache
NODE_TMP = $(OVIRT_CACHE_DIR)/$(PACKAGE)-$(ARCH)-tmp
OVIRT_LOCAL_REPO ?= file://$(OVIRT_CACHE_DIR)/ovirt
NODE_KS = $(NODE_TMP)/node.ks
--...
2009 Oct 14
4
Refactor ovirt-node-image code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora.
Removed ks files, now in ovirt-node-recipe, which is subpackage of ovirt-node.
Removed tools, these are now in ovirt-node-recipe which is subpackage of
ovirt-node.
2009 Sep 10
1
f11 ovirt build fails
Good morning,
I read on ovirt.org to send information about installation procedure
issues to this mailing list.
I followed ovirt building instructions but "make build" reports the following
error on fedora 11:
Error creating Live CD : Unable to download from repo : Cannot
retrieve repository metadata (repomd.xml) for repository: f11. Please
verify its path and try again
Could not