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 |    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

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

Reply via email to