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 <[email protected]> > --- > 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/
pgpWb6fcP5kIS.pgp
Description: PGP signature
_______________________________________________ Ovirt-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/ovirt-devel
