search for: fedora_mirror

Displaying 7 results from an estimated 7 matches for "fedora_mirror".

2010 Mar 24
1
[PATCH] Disables virt-preview and add ovirt.org yum repo.
...= $(shell rpm --eval '%{fedora}') ARCH = $(shell rpm --eval '%{_arch}') @@ -36,10 +37,11 @@ repos.ks: FEDORA_REPO=f$(FEDORA) ;\ FEDORA_REPO_LOC="$(if $(FEDORA_URL),--baseurl=$(FEDORA_URL)/releases/$(FEDORA)/Everything/${ARCH}/os,--mirrorlist=$(FEDORA_MIRROR)?repo=fedora-$(FEDORA)&arch=$(ARCH))" ;\ UPDATE_REPO_LINE="repo --name=$${FEDORA_REPO}-updates $(if $(FEDORA_URL),--baseurl=$(FEDORA_URL)/updates/$(FEDORA)/${ARCH},--mirrorlist=$(FEDORA_MIRROR)?repo=updates-released-f$(FEDORA)&arch=$(ARCH))\n" ;\ - if [ 0$(F...
2009 Jul 01
1
[PATCH node-image] add virt-preview YUM repository
...view/f$(CUR_PREVIEW)/$(ARCH) + NVR = $(PACKAGE)-$(VERSION)-$(ARCH) EXTRA_DIST = \ @@ -76,11 +79,14 @@ repos.ks: FEDORA_REPO=f$(FEDORA) ;\ FEDORA_REPO_LOC="$(if $(FEDORA_URL),--baseurl=$(FEDORA_URL)/releases/$(FEDORA)/Everything/${ARCH}/os,--mirrorlist=$(FEDORA_MIRROR)?repo=fedora-$(FEDORA)&arch=$(ARCH))" ;\ OVIRT_DISTRO=$(FEDORA) ;\ - UPDATE_REPO_LINE="repo --name=$${FEDORA_REPO}-updates $(if $(FEDORA_URL),--baseurl=$(FEDORA_URL)/updates/$(FEDORA)/${ARCH},--mirrorlist=$(FEDORA_MIRROR)?repo=updates-released-f$(FEDORA)&arch=$(A...
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
2011 Jul 30
1
[PATCH node] Update rawhide to F17
...irt17-pkgs.ks create mode 120000 recipe/ovirt17-post.ks diff --git a/recipe/Makefile.am b/recipe/Makefile.am index 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...
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.
2010 Mar 29
1
Refactored new patch...
This one incorporates feedback from mburns to default certain values.
2009 Oct 14
8
Refactor ovirt-node code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora. Moves tools and kickstart files form ovirt-node-image to subpackage ovirt-node-recipe. Removes old sub packages form ovirt-node, stateless, logos, selinux. Modifies init scripts to meet Fedora packaging guidelines: added status, reload, and lockfile, rhbz: 514221 Added License file.