Displaying 5 results from an estimated 5 matches for "ovirt_node_recipe".
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.
2010 Mar 26
0
[PATCH] Moves building ovirt-node-image.iso into the ovirt-node repo.
...e Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-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)-$(V...
2010 Apr 07
1
[PATCH node] Fix defaulting of OVIRT_CACHE_DIR in recipe makefile
...gt;
---
recipe/Makefile.am | 2 +-
1 files 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...
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.