[Ovirt-devel] [PATCH release] required changes to move from ovirt-recipe to ovirt-server-installer

Joey Boggs jboggs at redhat.com
Tue Jan 27 14:17:55 UTC 2009


diff --git a/misc-scripts/ovirt-git b/misc-scripts/ovirt-git
index 39a5d17..be8221c 100755
--- a/misc-scripts/ovirt-git
+++ b/misc-scripts/ovirt-git
@@ -5,7 +5,7 @@ n=$(tput sgr0)
 SUBDIR_SEP="============================================================"
 
 test -z "$SUBDIRS" && \
-    SUBDIRS="release server node node-image recipe appliance docs"
+    SUBDIRS="release server node node-image appliance docs"
 
 for subdir in $SUBDIRS ; do
     test ! -d $subdir && continue
diff --git a/ovirt.mk b/ovirt.mk
index 42bc3b6..cc10bd7 100644
--- a/ovirt.mk
+++ b/ovirt.mk
@@ -16,7 +16,7 @@ DISK_FMT ?= qcow2
 # following format:
 #FEDORA_URL ?= http://download.fedora.redhat.com/pub/fedora/linux
 
-SUBDIRS ?= release server node node-image recipe docs appliance
+SUBDIRS ?= release server node node-image docs appliance
 SUBDIR_SEP = ============================================================
 
 FEDORA = $(shell rpm --eval '%{fedora}')




More information about the ovirt-devel mailing list