[virt-tools-list] [PATCH 1/3] delete autobuild.sh

Daniel P. Berrange berrange at redhat.com
Wed Apr 3 20:21:01 UTC 2013


On Wed, Apr 03, 2013 at 04:07:34PM -0400, Gene Czarcinski wrote:
> On 04/03/2013 03:01 PM, Daniel P. Berrange wrote:
> >On Wed, Apr 03, 2013 at 02:12:32PM -0400, Gene Czarcinski wrote:
> >>There may still be an autobuild server and it may be
> >>necessary for vir--manager rpms to be built by it, but
> >>this script depends on autotools and will not work
> >>with the current distutils approach.
> >>Signed-off-by: Gene Czarcinski <gene at czarc.net>
> >NACK, fix the script to work with distutils, don't delete it.
> >
> >
> OK, I am not familiar with this server.  Could you provide me with
> more info or point me to where I can see the environment this script
> must run in?

The intent is that you merely need do

   export AUTOBUILD_INSTALL_ROOT=$HOME/tmp/autobuld
   ./autobuild.sh

and it will do a configure, build, install putting all the files into
$HOME/tmp/autobuild as the install prefix. Then create a release dist
and run the RPM buld.

> Also, should this be a shell script or python?

Shell, as now. Just need to replace the calls to 'configure' and
'make' etc with corresponding distutils shell commands. eg
replace "make install" with "python setup.py install"

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the virt-tools-list mailing list