search for: autobuild_install_root

Displaying 8 results from an estimated 8 matches for "autobuild_install_root".

2010 Mar 30
2
[PATCH node] Default OVIRT_CACHE_DIR to be in root autobuild directory
...hanged, 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
2013 May 01
1
libvirt-snmp on Ubuntu
Hi, Are there packages of "libvirt-snmp" for Ubuntu? Or instructions to compile libvirt-snmp on Ubuntu? Looks like the instructions given at http://wiki.libvirt.org/page/Libvirt-snmp are for RedHat. Thank you, George
2011 Feb 11
1
[PATCH v2v] Add support for performing automated builds
...Software Foundation; either version 2, or (at your option) any +# later version +# +# The file "LICENSE" distributed along with this file provides full +# details of the terms and conditions +# + +NAME=virt-v2v + +set -e + +rm -rf MANIFEST blib _build Build + +perl Build.PL install_base=$AUTOBUILD_INSTALL_ROOT + +./Build +./Build changelog +./Build manifest + + +if [ -z "$USE_COVER" ]; then + perl -MDevel::Cover -e '' 1>/dev/null 2>&1 && USE_COVER=1 || USE_COVER=0 +fi + +if [ -z "$SKIP_TESTS" -o "$SKIP_TESTS" = "0" ]; then + if [ "$...
2009 Jun 01
2
[PATCH viewer] few minor bugfixes
..., Boston, +# MA 02110-1301, USA. A copy of the GNU General Public License is +# also available at http://www.gnu.org/copyleft/gpl.html. + +echo "Running oVirt viewer Autobuild" + +set -e +set -v + +test -f Makefile && make -k distclean || : + +./autogen.sh +./configure --prefix=$AUTOBUILD_INSTALL_ROOT +make + +if [ -f /usr/bin/rpmbuild ]; then + if [ -n "$AUTOBUILD_COUNTER" ]; then + EXTRA_RELEASE=".auto$AUTOBUILD_COUNTER" + else + NOW=`date +"%s"` + EXTRA_RELEASE=".$USER$NOW" + fi + + rpmbuild --nodeps --define "extra_release $EXTRA_RELE...
2011 Jan 28
1
help.... Ovirt node-imge build error
...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 checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a pax tar archive... gnutar checking...
2009 Jun 03
1
[PATCH server] ovirt server installer autobuild integration
...p;& make -k distclean || : +############# build the server rpm + # put rails in development mode cp conf/ovirt-rails.sysconf conf/ovirt-rails.sysconf.orig echo "RAILS_ENV=development" >> conf/ovirt-rails.sysconf +# build server & installer rpms ./autogen.sh --prefix=$AUTOBUILD_INSTALL_ROOT make dist @@ -43,4 +46,66 @@ if [ -f /usr/bin/rpmbuild ]; then rpmbuild --nodeps --define "extra_release $EXTRA_RELEASE" -ta --clean *.tar.gz fi +# restore to checkout mv conf/ovirt-rails.sysconf.orig conf/ovirt-rails.sysconf + +############## setup new vm to test installer + +#...
2009 Jun 01
0
[PATCH viewer] ovirt viewer autobuild.sh
..., 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. + +echo "Running oVirt viewer Autobuild" + +set -e +set -v + +test -f Makefile && make -k distclean || : + +./autogen.sh --prefix=$AUTOBUILD_INSTALL_ROOT +make + +if [ -f /usr/bin/rpmbuild ]; then + if [ -n "$AUTOBUILD_COUNTER" ]; then + EXTRA_RELEASE=".auto$AUTOBUILD_COUNTER" + else + NOW=`date +"%s"` + EXTRA_RELEASE=".$USER$NOW" + fi + + rpmbuild --nodeps --define "extra_release $EXTRA_RELE...
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