Displaying 3 results from an estimated 3 matches for "cur_devel".
2010 Mar 24
1
[PATCH] Disables virt-preview and add ovirt.org yum repo.
...L. Pierce <dpierce at redhat.com>
---
recipe/Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/recipe/Makefile.am b/recipe/Makefile.am
index 0bd139f..6c97ed0 100644
--- a/recipe/Makefile.am
+++ b/recipe/Makefile.am
@@ -3,6 +3,7 @@ CUR_RAWHIDE = 14
CUR_DEVEL = 13
CUR_PREVIEW = 12
PREVIEW_URL ?= http://jforbes.fedorapeople.org/virt-preview/f$(CUR_PREVIEW)/$(ARCH)
+OVIRT_REPO_URL = http://ovirt.org/repos/ovirt/$(CUR_PREVIEW)/$(ARCH)
FEDORA = $(shell rpm --eval '%{fedora}')
ARCH = $(shell rpm --e...
2011 Jul 30
1
[PATCH node] Update rawhide to F17
...dex 060fa19..b28203c 100644
--- a/recipe/Makefile.am
+++ b/recipe/Makefile.am
@@ -26,7 +26,7 @@ DISTRO = @DISTRO@
ARCH = $(shell rpm --eval '%{_arch}')
FEDORA_MIRROR = http://mirrors.fedoraproject.org/mirrorlist
-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/re...
2010 Mar 29
1
Refactored new patch...
This one incorporates feedback from mburns to default certain values.