Mike Burns
2010-May-14 18:58 UTC
[Ovirt-devel] [PATCH node] Fix autobuild to use just built ovirt-node rpms
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 <mburns at redhat.com> --- autobuild.sh | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/autobuild.sh b/autobuild.sh index 92b3d32..668547b 100755 --- a/autobuild.sh +++ b/autobuild.sh @@ -45,6 +45,9 @@ 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 +createrepo ${AUTOBUILD_PACKAGE_ROOT}/rpm/RPMS + #make iso cd recipe make \ -- 1.6.6.1