search for: ovirt_cache_dir

Displaying 16 results from an estimated 16 matches for "ovirt_cache_dir".

2010 Apr 07
1
[PATCH node] Fix defaulting of OVIRT_CACHE_DIR in recipe makefile
Due to a typo, the defaulting of OVIRT_CACHE_DIR in the recipe Makefile.am was broken. Signed-off-by: Mike Burns <mburns at redhat.com> --- 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...
2010 Mar 30
2
[PATCH node] Default OVIRT_CACHE_DIR to be in root autobuild directory
...ns <mburns at redhat.com> --- autobuild.sh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/autobuild.sh b/autobuild.sh index f2b581d..b3c7f82 100755 --- a/autobuild.sh +++ b/autobuild.sh @@ -25,6 +25,8 @@ set -v test -f Makefile && make -k distclean || : +OVIRT_CACHE_DIR=${AUTOBUILD_SOURCE_ROOT}/.. + ./autogen.sh --prefix=$AUTOBUILD_INSTALL_ROOT make make install -- 1.6.6.1
2010 Mar 26
0
[PATCH] Moves building ovirt-node-image.iso into the ovirt-node repo.
...ed a copy of the GNU General Public License +# along with this program; if not, write to the Free 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 +...
2010 Mar 29
1
Refactored new patch...
This one incorporates feedback from mburns to default certain values.
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.
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
2010 Mar 12
1
missing dependencies in ovirt-build
...-format=posix -chf - "$tardir" | GZIP=--best gzip -c >ovirt-node-1.0.3.tar.gz { test ! -d "ovirt-node-1.0.3" || { find "ovirt-node-1.0.3" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "ovirt-node-1.0.3"; }; } rpmbuild --define "ovirt_cache_dir /home/panter/ovirt-cache" --define "extra_release .$(date --utc +%Y%m%d%H%M%S)git$(git log -1 --pretty=format:%h)" -ta ovirt-node-1.0.3.tar.gz sed: can't read /usr/share/selinux/devel/policyhelp: No such file or directory error: Failed build dependencies: python-devel is needed...
2011 Feb 08
0
Ovirt node-imge build error Bad exit status from /var/tmp/rpm-tmp.9bshdl (%build)
...rmat=posix -chf - "$tardir" | GZIP=-- best gzip -c >ovirt-node-1.9.3.tar.gz { test ! -d "ovirt-node-1.9.3" || { find "ovirt-node-1.9.3" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "ovirt-node-1.9.3"; }; } rpmbuild --define "ovirt_cache_dir /root/ovirt-cache" --define "extra_release .$(date --utc +%Y%m%d%H%M%S)git$(git log -1 -- pretty=format:%h)" -ta ovirt-node-1.9.3.tar.gz error: Failed build dependencies: python-setuptools is needed by ovirt-node-1.9.3- 0.fc14.20110208011117git54f9ea5.x86_64 make: *** [rpm...
2010 Feb 23
1
More complete patch...
This patch supercedes the previous one by moving the functionality for relocating files into the make system.
2009 Sep 10
1
f11 ovirt build fails
Good morning, I read on ovirt.org to send information about installation procedure issues to this mailing list. I followed ovirt building instructions but "make build" reports the following error on fedora 11: Error creating Live CD : Unable to download from repo : Cannot retrieve repository metadata (repomd.xml) for repository: f11. Please verify its path and try again Could not
2011 Jan 28
1
help.... Ovirt node-imge build error
...ra core 14. I am have a question about installation process of oVirt project. Install DOC : https://fedorahosted.org/ovirt/wiki/Build But node-image build error? [root at Ovirt-T node]# ./autobuild.sh Running oVirt Node Autobuild test -f Makefile && make -k distclean || : OVIRT_CACHE_DIR=${AUTOBUILD_SOURCE_ROOT}/../ovirt-cache OVIRT_LOCAL_REPO=file://${AUTOBUILD_PACKAGE_ROOT}/rpm/RPMS ./autogen.sh --prefix=$AUTOBUILD_INSTALL_ROOT checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p...
2011 Feb 08
1
Ovirt node-imge build error Failed build dependencies......
...rmat=posix -chf - "$tardir" | GZIP=-- best gzip -c >ovirt-node-1.9.3.tar.gz { test ! -d "ovirt-node-1.9.3" || { find "ovirt-node-1.9.3" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "ovirt-node-1.9.3"; }; } rpmbuild --define "ovirt_cache_dir /root/ovirt-cache" --define "extra_release .$(date --utc +%Y%m%d%H%M%S)git$(git log -1 -- pretty=format:%h)" -ta ovirt-node-1.9.3.tar.gz error: Failed build dependencies: python-setuptools is needed by ovirt-node-1.9.3- 0.fc14.20110208004217git54f9ea5.x86_64 make: *** [rpm...
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.
2009 Jul 10
2
[PATCH: node 0/3] replace ovirt-identify-node with matahari
This patchset removes ovirt-identify-node and ovirt-listen awake. It adds startup script support for the matahari qmf agent, which takes over the responsibility for communicating node hardware capabilities to the ovirt-server. On the server side, host-browser has had its node identification functionality replaced by a new script, host-register, which is what interfaces with the matahari qmf agent
2009 Jul 08
1
[PATCH: ovirt-identify-node replacement 0/4] ovirt node patch to replace ovirt-identify-node with matahari qmf agent
The purpose of this patch is to add support for the matahari qmf agent package (http://git.et.redhat.com/?p=matahari.git;a=summary) to the node. The following actions are taken: 1. Deprecate ovirt-identify-node and ovirt-listen-awake by removing them from the autotools scripts, the rpm spec and the node startup scripts. 2. Remove ovirt-listen-awake and ovirt-identify-node completely. 3. Add
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.