Please disregard, new version coming shortly...

On Fri, 2010-05-14 at 14:51 -0400, Mike Burns wrote:
> Need to recreate the repo information in autobuild so that the
> rpms just generated get included in the iso build.
> 
> Signed-off-by: Mike Burns <[email protected]>
> ---
>  autobuild.sh |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/autobuild.sh b/autobuild.sh
> index 92b3d32..a27a7ff 100755
> --- a/autobuild.sh
> +++ b/autobuild.sh
> @@ -45,6 +45,11 @@ if [ -f /usr/bin/rpmbuild ]; then
>    rpmbuild --nodeps --define "extra_release $EXTRA_RELEASE" -ta --clean 
> *.tar.gz
>  fi
> 
> +# regenerate repo so iso uses new ovirt-node rpms
> +cd ${AUTOBUILD_PACKAGE_ROOT}/rpm/RPMS
> +createrepo .
> +cd -
> +
>  #make iso
>  cd recipe
>  make \


_______________________________________________
Ovirt-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/ovirt-devel

Reply via email to