search for: extra_release

Displaying 19 results from an estimated 19 matches for "extra_release".

2012 Jun 18
1
[PATCH] virt-v2v: silence P2V build error on x86_64
...d.sh b/autobuild.sh index 21886a7..7d07cbd 100755 --- a/autobuild.sh +++ b/autobuild.sh @@ -50,6 +50,10 @@ fi rm -f $NAME-*.tar.gz ./Build dist +if [ -z "$ARCH" ]; then + ARCH=`uname -p` +fi + if [ -f /usr/bin/rpmbuild ]; then if [ -n "$AUTOBUILD_COUNTER" ]; then EXTRA_RELEASE=".auto$AUTOBUILD_COUNTER" @@ -63,10 +67,13 @@ if [ -f /usr/bin/rpmbuild ]; then --define "extra_release $EXTRA_RELEASE" \ --clean virt-v2v.spec - rpmbuild --nodeps -ba --target i686 \ - --define "_sourcedir `pwd`" \ - --de...
2020 Apr 16
2
Re: php libvirt show active snapshot
Cool. I'll try it out On Thu, Apr 16, 2020 at 8:38 AM Michal Privoznik <mprivozn@redhat.com> wrote: > > On 4/14/20 6:49 PM, Todd Lewis wrote: > > I was looking for a virDomainSnapshotCurrent > > I wish I had time to learn to properly Code in C, haven't touch it > > since that late 90's > > I'm only only coding in php out of necessity. > >
2020 Apr 21
1
Re: php libvirt show active snapshot
On 4/21/20 1:36 AM, Todd Lewis wrote: > Works perfectly thank you. > I did get an issue when trying to compile an rpm > > The autobuild did run into an error when trying to create the rpm. > Not a big deal. I can make my own spec file. > > EXTRA_RELEASE="" 1: ^^^ > if [ -x /usr/bin/rpmbuild ] > then > rpmbuild --nodeps \ > --define "extra_release $EXTRA_RELEASE" \ > --define "_sourcedir `pwd`" \ > -ba --clean libvirt-php.spec > fi > pwd > error: Macro %extra_release ha...
2020 Apr 20
0
Re: php libvirt show active snapshot
Works perfectly thank you. I did get an issue when trying to compile an rpm The autobuild did run into an error when trying to create the rpm. Not a big deal. I can make my own spec file. EXTRA_RELEASE="" if [ -x /usr/bin/rpmbuild ] then rpmbuild --nodeps \ --define "extra_release $EXTRA_RELEASE" \ --define "_sourcedir `pwd`" \ -ba --clean libvirt-php.spec fi pwd error: Macro %extra_release has empty body error: Macro %extra_release has empty body er...
2009 Jun 01
0
[PATCH viewer] ovirt viewer autobuild.sh
...ww.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_RELEASE" -ba ovirt-viewer.spec +fi diff --git a/autogen.sh b/autogen.sh index c7df22c..a731af4 100755 --- a/aut...
2011 Feb 11
1
[PATCH v2v] Add support for performing automated builds
...uild test + fi +fi + +./Build install \ + --install_path locale=$AUTOBUILD_INSTALL_ROOT/share/locale \ + --install_path confdoc=$AUTOBUILD_INSTALL_ROOT/share/man/man5 + +rm -f $NAME-*.tar.gz +./Build dist + +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 -ta --define "extra_release $EXTRA_RELEASE" --clean $NAME-*.tar.gz +fi + +exit 0 diff --git a/virt-v2v.spec.PL b/virt-v2v.spec.PL new file mode...
2009 Jun 03
1
[PATCH server] ovirt server installer autobuild integration
...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 + +# setup parameters to ssh to vm +SSHKEY=~/.ssh/id_autobuild +remote_target="root at 192.168.122.190" # shou...
2009 Jun 01
2
[PATCH viewer] few minor bugfixes
...pyleft/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_RELEASE" -ba ovirt-viewer.spec +fi diff --git a/main.c b/main.c index 2962f3f..222a9fd 100644 --- a/main.c +++...
2010 Mar 26
0
[PATCH] Moves building ovirt-node-image.iso into the ovirt-node repo.
...T = iso +SRC_FMT ?= tar +AUTH_KEYS ?= ~/.ssh/authorized_keys +PACKAGE = ovirt-node-image + +ARCH = $(shell rpm --eval '%{_arch}') + +NVR = $(PACKAGE)-$(VERSION)-$(ARCH) + +# For Release: 0..., set _ovirt_dev=1 so that we get extra_release.GIT- +# annotated rpm version strings. +_ovirt_dev = \ + $(shell grep -q '^[[:space:]]*Release:[[:space:]]*0' \ + $(srcdir)/*.spec.in && echo 1 || :) + +git_head = $$(git log -1 --pretty=format:%h) +GIT_RELEASE = $(shell date --utc +%Y%m%d%H%M%S)git$(git_head) +RPMDIR = $$...
2010 Mar 12
1
missing dependencies in ovirt-build
...>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 by ovirt-node-1.0.3-0.fc11.20100312165619gitedf012a.src pyt...
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 26
3
[PATCH node] Update autobuild and autotest scripts for new build structure
...++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 771 insertions(+), 0 deletions(-) diff --git a/autobuild.sh b/autobuild.sh index 0ac1e58..8517164 100755 --- a/autobuild.sh +++ b/autobuild.sh @@ -41,3 +41,10 @@ if [ -f /usr/bin/rpmbuild ]; then fi rpmbuild --nodeps --define "extra_release $EXTRA_RELEASE" -ta --clean *.tar.gz fi + +#make iso +cd recipe +make + +#copy iso back to main directory for autotest.sh +cp *iso .. diff --git a/autotest.sh b/autotest.sh index 05a7907..32a60d9 100755 --- a/autotest.sh +++ b/autotest.sh @@ -1,2 +1,766 @@ #!/bin/bash +# +# oVirt node autote...
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.
2011 Feb 08
1
Ovirt node-imge build error Failed build dependencies......
...ip -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: *** [rpms] Error 1 -------------- next part ----...
2010 Mar 29
1
Refactored new patch...
This one incorporates feedback from mburns to default certain values.
2011 Feb 08
0
Ovirt node-imge build error Bad exit status from /var/tmp/rpm-tmp.9bshdl (%build)
...ip -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: *** [rpms] Error 1 error fix http://www.mail-archive.com...
2009 Jul 29
5
ovirt-node-image patchset Fedora
modified ovirt-node-image for inclusion in Fedora Removes ovirt-node-image-pxe sub package adds get-ovirt-node-image script adds generate-ovirt-node-pxe-tree script (replaces subpackage) moved all the scripts/tools into tools subdir adds new rpm, ovirt-node-recipe includes tools, manifests, and ks file/recipe Process for building upstream ovirt node packages.... 1. Build ovir-node.rpm in koji
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 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...index d762178..003785f 100644 --- a/ovirt-server.spec.in +++ b/ovirt-server.spec.in @@ -2,15 +2,18 @@ %define app_root %{_datadir}/%{name} %define acehome %{_datadir}/ace -Summary: oVirt Server Suite +Summary: The oVirt Server Suite Name: ovirt-server Version: @VERSION@ Release: 0%{?dist}%{?extra_release} +# full source URL will be added with the next oVirt release. This is a pre-release +# code drop to make sure we get the package approved by f12 feature freeze. Source0: %{name}-%{version}.tar.gz #Entire source code is GPL except for vendor/plugins/will_paginate and #vendor/plugins/betternested...