Displaying 3 results from an estimated 3 matches for "ovirt16".
Did you mean:
ovirt1
2011 Jul 25
0
[PATCH node] Drop F15 build recipes
...6, we're
dropping all F15 recipes.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
recipe/ovirt15-install.ks | 1 -
recipe/ovirt15-minimizer.ks | 1 -
recipe/ovirt15-pkgs.ks | 2 -
recipe/ovirt15-post.ks | 145 ------------------------------------------
recipe/ovirt16-install.ks | 2 +-
recipe/ovirt16-minimizer.ks | 2 +-
recipe/ovirt16-post.ks | 146 ++++++++++++++++++++++++++++++++++++++++++-
7 files changed, 147 insertions(+), 152 deletions(-)
delete mode 100644 recipe/ovirt15-install.ks
delete mode 100644 recipe/ovirt15-minimizer.ks
delete m...
2011 Aug 25
0
[PATCH node] Remove libvirt-cim
...re dropping
it from the core ovirt-node image. It makes more sense as a plugin
where all configuration and setup is kept separate to be used only
by those that want the functionality.
rhbz#727532
Signed-off-by: Mike Burns <mburns at redhat.com>
---
recipe/common-pkgs.ks | 2 --
recipe/ovirt16-post.ks | 4 ----
recipe/rhevh6-post.ks | 4 ----
3 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/recipe/common-pkgs.ks b/recipe/common-pkgs.ks
index f07146f..f4e298a 100644
--- a/recipe/common-pkgs.ks
+++ b/recipe/common-pkgs.ks
@@ -110,5 +110,3 @@ python-hivex
febootstrap-...
2011 Jul 30
1
[PATCH node] Update rawhide to F17
...ist
-CUR_RAWHIDE = 16
+CUR_RAWHIDE = 17
CUR_DEVEL = 16
OVIRT_NODE_TOOLSdir = $(datadir)/ovirt-node-tools
diff --git a/recipe/ovirt17-install.ks b/recipe/ovirt17-install.ks
new file mode 120000
index 0000000..e4c5c3c
--- /dev/null
+++ b/recipe/ovirt17-install.ks
@@ -0,0 +1 @@
+ovirt16-install.ks
\ No newline at end of file
diff --git a/recipe/ovirt17-minimizer.ks b/recipe/ovirt17-minimizer.ks
new file mode 120000
index 0000000..df499c3
--- /dev/null
+++ b/recipe/ovirt17-minimizer.ks
@@ -0,0 +1 @@
+ovirt16-minimizer.ks
\ No newline at end of file
diff --git a/recipe/ovirt17-pkgs....