[Ovirt-devel] [PATCH node] Update autobuild and autotest scripts for new build structure

Darryl L. Pierce dpierce at redhat.com
Mon Mar 29 20:12:31 UTC 2010


On Fri, Mar 26, 2010 at 06:25:26PM -0400, Mike Burns wrote:
> Autobuild has to be updated to call make in the recipe directory
> and move the resulting iso to the main build directory.
> 
> Importing the existing autotest.sh script from ovirt-node-image
> 
> Signed-off-by: Mike Burns <mburns at redhat.com>
> ---
>  autobuild.sh |    7 +
>  autotest.sh  |  764 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  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

The default target in the recipe directory is to make the repos.ks
target. This line should explicitly call "make ovirt-node-image.iso" to
generate the livecd image.

-- 
Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc.
Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20100329/1d3ea52b/attachment.sig>


More information about the ovirt-devel mailing list