search for: autobuild_source_root

Displaying 3 results from an estimated 3 matches for "autobuild_source_root".

2010 Mar 11
1
[PATCH node-image] store iso in build directory after autobuild
...an *.tar.gz fi + +#Copy iso image back here for autotest + +#get image rpm +RPM=$(ls -t ${AUTOBUILD_PACKAGE_ROOT}/rpm/RPMS/x86_64/ovirt-node-image-[0-9]*x86_64.rpm | head -n1) + +TEMPDIR=$(mktemp -d -p .) +cp $RPM $TEMPDIR +cd $TEMPDIR +rpm2cpio *rpm | pax -r +cp $(find . -name "*iso") ${AUTOBUILD_SOURCE_ROOT}/${AUTOBUILD_MODULE} +cd ${AUTOBUILD_SOURCE_ROOT}/${AUTOBUILD_MODULE} +rm -rf $TEMPDIR -- 1.6.6.1
2010 Mar 30
2
[PATCH node] Default OVIRT_CACHE_DIR to be in root autobuild directory
...edhat.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
2011 Jan 28
1
help.... Ovirt node-imge build error
...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... /bin/mkdir -p check...